Add new IndicSyllabicCategory short forms for Unicode 7.0
This commit is contained in:
parent
dcee838e89
commit
89e4946929
|
@ -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…
Reference in New Issue