Python论坛  - 讨论区

标题:[python-chinese] 怎样生成一个含有Unicode字符的网页?

2004年03月18日 星期四 10:33

Luke Skywalker rgbwoo at 163.com
Thu Mar 18 10:33:36 HKT 2004

# print HTTP/HTML header stuff
print """Content-type: text/html


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2004年03月18日 星期四 22:46

John Li johnli at ahlt.net
Thu Mar 18 22:46:21 HKT 2004

> 我打算利用上面的代码生成一个网页,在网页中显示Unicode字符列表
> 但是执行结果是在IE中显示的都是"?",这样设置才能显示Unicode字符呢?
Python的unicode编码不是utf8(那好,因为utf8的汉字常用3字节)。
这样要转换到utf8:
  unichr(i).encode("utf8")
John

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2024

    京ICP备05028076号