Python论坛  - 讨论区

标题:[python-chinese] 在turbogears里面怎么支持中文?

2005年11月14日 星期一 01:20

Fluke fluke.l at gmail.com
Mon Nov 14 01:20:51 HKT 2005

我发现模板不支持中文的,是不是要对cherrypy进行支持中文的改进?

--
Yours,
fluke
fluke at sfcube.net
http://sfcube.net/blog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051114/5613dccd/attachment.html

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

2005年11月14日 星期一 08:38

Zoom Quiet zoom.quiet at gmail.com
Mon Nov 14 08:38:10 HKT 2005

在 05-11-14,Fluke<fluke.l at gmail.com> 写道:
> 我发现模板不支持中文的,是不是要对cherrypy进行支持中文的改进?
中文与否看你输出时的编正确否?
页面中要声明 utf-8 并正确给字串哪…………

> --
> Yours,
>   fluke
> fluke at sfcube.net
> http://sfcube.net/blog
> _______________________________________________
> Python中文技术讨论邮件列表
> 发言: 发邮件到 python-chinese at lists.python.cn
> 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> 退订: 发送 unsubscribe 到
> python-chinese-request at lists.python.cn
> 详细说明: http://python.cn/mailman/listinfo/python-chinese
>
>


--
# Time is unimportant, only life important!
## 面朝开源,我心自由!

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

2005年11月15日 星期二 09:31

Guofeng Yuan loocoo at gmail.com
Tue Nov 15 09:31:20 HKT 2005

1.使用utf-8格式编辑.kid文件
2.在.kid文件中 声明 

我也在用这个做网站,一点问题都没有!

在05-11-14,Zoom Quiet <zoom.quiet at gmail.com> 写道:
>
> 在 05-11-14,Fluke<fluke.l at gmail.com> 写道:
> > 我发现模板不支持中文的,是不是要对cherrypy进行支持中文的改进?
> 中文与否看你输出时的编正确否?
> 页面中要声明 utf-8 并正确给字串哪…………
>
> > --
> > Yours,
> > fluke
> > fluke at sfcube.net
> > http://sfcube.net/blog
> > _______________________________________________
> > Python中文技术讨论邮件列表
> > 发言: 发邮件到 python-chinese at lists.python.cn
> > 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> > 退订: 发送 unsubscribe 到
> > python-chinese-request at lists.python.cn
> > 详细说明: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
>
> --
> # Time is unimportant, only life important!
> ## 面朝开源,我心自由!
>
> _______________________________________________
> Python中文技术讨论邮件列表
> 发言: 发邮件到 python-chinese at lists.python.cn
> 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> 退订: 发送 unsubscribe 到 python-chinese-request at lists.python.cn
> 详细说明: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051115/988698ca/attachment.htm

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

2005年11月15日 星期二 14:18

Fluke fluke.l at gmail.com
Tue Nov 15 14:18:59 HKT 2005

On 11/15/05, Guofeng Yuan <loocoo at gmail.com> wrote:
>
> 1.使用utf-8格式编辑.kid文件

 吧文件改成utf-8的就没问题了,谢谢.我原来以为这和kid本身的模板替换机制有关

2.在.kid文件中 声明 
>
> 我也在用这个做网站,一点问题都没有!
>
> 在05-11-14,Zoom Quiet < zoom.quiet at gmail.com> 写道:
> >
> > 在 05-11-14,Fluke< fluke.l at gmail.com> 写道:
> > > 我发现模板不支持中文的,是不是要对cherrypy进行支持中文的改进?
> > 中文与否看你输出时的编正确否?
> > 页面中要声明 utf-8 并正确给字串哪…………
> >
> > > --
> > > Yours,
> > > fluke
> > > fluke at sfcube.net
> > > http://sfcube.net/blog
> > > _______________________________________________
> > > Python中文技术讨论邮件列表
> > > 发言: 发邮件到 python-chinese at lists.python.cn
> > > 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> > > 退订: 发送 unsubscribe 到
> > > python-chinese-request at lists.python.cn
> > > 详细说明: http://python.cn/mailman/listinfo/python-chinese
> > >
> > >
> >
> >
> > --
> > # Time is unimportant, only life important!
> > ## 面朝开源,我心自由!
> >
> > _______________________________________________
> > Python中文技术讨论邮件列表
> > 发言: 发邮件到 python-chinese at lists.python.cn
> > 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> > 退订: 发送 unsubscribe 到 python-chinese-request at lists.python.cn
> > 详细说明: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
> _______________________________________________
> Python中文技术讨论邮件列表
> 发言: 发邮件到 python-chinese at lists.python.cn
> 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn
> 退订: 发送 unsubscribe 到 python-chinese-request at lists.python.cn
> 详细说明: http://python.cn/mailman/listinfo/python-chinese
>
>


--
Yours,
fluke
fluke at sfcube.net
http://sfcube.net/blog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051115/4604b8c0/attachment.htm

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

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

    你的回复:

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

    Zeuux © 2025

    京ICP备05028076号