Re: Unicode problem in the mysql help me out !!!!!!!!!!!!!!!!!!!!!
Posted by: Alexander Kushnirenko
Date: August 05, 2004 07:41AM

Hi,

I worked with cp1251 <-> utf-8 conversions. In MySQL 4.1 works fine. All you need to do is to specify in database character sets for tables/columns. After that issue a command
SET NAMES cp1251 (in your case SET NAMES big5) and database will do correct coding/decoding for you. It actually works thru MyODBC too

Hope it helps,
Sasha,

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Unicode problem in the mysql help me out !!!!!!!!!!!!!!!!!!!!!
2526
August 05, 2004 07:41AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.