STINNER Victor <victor.stin...@haypocalc.com> added the comment:

I created a TAR archive with the 7-zip archiver of file with diacritics in 
their name (eg. "é" and "à"). Then I opened the archive with WinRAR: the file 
names were not displayed correctly :-/

7-zip encodes "à" (U+00e0) as 0x85 (1 byte), and "é" (U+00e9) as 0x82 (1 byte). 
I don't know this encoding.

----------
nosy: +loewis

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8784>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to