]> granicus.if.org Git - python/commit
Issue #8965: initfsencoding() doesn't change the encoding on Mac OS X
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 11 Jun 2010 00:36:33 +0000 (00:36 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 11 Jun 2010 00:36:33 +0000 (00:36 +0000)
commit7f84ab59523ab7f7d7d288551a459e24718b8c7d
treeafbf801d34b4e88d473d4c07e05337b8f1a80376
parent2b293cf1a5dd602025ed01a0a520f005b543c319
Issue #8965: initfsencoding() doesn't change the encoding on Mac OS X

File system encoding have to be hardcoded to "utf-8" on Mac OS X. r81190
introduced a regression: the encoding was changed depending on the locale.
Python/pythonrun.c