[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 mailing list Unsubscribe: htt

[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 supe

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

2016-09-12 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 list Unsubscribe: https://mail.python.org/mailma

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

2015-07-21 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: -ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

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

2013-10-14 Thread Ethan Furman
Changes by Ethan Furman : -- nosy: +ethan.furman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

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

2012-04-07 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[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 added the comment: This looks similar to issue10614 -- ___ Python tracker ___ ___ Python-bugs-list mailing list

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

2011-01-21 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +amaury.forgeotdarc ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

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

2011-01-21 Thread Antoine Pitrou
Antoine Pitrou 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 applications w

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

2011-01-21 Thread STINNER Victor
STINNER Victor 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 encoding should improve your

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

2011-01-21 Thread Antoine Pitrou
Antoine Pitrou 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 question

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

2011-01-21 Thread STINNER Victor
STINNER Victor 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 better Unicode support (when yo

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

2011-01-21 Thread Antoine Pitrou
Antoine Pitrou added the comment: What kind of problem are you trying to solve? -- nosy: +pitrou ___ Python tracker ___ ___ Python-bu

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

2011-01-21 Thread STINNER Victor
Changes by STINNER Victor : -- 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 ___