mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Update to Unicode 3.2 database.
This commit is contained in:
parent
ecbb0eaa43
commit
9def6a3a77
8 changed files with 14036 additions and 9469 deletions
|
|
@ -36,7 +36,7 @@ gettyperecord(Py_UNICODE code)
|
|||
{
|
||||
int index;
|
||||
|
||||
if (code >= 65536)
|
||||
if (code >= 0x110000)
|
||||
index = 0;
|
||||
else {
|
||||
index = index1[(code>>SHIFT)];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue