utf-8符号大全(一万多个)

Tue, 14 Aug 2007 01:01 PM

今天查找显示分页符号,查了一下工具没有与“”对应的左箭头,看了一下右箭头的编码是›就猜了一下8249,呵呵果真是啊!

恩,写段asp看看还有什么奇怪的符号:demo/utf8_txt.asp

<%
dim i,utf8txt
for i=1 to 13310'13310以后的就是汉字?了
utf8txt="&#"&i&";"
response.write("<i>"&i&"</i> "&utf8txt&" ")
next
%>

呵呵真有很多没见过的呢,我找这些符号是为了做叶子的时候省略一些小图片

i0ne Posted in Design | Comments:0 | Reads:29056

汉字转utf-8十进制编码的转换和读取

Mon, 13 Mar 2006 01:41 PM

http://pixy.cn/utf8.asp

无论网页是G2312还是其他编码将汉字转换后都可以正常显示

例子:“汉字”转换后为: &#27721;&#23383;

写入库为&#27721;&#23383;10进制编码,这种码需要数据保存页为:

CODEPAGE="65001"
Session.CodePage=65001
Response.CharSet="UTF-8"

Read More...
i0ne Posted in Design | Comments:2 | Reads:95179

Total:2 Pages:1/1

Other

Css Validator

xhtml1.1 Validator

Creative Commons License

UTF-8