![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: not quite 1252
From: Anton Vredegoor <anton.vredegoor@gmail.com>
Date: Sat Apr 29 2006 - 12:08:12 CEST
Martin v. Löwis wrote:
> Well, if the document is UTF-8, you should decode it as UTF-8, of
Thanks. This and:
http://en.wikipedia.org/wiki/UTF-8
solved my problem with understanding the encoding.
Anton
proof that I understand it now (please anyone, prove me wrong if you can):
from zipfile import ZipFile, ZIP_DEFLATED
def by80(seq):
def utfCheck(infn):
def test():
if __name__=='__main__':
|