Add new IndicSyllabicCategory short forms for Unicode 7.0

pull/27/merge
Behdad Esfahbod 11 years ago
parent dcee838e89
commit 89e4946929
  1. 4
      src/gen-indic-table.py

@ -80,6 +80,10 @@ print
# Shorten values # Shorten values
short = [{ short = [{
"Bindu": 'Bi', "Bindu": 'Bi',
"Cantillation_Mark": 'Ca',
"Joiner": 'ZWJ',
"Non_Joiner": 'ZWNJ',
"Number": 'Nd',
"Visarga": 'Vs', "Visarga": 'Vs',
"Vowel": 'Vo', "Vowel": 'Vo',
"Vowel_Dependent": 'M', "Vowel_Dependent": 'M',

Loading…
Cancel
Save