On Wed, 20 Jun 2001 15:22:22 -0700
"Ryan Knopp" <[EMAIL PROTECTED]> wrote:

> I'm trying to use the Full text Search with the japanese language using
> either doublebyte or singlebyte character.  The problem is it doesn't
> seem
> to be working at all for any searches.  I use a sql statement like this
> one
> 
> select * from hdwkeywords where match (JAPANESE) against ('japanese
> keyword')
> 
> Where the japanese keyword is either a singlebyte or doublebyte
> character.
> Now i can get this to work in english but not in japanese, is there
> support
> for it? Or did i forget to enable something or am i doing this
> completely
> wrong?


I installed from RPM. And has no problem in searching 2 bytes Japanese
font.

mysql> select jusho from myuser where jusho like "%八王子%" limit 5;
+----------+
| jusho    |
+----------+
| 八王子   |
| 八王子   |
| 八王子   |
| 八王子市 |
| 八王子市 |
+----------+
5 rows in set (0.01 sec)

--bk

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to