经典ASP:如何写在传统的ASP UNI code字符串数据? [英] Classic ASP: How to write unicode string data in classic ASP?

查看:133
本文介绍了经典ASP:如何写在传统的ASP UNI code字符串数据?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我怎样才能显示一个经典的ASP网页中的nvarchar列存储UNI code数据(与zawgyi1字体输入的)?

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

当我检索和值写入页面,显示?????。我把我的ASP页面的内容类型UTF-8具有以下meta标签:

When I retrieve and write the value to the page, it shows "?????". I set my ASP page's content type of UTF-8 with the following meta tag:

<META http-equiv="Content-Type" content="text/html; charset=UTF-8">

不幸的是,该文本仍然呈现为?????。

Unfortunately, the text is still rendered as "?????".

如何在传统的ASP页面显示UNI code值上的任何建议或想法?

Any suggestions or ideas on how to display unicode values in a classic ASP page?

推荐答案

有关在页面顶部的codePAGE的定义是什么?

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

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

这篇关于经典ASP:如何写在传统的ASP UNI code字符串数据?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆