Update to test Unicode 5.1.
This commit is contained in:
parent
e3c4fd9cc0
commit
6d5ec2474d
|
@ -6,7 +6,7 @@ import os
|
|||
from unicodedata import normalize
|
||||
|
||||
TESTDATAFILE = "NormalizationTest" + os.extsep + "txt"
|
||||
TESTDATAURL = "http://www.unicode.org/Public/4.1.0/ucd/" + TESTDATAFILE
|
||||
TESTDATAURL = "http://www.unicode.org/Public/5.1.0/ucd/" + TESTDATAFILE
|
||||
|
||||
class RangeError(Exception):
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue