Re: Getting strange characters using latin1 with latin1_swedish_ci
Posted by: vick
Date: May 06, 2005 11:33AM

Is your problem is not displaying the correct characters OR you get the wrong character than what you expected ?

If your expecting any wild characters(japanese, chinese,gujarati) then I suggest you to change the CHARSET as utf8.

One way to verify the which character is to get its Hex value as SELECT HEX(columname) FROM table;

Good Luck!

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Getting strange characters using latin1 with latin1_swedish_ci
3649
May 06, 2005 11:33AM


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.