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 as one character,
> > but REGEXP doesn't.
> > 
> > I'd like to know if REGEXP handles UTF-8 characters.
> 
> No it does not :(
> 
> (we need to change regexp library that we use, to have it fixed)

I wonder if REGEXP doesn't handle multi bytes character(big5,ujis,
sjis,euckr,gb2312,gbk,utf8,ucs2) either, which means it handles only
single byte character set (Maxlen=1).

------------------------------------------------------------
Hirofumi Fujiwara (Tokyo JAPAN)  enjoy JAVA and Puzzle World
[EMAIL PROTECTED]    http://www.pro.or.jp/~fuji/index-eng.html
[EMAIL PROTECTED]     Puzzle Japan    http://www.puzzle.jp/
------------------------------------------------------------

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to