Build with --disable-unicode again. Fixes #1158607.

Will backport to 2.4.
This commit is contained in:
Martin v. Löwis 2005-03-08 15:03:08 +00:00
parent b60ae99601
commit e2713becd8
7 changed files with 41 additions and 14 deletions

View file

@ -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