Classic ASP: How to write unicode string data in classic ASP?

后端 未结 3 660
眼角桃花
眼角桃花 2020-12-05 11:32

How can I show an nvarchar column that stores unicode data (Entered with the zawgyi1 font) in a classic ASP web page?

When I retrieve and write the value to the pag

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-05 12:13

    What about your codepage definition at the top of your page?

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
    

提交回复
热议问题