mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Build with --disable-unicode again. Fixes #1158607.
Will backport to 2.4.
This commit is contained in:
parent
b60ae99601
commit
e2713becd8
7 changed files with 41 additions and 14 deletions
|
@ -144,7 +144,7 @@ else:
|
|||
TESTFN_UNICODE_UNENCODEABLE = None
|
||||
else:
|
||||
# Japanese characters (I think - from bug 846133)
|
||||
TESTFN_UNICODE_UNENCODEABLE = u"@test-\u5171\u6709\u3055\u308c\u308b"
|
||||
TESTFN_UNICODE_UNENCODEABLE = eval('u"@test-\u5171\u6709\u3055\u308c\u308b"')
|
||||
try:
|
||||
# XXX - Note - should be using TESTFN_ENCODING here - but for
|
||||
# Windows, "mbcs" currently always operates as if in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue