Submitting a Chinese character to my form.
Posted
by Subrat
on Stack Overflow
See other posts from Stack Overflow
or by Subrat
Published on 2010-04-22T06:30:58Z
Indexed on
2010/04/22
6:33 UTC
Read the original article
Hit count: 319
chinese
|character-encoding
I am submitting a Chinese character to my form but once it is submitted it is coming as Unicode character. For e.g. I am entering this ‘??’ and the value going to my form is ‘星洲’
Any inputs how to convert this Unicode to the Chinese character equivalent.
© Stack Overflow or respective owner