[issue10972] zipfile: add "unicode" option to the force the filename encoding to UTF-8

2017-06-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: See also issue28080. -- ___ Python tracker ___ ___ Python-bugs-list

[issue10972] zipfile: add "unicode" option to the force the filename encoding to UTF-8

2017-06-27 Thread STINNER Victor
STINNER Victor added the comment: > This looks similar to issue10614 Right. Let's focus on that one which has a better design. "unicode" means everything and nothing. It's more reliable to specify an encoding. -- resolution: -> duplicate stage: -> resolved status: open -> closed

[issue10972] zipfile: add "unicode" option to the force the filename encoding to UTF-8

2016-09-13 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Now UTF-8 is used for non-ASCII names. Can this issue be closed as outdated? -- ___ Python tracker ___

[issue10972] zipfile: add "unicode" option to the force the filename encoding to UTF-8

2015-09-11 Thread irdb
Changes by irdb : -- nosy: +irdb ___ Python tracker ___ ___ Python-bugs-list mailing

[issue10972] zipfile: add unicode option to the force the filename encoding to UTF-8

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman et...@stoneleaf.us: -- nosy: -ethan.furman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10972 ___ ___ Python-bugs-list

[issue10972] zipfile: add unicode option to the force the filename encoding to UTF-8

2013-10-14 Thread Ethan Furman
Changes by Ethan Furman et...@stoneleaf.us: -- nosy: +ethan.furman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10972 ___ ___ Python-bugs-list

[issue10972] zipfile: add unicode option to the force the filename encoding to UTF-8

2012-04-07 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- nosy: +storchaka ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10972 ___ ___ Python-bugs-list

[issue10972] zipfile: add unicode option to the force the filename encoding to UTF-8

2011-01-21 Thread STINNER Victor
Changes by STINNER Victor victor.stin...@haypocalc.com: -- title: zipfile: add unicode option to the choose filename encoding - zipfile: add unicode option to the force the filename encoding to UTF-8 ___ Python tracker rep...@bugs.python.org

[issue10972] zipfile: add unicode option to the force the filename encoding to UTF-8

2011-01-21 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: What kind of problem are you trying to solve? -- nosy: +pitrou ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10972 ___

[issue10972] zipfile: add unicode option to the force the filename encoding to UTF-8

2011-01-21 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: What kind of problem are you trying to solve? Support non-ASCII filenames in python32.zip (#10955): at bootstrap, Python 3.2 can only use UTF-8 codec (not cp437). But I suppose also that forcing the encoding to UTF-8 gives a

[issue10972] zipfile: add unicode option to the force the filename encoding to UTF-8

2011-01-21 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Support non-ASCII filenames in python32.zip (#10955): at bootstrap, Python 3.2 can only use UTF-8 codec (not cp437). But I suppose also that forcing the encoding to UTF-8 gives a better Unicode support (when you decompress the archive). The

[issue10972] zipfile: add unicode option to the force the filename encoding to UTF-8

2011-01-21 Thread STINNER Victor
STINNER Victor victor.stin...@haypocalc.com added the comment: The question is, rather, why you need an external flag for that. Because I don't want to change the default encoding. I am not sure that all applications support UTF-8 encodings. But if you control your environment, force UTF-8

[issue10972] zipfile: add unicode option to the force the filename encoding to UTF-8

2011-01-21 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: The question is, rather, why you need an external flag for that. Because I don't want to change the default encoding. I am not sure that all applications support UTF-8 encodings. If this is a ZIP standard flag, why should we care about

[issue10972] zipfile: add unicode option to the force the filename encoding to UTF-8

2011-01-21 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- nosy: +amaury.forgeotdarc ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10972 ___ ___

[issue10972] zipfile: add unicode option to the force the filename encoding to UTF-8

2011-01-21 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: This looks similar to issue10614 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10972 ___