Colin Rofls
b26271cc4d
[unicodedata] Fix bug in buildUCD.py
...
The method that was being used to read the header from the input was
inadvertently dropping the first non-header line on the floor; although
this happens to be okay in some cases (where there is an empty line
after the header) in the case of newer versions of the
ScriptExtensions.txt file, this was causing the generated code to be
missing the first entry, for U+00B7 (MIDDLE DOT)
2025-01-29 11:53:58 -05:00
Behdad Esfahbod
10a61ef7de
Update to Unicode 16
2024-09-23 08:46:56 -06:00
Nikolaus Waxweiler
d584daa8fd
Blacken code
2022-12-13 11:26:36 +00:00
Cosimo Lupo
ea534a4ecf
unicodedata: Update Scripts/Blocks to Unicode 15.0
...
by re-running the MetaTools/buildUCD.py script using the current UCD
database.
2022-09-23 10:42:55 +01:00
Yao Wei (魏銘廷)
390640a357
update to unicode 14.0
2021-10-31 23:24:18 +08:00
justvanrossum
b14e6ecf4c
update to unicode 13.0
2020-03-20 14:15:00 +01:00
Cosimo Lupo
987798f82e
Update Blocks, Scripts and ScriptExtensions to latest Unicode Data 12.1
2019-06-18 11:33:53 +01:00
Cosimo Lupo
452c85ecef
Update Blocks, Scripts and ScriptExtensions for Unicode 11
...
I run: python3 MetaTools/buildUCD.py
2018-07-12 11:35:16 +01:00
Cosimo Lupo
54fa00499e
[Scripts] use short codes, add NAMES dict with aliases
2017-11-22 17:41:23 +01:00
Cosimo Lupo
8b50ed56d9
add auto-generated Blocks.py and ScriptsExtensions.py
2017-11-20 18:15:09 +01:00
Cosimo Lupo
1ed78b12f5
[unicodedata] rename scripts.py to Scripts.py
...
let's use the same names as the original UCD data files for simplicity
2017-11-20 17:37:45 +01:00