Re: Can't select/inserting/updating some Chinese Character.
Posted by: Alexandra Lei
Date: September 15, 2005 08:11PM

Hi! I just solved a similar problem about the slash ending. Now I can input and get "玕" which contains a "\" in the end when converted into iso-8859-1. What I did is only double the "\" immediately after converting the Chinese Stream into iso-8859-1 charset and immediately before SELECT/INSERT with MYSQL. So, I then make a filter between UI and mysql, make sure Chinese is first converted into 8859_1 then double all the single "\" before they have anything to do with MYSQL. It seems work well until now. Hope it can be somehow helpful. BTW, all of the charset of my MYSQL is latin1.
Rgrds

Options: ReplyQuote




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.