Re: REGEXP with UTF-8

2004-04-06 Thread Sergei Golubchik
Hi! On Apr 07, Hirofumi Fujiwara wrote: > > From: Sergei Golubchik <[EMAIL PROTECTED]> > > Hi! > > > > On Apr 06, Hirofumi Fujiwara wrote: > > > > > > I am testing regular expression feature of MYSQL 4.1.1-alpha > > > (REGEXP) with UTF-

Re: REGEXP with UTF-8

2004-04-06 Thread Hirofumi Fujiwara
From: Sergei Golubchik <[EMAIL PROTECTED]> > Hi! > > On Apr 06, Hirofumi Fujiwara wrote: > > > > I am testing regular expression feature of MYSQL 4.1.1-alpha > > (REGEXP) with UTF-8 characters (Japanese). So far it doesn't > > seem to work. &

Re: REGEXP with UTF-8

2004-04-06 Thread Sergei Golubchik
Hi! On Apr 06, Hirofumi Fujiwara wrote: > > I am testing regular expression feature of MYSQL 4.1.1-alpha > (REGEXP) with UTF-8 characters (Japanese). So far it doesn't > seem to work. > > LIKE handles each Japanese character properly as one character, > but REGEXP

REGEXP with UTF-8

2004-04-06 Thread Hirofumi Fujiwara
I am testing regular expression feature of MYSQL 4.1.1-alpha (REGEXP) with UTF-8 characters (Japanese). So far it doesn't seem to work. LIKE handles each Japanese character properly as one character, but REGEXP doesn't. I'd like to know if REGEXP handles U