mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
closes bpo-39926: Update Unicode to 13.0.0. (GH-18910)
This commit is contained in:
parent
76d5877b72
commit
051b9d08d1
11 changed files with 30363 additions and 29328 deletions
|
@ -99,6 +99,7 @@ class UnicodeNamesTest(unittest.TestCase):
|
|||
self.checkletter("CJK UNIFIED IDEOGRAPH-2B734", "\U0002B734")
|
||||
self.checkletter("CJK UNIFIED IDEOGRAPH-2B740", "\U0002B740")
|
||||
self.checkletter("CJK UNIFIED IDEOGRAPH-2B81D", "\U0002B81D")
|
||||
self.checkletter("CJK UNIFIED IDEOGRAPH-3134A", "\U0003134A")
|
||||
|
||||
def test_bmp_characters(self):
|
||||
for code in range(0x10000):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue