mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Update Unicode database to Unicode 4.1.
This commit is contained in:
parent
e2b4677253
commit
480f1bb67b
12 changed files with 17302 additions and 13365 deletions
|
|
@ -1,6 +1,7 @@
|
|||
# This module implements the RFCs 3490 (IDNA) and 3491 (Nameprep)
|
||||
|
||||
import stringprep, unicodedata, re, codecs
|
||||
import stringprep, re, codecs
|
||||
from unicodedata import db_3_2_0 as unicodedata
|
||||
|
||||
# IDNA section 3.1
|
||||
dots = re.compile(u"[\u002E\u3002\uFF0E\uFF61]")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue