From eb2f2e318ac2f43c0871f3b5a6101040602e0570 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 10 Jun 2022 16:47:59 -0600 Subject: [PATCH] [indic-generator] Update comment re U+104E https://github.com/harfbuzz/harfbuzz/pull/3648#pullrequestreview-1002150048 --- src/gen-indic-table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gen-indic-table.py b/src/gen-indic-table.py index e699277a0..214d44b9f 100755 --- a/src/gen-indic-table.py +++ b/src/gen-indic-table.py @@ -268,7 +268,7 @@ category_overrides = { 0xFE0E: 'VS', 0xFE0F: 'VS', - 0x104E: 'C', # The spec says C, IndicSyllableCategory doesn't have. + 0x104E: 'C', # The spec says C, IndicSyllableCategory says Consonant_Placeholder 0x002D: 'PLACEHOLDER', 0x00A0: 'PLACEHOLDER',