views:

36

answers:

2

I am submitting a Chinese character to my form but once it is submitted it is coming as XML entity. For e.g. I am entering this 星洲 and the value going to my form is 星洲

Any inputs how to convert this XML entity to the Chinese character equivalent.

A: 

The value you are submitting and getting back is same as per Google translator. As far as encoding is concerned you can use UTFEncoding to store and display data in order to avoid corruption.

Vinay Pandey
A: 

I am entering this ‘星洲’ and the value going to my form is ‘星洲’ ? There is no difference between two in your question? Can you clarify?

OmniBus