2004年05月28日 星期五 09:26
An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20040528/273d33e8/attachment.html -------------- next part -------------- _______________________________________________ python-chinese list python-chinese at lists.python.cn http://python.cn/mailman/listinfo/python-chinese
2004年05月28日 星期五 09:31
liux at gdcn.com,您好! 我使用内置的编辑器是可以正常看到程序里的中文的,编码方式我试了cp936、gb2312、gb18030,都不行 ======== 2004-05-28 09:26:29 您在来信中写道: ======== 1、写一个控制台程序,看看能不能正常显示汉字? 2、你的代码是用什么方式编码的?UTF-8?GB-2312? 3、WxPython是否为Unicode版,可以看它的运行时库文件名是否带u(我又忘了wxWindows改成啥名字了-_-#) 不能帮你解决问题,只能试着帮你分析一下了,看看高人们有什么意见。 ----- 原邮件 ----- 从: "info at xichen.com" <info at xichen.com> 日期: 星期五, 五月 28日, 2004 上午9:10 主题: [python-chinese] wxPython不能显示汉字的问题。 > python-chinese,您好! > > 昨天晚上安装好了freebsd4.10,这个是最新版,里面内置python2.3.3,然后我port安装了最新的wxpython。是否是带u的版本就不清楚了。并且将freebsd的桌面设置为支持汉字,然后运行我写的python程序,仍然是乱码。请教各位了,如何能显示正常的汉字。 > > > 致 > 礼! > > > info > info at xichen.com > 2004-05-28 > = = = = = = = = = = = = = = = = = = = = = = 致 礼! info at xichen.com info at xichen.com 2004-05-28 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20040528/49bbed43/attachment.htm
2004年05月28日 星期五 09:47
wxPython在windows下才有u和非u的区别,在*nix下没有。 在*nix下必须把所有的字符串都编码为unicode。 你编码的代码是什么?是用的unicode('xxx','xxx')还是encode()和decode呢? 把你的代码贴上来,我们帮忙的人才使得上劲啊。 _________________________________________________________________ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn
Zeuux © 2024
京ICP备05028076号