mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix to use Py_UCS4. By Bill Tutt.
This commit is contained in:
parent
e12896ec98
commit
bc30b11764
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ def generateOutputFiles(perfHash, hashData):
|
|||
typedef struct
|
||||
{
|
||||
const char *pszUCN;
|
||||
unsigned int uiValue;
|
||||
Py_UCS4 value;
|
||||
} _Py_UnicodeCharacterName;
|
||||
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue