Python论坛  - 讨论区

标题:[python-chinese] utf8 编码

2006年05月07日 星期日 21:31

鳄鱼 crocodile.liu at 163.com
Sun May 7 21:31:20 HKT 2006

文件编码为utf-8,在文件头声明编码,我在网上看到好多种写法,请问下列写法究竟哪些是合法的?
 
#coding= utf-8
 
#coding= utf_8
 
#coding= UTF-8
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060507/35fe0d81/attachment.html

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

2006年05月07日 星期日 21:42

风向标 vaneoooo at gmail.com
Sun May 7 21:42:33 HKT 2006

我用第一种
并且见到很多人也用第一种

挑一种有效的使用就可以了
花时间研究这个  对于时间来说 太奢侈


在06-5-7,鳄鱼 <crocodile.liu at 163.com> 写道:
>
>  文件编码为utf-8,在文件头声明编码,我在网上看到好多种写法,请问下列写法究竟哪些是合法的?
>
> #coding= utf-8
>
> #coding= utf_8
>
> #coding= UTF-8
>
>
>
>
>
>
>
>
>
> 你 不 想 试 试 今 夏 最 "酷" 的 邮 箱 吗 ?
> 蕴 涵 中 华 传 统 文 化 于 世 界 一 流 科 技 之 中,创 新 Ajax 技 术,126 "D 计 划"火 热 体 验 中 !
> <http://www.126.com/>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060507/8a890cad/attachment.html

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

2006年05月07日 星期日 23:21

Shixin Zeng zeng.shixin at gmail.com
Sun May 7 23:21:47 HKT 2006

On 5/7/06, 鳄鱼 <crocodile.liu at 163.com> wrote:
>
> 文件编码为utf-8,在文件头声明编码,我在网上看到好多种写法,请问下列写法究竟哪些是合法的?
>
> #coding= utf-8
>
> #coding= utf_8
>
> #coding= UTF-8
>

第一个和第三个是对的,因为UTF-8可写成utf-8,utf8,UTF8等
至于python源文件编码的声明方式,参见
http://www.python.org/dev/peps/pep-0263/

如果第一行、第二行能匹配正则表达式:"coding[:=]\s*([-\w.]+)",则认为它是一个编码声明



你 不 想 试 试 今 夏 最 "酷" 的 邮 箱 吗 ?
> 蕴 涵 中 华 传 统 文 化 于 世 界 一 流 科 技 之 中,创 新 Ajax 技 术,126 "D 计 划"火 热 体 验 中 !
> <http://www.126.com/>
>
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>


--
Best Regards

Shixin Zeng
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060507/3bc2f6c1/attachment.htm

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号