Hi
Im having trouble with double quotes/ single and chinese characters being
displayed all in the one variable.
for example to display chinese chars the ascii values are saved to the db
and when I display them in an input field <... value="<%=varName%>"> it
works fine
However.. this field may also have english chars with quotes, so if use
server.htmlencode or display the value using javascript and the escape
char it clears up the prob with the quotes but the chinese chars appear
exactly in their ascii format 夭穿 etc
any ideas most welcome
Cheers