From 8a48c88fa9fe047a83ba4a45dbd6399412ca3302 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 21 May 2019 13:02:54 -0400 Subject: [PATCH] [gen-ucd] Comment --- src/gen-ucd.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gen-ucd.py b/src/gen-ucd.py index 8db7c3741..c1594f7b9 100755 --- a/src/gen-ucd.py +++ b/src/gen-ucd.py @@ -56,6 +56,10 @@ for line in open('hb-common.h'): assert i == len(sc_array) 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 COMPACT = 3 print()