mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Update confusables_data.h to Unicode 13.0.0
This commit is contained in:
parent
d0b7802d9f
commit
707e13ff7a
|
@ -74,8 +74,8 @@ struct DECOMP_SLICE
|
|||
""")
|
||||
print("enum")
|
||||
print("{")
|
||||
print("\tNUM_DECOMP_LENGTHS={},".format(len(len_set)))
|
||||
print("\tNUM_DECOMPS={},".format(len(decompositions)))
|
||||
print("\tNUM_DECOMP_LENGTHS = {},".format(len(len_set)))
|
||||
print("\tNUM_DECOMPS = {},".format(len(decompositions)))
|
||||
print("};")
|
||||
print()
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue