[Gauche-devel-jp] multibyte regexp bug

Back to archive index

Alex Shinn foof****@synth*****
2002年 11月 28日 (木) 18:17:03 JST


マルチバイト文字列では、正規表現の文字クラスの略記を使えますか?今、以下
のおかしなことが起こります。

strelka:gauche$ gosh
gosh> (rxmatch #/^(\S+)$/ "はなす")
#f
gosh> (rxmatch #/^(\S+)$/ "話す")
#<<regmatch> 0x8152708>
gosh> (rxmatch #/^([^\s])$/ "はなす")
#f
gosh> (rxmatch #/^([^\s])$/ "話す")
#f

strelka:gauche$ gosh -V
Gauche scheme interpreter, version 0.6.5 [utf-8,pthreads]
strelka:gauche$ uname -a
Linux strelka 2.4.19 #3 SMP Sat Aug 24 14:14:51 JST 2002 i686 unknown unknown GNU/Linux


-- 
Alex



Gauche-devel-jp メーリングリストの案内
Back to archive index