Re: Weird utf-8 encoding problem using webserver that does not occur in command line client
Posted by: Rick James
Date: July 01, 2009 11:27PM

Did you put this in the <head>?
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

Do you get C5AB from
select HEX(CHAR(50603)), HEX(substr(name,5,1)) from names where nameid=19028;
And what do you get from
select CHAR_LENGTH(CHAR(50603)), CHAR_LENGTH(substr(name,5,1)) from names where nameid=19028;

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.