MySQL Forums
Forum List  »  PHP

Re: Asian language problems
Posted by: Rick James
Date: March 04, 2009 10:49PM

Another guess... The encoding is being done by the input process. Use html_entity_decode() to convert anything from $_REQUEST[] or $_POST[] or $_GET[].

I assume the length and char_length were about about 8 times the number of characters you fed in? (This would be consistent with the early conversion with htmlentities().)

Options: ReplyQuote


Subject
Written By
Posted
February 27, 2009 07:53PM
February 28, 2009 03:11PM
March 04, 2009 04:25PM
Re: Asian language problems
March 04, 2009 10:49PM
March 05, 2009 11:39AM


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.