This commit is contained in:
Kovid Goyal 2010-12-04 00:40:38 -07:00
parent fc9ac1d715
commit a9983208d7

View File

@ -154,7 +154,7 @@ pêché'''
for x in fs: for x in fs:
print '\t', x.encode('utf-8') print '\t', x.encode('utf-8')
if fs != create(french_good): if fs != create(french_good):
print 'French failed' print 'French failed (note that French fails with icu < 4.6 i.e. on windows and OS X)'
return return
# }}} # }}}