From: Harald A. <ha...@gm...> - 2005-04-19 12:17:38
|
Hello List, i have problems with the htmlspecialchars-Coding of Form-Fields and Input in UTF-8. I want to create a chinese survey and enter text in Chinese, it is correctly created into UTF-8-Codes. But it will be displayed then in the Survey as e.g. 京 and this is because of htmlspecialchars, which changes the correct UTF-8-Code into &#20140. Is there a way to change this behaviour. Would would happen if i uncomment each htmlspecialchars i can find in the sourcecode? Thanks for your help. Harald |