[indic-like] Add note about replicated values
This commit is contained in:
parent
3289e81532
commit
15ea4ccb04
|
@ -55,6 +55,7 @@ enum indic_syllable_type_t {
|
||||||
|
|
||||||
%%{
|
%%{
|
||||||
|
|
||||||
|
# These values are replicated from indic.hh; keep in sync.
|
||||||
export C = 1;
|
export C = 1;
|
||||||
export V = 2;
|
export V = 2;
|
||||||
export N = 3;
|
export N = 3;
|
||||||
|
|
|
@ -54,6 +54,7 @@ enum khmer_syllable_type_t {
|
||||||
|
|
||||||
%%{
|
%%{
|
||||||
|
|
||||||
|
# These values are replicated from indic.hh; keep in sync.
|
||||||
export C = 1;
|
export C = 1;
|
||||||
export V = 2;
|
export V = 2;
|
||||||
export ZWNJ = 5;
|
export ZWNJ = 5;
|
||||||
|
|
|
@ -57,6 +57,7 @@ enum myanmar_syllable_type_t {
|
||||||
|
|
||||||
%%{
|
%%{
|
||||||
|
|
||||||
|
# These values are replicated from indic.hh; keep in sync.
|
||||||
export C = 1;
|
export C = 1;
|
||||||
export IV = 2;
|
export IV = 2;
|
||||||
export DB = 3; # Dot below = OT_N
|
export DB = 3; # Dot below = OT_N
|
||||||
|
|
Loading…
Reference in New Issue