Skip to content

Commit 0b5e159

Browse files
committed
[constants] also fix script tag of N'ko -> Nkoo
Nkoo is the correct ISO 15924 script tag. 'nko ' (lowercase, padded with space) is the OT script tag, but these are title-cased ISO tags.
1 parent b06c85c commit 0b5e159

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/ufo2ft/constants.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ class CFFOptimization(IntEnum):
126126
"Nand", # Nandinagari
127127
"Newa", # Newa
128128
"Bhks", # Bhaiksuki
129-
"Nko ", # Nko
129+
"Nko ", # Nko (this one is incorrect but probably won't hurt to keep?)
130+
"Nkoo", # Nko
130131
"Ougr", # Old Uyghur
131132
"Phag", # Phags Pa
132133
"Phlp", # Psalter Pahlavi

0 commit comments

Comments
 (0)