Python论坛  - 讨论区

标题:[python-chinese] 用django时将模板文件保存成unicode为什么不行?

2006年04月18日 星期二 19:34

周旋 elvis827 at gmail.com
Tue Apr 18 19:34:22 HKT 2006

如果保存成ansi则模板里面的中文显示成乱码了,是不是有需要配置的地方?


elvis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060418/6d454c38/attachment.html

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

2006年04月19日 星期三 05:11

=?ISO-2022-JP?B?GyRCcjJDaRsoQg==?= weizhong2004 at gmail.com
Wed Apr 19 05:11:21 HKT 2006

默认字符集为 utf-8


--
开飞机的舒克
http://www.lvye.org/shuke
msn:weizhong at netease.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060419/528096de/attachment.htm

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

2006年04月19日 星期三 08:03

Pau Lau paulau591 at gmail.com
Wed Apr 19 08:03:24 HKT 2006

在06-4-19,魏忠 <weizhong2004 at gmail.com> 写道:
>
>
> 默认字符集为 utf-8
>
>
>
> --
> 开飞机的舒克
> http://www.lvye.org/shuke
> msn:weizhong at netease.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
>
> 我也遇到这个问题,现在我把工程的编码设为UTF-8就OK了。郁闷死了,跟写手机程序一样~!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060419/247e4fda/attachment.html

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

2006年04月19日 星期三 08:57

limodou limodou at gmail.com
Wed Apr 19 08:57:28 HKT 2006

On 4/19/06, Pau Lau <paulau591 at gmail.com> wrote:
>
>
>
> 在06-4-19,魏忠 <weizhong2004 at gmail.com> 写道:
> >
>
>
> 默认字符集为 utf-8
>
>

可以使用一些编辑器。象NewEdit可以设定默认字符编码为utf-8,这样所有的东西都自动存为utf-8的。许多编辑器都可以呀。

--
I like python!
My Blog: http://www.donews.net/limodou
My Django Site: http://www.djangocn.org
NewEdit Maillist: http://groups.google.com/group/NewEdit

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

2006年04月19日 星期三 08:59

周旋 elvis827 at gmail.com
Wed Apr 19 08:59:41 HKT 2006

  在哪里设置的?我希望是模板文件保存成ansi字符的也能显示模板中的中文,谢谢
elvis,elvis827 at gmail.com
2006-4-19 
----- Original Message ----- 
From: Pau Lau 
To: python-chinese 
Sent: 2006-04-19, 08:03:24
Subject: Re: [python-chinese] 用django时将模板文件保存成unicode为什么不行?

我也遇到这个问题,现在我把工程的编码设为UTF-8就OK了。郁闷死了,跟写手机程序一样~!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060419/0dc50bd1/attachment-0001.html

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

2006年04月19日 星期三 09:08

Pau Lau paulau591 at gmail.com
Wed Apr 19 09:08:10 HKT 2006

在06-4-19,周旋 <elvis827 at gmail.com> 写道:
>
>    在哪里设置的?我希望是模板文件保存成ansi字符的也能显示模板中的中文,谢谢
> elvis,elvis827 at gmail.com
> 2006-4-19
>
> ----- Original Message -----
> *From: *Pau Lau <paulau591 at gmail.com>
> *To: *python-chinese <python-chinese at lists.python.cn>
> *Sent: *2006-04-19, 08:03:24
> *Subject: *Re: [python-chinese] 用django时将模板文件保存成unicode为什么不行?
>
> 我也遇到这个问题,现在我把工程的编码设为UTF-8就OK了。郁闷死了,跟写手机程序一样~!
>
>
>
> _______________________________________________
> 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
>
> 我没找到方法。呵呵。
limodou有方法吗?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060419/df5e15b5/attachment.html

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

2006年04月19日 星期三 09:12

limodou limodou at gmail.com
Wed Apr 19 09:12:51 HKT 2006

> 我没找到方法。呵呵。
> limodou有方法吗?
>

我就是使用utf-8呀。不过我有所区别的是我采用的是i18n的方式,即django中的所有东西都是英文的。差不多了,再通过编译成po切换为中文。所以更不存在问题了。

--
I like python!
My Blog: http://www.donews.net/limodou
My Django Site: http://www.djangocn.org
NewEdit Maillist: http://groups.google.com/group/NewEdit

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号