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-8 characters (Japanese). So far it doesn't > > > seem to w

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. > > > > LIKE handles each Japanese character properly

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 doesn't. > > I'd like to know