Python论坛  - 讨论区

标题:[python-chinese] Django中文问题

2006年04月11日 星期二 18:13

Pau Lau paulau591 at gmail.com
Tue Apr 11 18:13:05 HKT 2006

在Django工程中怎么解决中文问题,谢谢指教~!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060411/08db6843/attachment.html

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

2006年04月11日 星期二 19:46

limodou limodou at gmail.com
Tue Apr 11 19:46:20 HKT 2006

On 4/11/06, Pau Lau <paulau591 at gmail.com> wrote:
> 在Django工程中怎么解决中文问题,谢谢指教~!

不是已经说过了嘛。使用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月11日 星期二 19:49

Pau Lau paulau591 at gmail.com
Tue Apr 11 19:49:39 HKT 2006

在06-4-11,limodou <limodou at gmail.com> 写道:
>
> On 4/11/06, Pau Lau <paulau591 at gmail.com> wrote:
> > 在Django工程中怎么解决中文问题,谢谢指教~!
>
> 不是已经说过了嘛。使用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
>
> _______________________________________________
> 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
>
> OK,我再试试,呵呵

谢谢~!我想问的是,只能使用Unicode(UTF-8)吗?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060411/83ace1ad/attachment.html

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

2006年04月11日 星期二 19:56

limodou limodou at gmail.com
Tue Apr 11 19:56:09 HKT 2006

On 4/11/06, Pau Lau <paulau591 at gmail.com> wrote:
>
>
>
> 在06-4-11,limodou <limodou at gmail.com> 写道:
> >
> On 4/11/06, Pau Lau <paulau591 at gmail.com> wrote:
> > 在Django工程中怎么解决中文问题,谢谢指教~!
>
> 不是已经说过了嘛。使用utf-8啊。
>

> OK,我再试试,呵呵
> 谢谢~!我想问的是,只能使用Unicode(UTF-8)吗?
>

当然不是了。utf-8是django内部的缺省支持。但unicode是一个比较复杂的处理。对于数据库,对于浏览器都有要求。比如数据库不是unicode的。而是其它的,你可能还是要转换。同时你也可以修改django的内部编码格式。处理unicode主要涉及浏览器,django内部和数据库的处理三部分。浏览器主要是html页面的charset编码。django的处理要看处理的位置,如模板,或数据库的处理。而数据库处理主要是数据库本身的编码设置,有必要还要考虑ORM的封装处理。所以对django不是很熟悉的话还是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月12日 星期三 07:59

Pau Lau paulau591 at gmail.com
Wed Apr 12 07:59:14 HKT 2006

在06-4-11,limodou <limodou at gmail.com> 写道:
>
> On 4/11/06, Pau Lau <paulau591 at gmail.com> wrote:
> >
> >
> >
> > 在06-4-11,limodou <limodou at gmail.com> 写道:
> > >
> > On 4/11/06, Pau Lau <paulau591 at gmail.com> wrote:
> > > 在Django工程中怎么解决中文问题,谢谢指教~!
> >
> > 不是已经说过了嘛。使用utf-8啊。
> >
>
> > OK,我再试试,呵呵
> > 谢谢~!我想问的是,只能使用Unicode(UTF-8)吗?
> >
>
>
> 当然不是了。utf-8是django内部的缺省支持。但unicode是一个比较复杂的处理。对于数据库,对于浏览器都有要求。比如数据库不是unicode的。而是其它的,你可能还是要转换。同时你也可以修改django的内部编码格式。处理unicode主要涉及浏览器,django内部和数据库的处理三部分。浏览器主要是html页面的charset编码。django的处理要看处理的位置,如模板,或数据库的处理。而数据库处理主要是数据库本身的编码设置,有必要还要考虑ORM的封装处理。所以对django不是很熟悉的话还是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
>
> _______________________________________________
> 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
>
>
明白了,就像java跟mysql一样,有时也存在编码问题,呵呵~!OK,我一直觉得Django功能很强大,但也有一些不足,但现在算是刚刚入门,慢慢来吧~!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060412/30623397/attachment.html

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号