[gen-ucd] Comment
This commit is contained in:
parent
b71d353cee
commit
8a48c88fa9
|
@ -56,6 +56,10 @@ for line in open('hb-common.h'):
|
||||||
assert i == len(sc_array)
|
assert i == len(sc_array)
|
||||||
sc_array.append(name)
|
sc_array.append(name)
|
||||||
|
|
||||||
|
# TODO Currently if gc_order or sc_order do not capture all values, we get in
|
||||||
|
# trouble because they silently add new values. We should be able to "freeze"
|
||||||
|
# them, or just do the mapping ourselves.
|
||||||
|
|
||||||
DEFAULT = 1
|
DEFAULT = 1
|
||||||
COMPACT = 3
|
COMPACT = 3
|
||||||
print()
|
print()
|
||||||
|
|
Loading…
Reference in New Issue