2005年04月05日 星期二 18:13
其它语言可能不支持中文,那么就不要使用中文文件名。 On Mar 23, 2005 12:22 PM, chenzh <chenzh at bhh.com.cn> wrote: > zip包我在中文系统下已经生成,在在其它语言的操作系统上成了乱码 > ----- Original Message ----- > From: "清风" <baoogle at 126.com> > To: <python-chinese at lists.python.cn> > Sent: Tuesday, April 05, 2005 1:42 PM > Subject: Re: [python-chinese] zipfile的中文文件名问题 > > > chenzh 写道: > > > > >我用zipfile库来生成了一个zip包,里面有文件名为中文的html文件,在其它语言 > 的os > > >里打开文件名成了乱码,而用winrar来压缩解压缩不会有这种情况,有人遇见过这 > 种情 > > >况吗? > > > > > > > > > > > >------------------------------------------------------------------------ > > > > > >_______________________________________________ > > >python-chinese list > > >python-chinese at lists.python.cn > > >http://python.cn/mailman/listinfo/python-chinese > > > > > > > > 不用什么特殊处理呀 > > try:zip.write(files) > > except IOError: None > > except ValueError: None > > > > 这样就可以把文件放入zip包里了 > > > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > > > > _______________________________________________ > python-chinese list > python-chinese at lists.python.cn > http://python.cn/mailman/listinfo/python-chinese > > > -- I like python! My Donews Blog: http://www.donews.net/limodou My Sina Blog: http://blog.sina.com.cn/blog/1148608914 New Google Maillist: http://groups-beta.google.com/group/python-cn
2005年04月05日 星期二 20:24
zip文件对多语言的支持是有问题的,我在日文系统中查看中文的zip文件也是不行的,rar格式的压缩包就没有问题,呵呵 On Apr 5, 2005 6:13 PM, limodou <limodou at gmail.com> wrote: > > 其它语言可能不支持中文,那么就不要使用中文文件名。 > > On Mar 23, 2005 12:22 PM, chenzh <chenzh at bhh.com.cn> wrote: > > zip包我在中文系统下已经生成,在在其它语言的操作系统上成了乱码 > > ----- Original Message ----- > > From: "清风" <baoogle at 126.com> > > To: <python-chinese at lists.python.cn> > > Sent: Tuesday, April 05, 2005 1:42 PM > > Subject: Re: [python-chinese] zipfile的中文文件名问题 > > > > > chenzh 写道: > > > > > > >我用zipfile库来生成了一个zip包,里面有文件名为中文的html文件,在其它语言 > > 的os > > > >里打开文件名成了乱码,而用winrar来压缩解压缩不会有这种情况,有人遇见过这 > > 种情 > > > >况吗? > > > > > > > > > > > > > > > > >------------------------------------------------------------------------ > > > > > > > >_______________________________________________ > > > >python-chinese list > > > >python-chinese at lists.python.cn > > > >http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > > > 不用什么特殊处理呀 > > > try:zip.write(files) > > > except IOError: None > > > except ValueError: None > > > > > > 这样就可以把文件放入zip包里了 > > > > > > _______________________________________________ > > > python-chinese list > > > python-chinese at lists.python.cn > > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > > _______________________________________________ > > python-chinese list > > python-chinese at lists.python.cn > > http://python.cn/mailman/listinfo/python-chinese > > > > > > > > -- > I like python! > My Donews Blog: http://www.donews.net/limodou > My Sina Blog: http://blog.sina.com.cn/blog/1148608914 > New Google Maillist: http://groups-beta.google.com/group/python-cn > _______________________________________________ > python-chinese list > python-chinese 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/20050405/f45dbec1/attachment.html
Zeuux © 2025
京ICP备05028076号