Re: Problems with unicode
Posted by: Tetsuro Ikeda
Date: May 18, 2005 04:09PM

Hi

You got '???' because you put the non-latin1 characters into latin1 table.

The characters of utf8 were converted to latin1 but latin1 doesn't have those characters,
and so the characters were mapped to '???'.

characterSetResults=utf8 means you will get the some charset's data as utf8.

But you couldn't get correct characters and you got '???' because the characters were changed to ??? when you inserted into table.

Any way, you made a sense?

Options: ReplyQuote


Subject
Written By
Posted
May 18, 2005 09:17AM
Re: Problems with unicode
May 18, 2005 04:09PM


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.