Add new IndicSyllabicCategory short forms for Unicode 7.0

This commit is contained in:
Behdad Esfahbod 2014-06-22 11:32:13 -06:00
parent dcee838e89
commit 89e4946929
1 changed files with 4 additions and 0 deletions

View File

@ -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',