[myanmar] Use OT_NBSP instead of OT_DOTTEDCIRCLE for OT_GB

No functional change.
This commit is contained in:
Behdad Esfahbod 2014-05-27 17:49:45 -04:00
parent cf71d28c38
commit 186ece94c8
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ C = 1;
D = 19;
D0 = 20;
DB = 3;
GB = 12;
GB = 11;
H = 4;
IV = 2;
MH = 21;

View File

@ -134,7 +134,7 @@ enum myanmar_category_t {
OT_D = 19, /* Digits except zero */
OT_D0 = 20, /* Digit zero */
OT_DB = OT_N, /* Dot below */
OT_GB = OT_DOTTEDCIRCLE,
OT_GB = OT_NBSP,
OT_MH = 21, /* Various consonant medial types */
OT_MR = 22, /* Various consonant medial types */
OT_MW = 23, /* Various consonant medial types */