HOWTO: Display Chinese and Turkish Character Sets

Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/89?pagenum=1
05 November 2025, 13:08

Topic


heptite
HOWTO: Display Chinese and Turkish Character Sets
05 August 2000, 18:14


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
<

 

© 2000-2021 Snitz™ Communications