[Indic] Change "unknown" position to end of syllable

This commit is contained in:
Behdad Esfahbod 2012-07-23 23:49:04 -04:00
parent b70021f7c8
commit 2ec934c6c2
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ enum indic_syllabic_category_t {
/* Categories used in IndicSMatraCategory.txt from UCD */
enum indic_matra_category_t {
INDIC_MATRA_CATEGORY_NOT_APPLICABLE = POS_BASE_C,
INDIC_MATRA_CATEGORY_NOT_APPLICABLE = POS_END,
INDIC_MATRA_CATEGORY_LEFT = POS_PRE_C,
INDIC_MATRA_CATEGORY_TOP = POS_ABOVE_C,