> > hello everyone > i am working on a project in which db is mysql and it should support > japanese and korean simultaneously I have mysql 3.23.36 running on > red_hat_linux_7.1_sea-wolf and default ecoding for mysql is sjis > > Kindly tell meif is it possible to make a database support japanese and > korean both languages simultaneously ????
I don't really know much, but from what I understand, the answer to your question is probably not. If you want to sort and collate both at the same time, in the same tables, you'll need the Unicode support that is scheduled for ver. 4.1. You can store both at the same time. (You may have some problems with the drivers, but it appears that those problems can be fixed or worked around.) You can also search, if you don't care about missing a few sometimes, or if you can write a little external code to pick up some oddball cases. Or, you might consider keeping the Japanese and Korean data in separate tables on separate servers. From what I understand, that should be possible. > if you can sugest any other package or addin for this, that would > also be > helpful ??? > -- Joel Rees <[EMAIL PROTECTED]> --------------------------------------------------------------------- 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