HOWTO: Display Chinese and Turkish Character Sets - Posted (1074 Views)
Average Member
heptite
Posts: 547
547
Question: How can I display other character sets such as Chinese and Turkish?
Answer: Use the following lines to replace "fString = Server.HTMLEncode(fString)" in inc_functions.asp.

fString = Replace(fString, "<", "&lt;")
fString = Replace(fString, ">", "&gt;")

Code provided by: SDIY (Chinese) and tested by: hayrullah jr (Turkish)


ASPDiva Forum - http://www.aspdiva.com/forum/default.asp
<