mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 22:15:31 +00:00
ICU-1007 Jamo LVT instead of Jamo 123
X-SVN-Rev: 5641
This commit is contained in:
parent
45d66e4ab9
commit
6293e63ad0
1 changed files with 5 additions and 5 deletions
|
@ -79,17 +79,17 @@ enum {
|
|||
_NORM_EXTRA_SURROGATE_TOP=0x3f0, /* hangul etc. */
|
||||
|
||||
_NORM_EXTRA_HANGUL=_NORM_EXTRA_SURROGATE_TOP,
|
||||
_NORM_EXTRA_JAMO_1, /* ### not used */
|
||||
_NORM_EXTRA_JAMO_2,
|
||||
_NORM_EXTRA_JAMO_3
|
||||
_NORM_EXTRA_JAMO_L, /* ### not used */
|
||||
_NORM_EXTRA_JAMO_V,
|
||||
_NORM_EXTRA_JAMO_T
|
||||
};
|
||||
|
||||
/* value constants using >16 bits */
|
||||
#define _NORM_MIN_SPECIAL 0xfc000000
|
||||
#define _NORM_SURROGATES_TOP 0xfff00000
|
||||
#define _NORM_MIN_HANGUL 0xfff00000
|
||||
#define _NORM_MIN_JAMO2 0xfff20000
|
||||
#define _NORM_JAMO2_TOP 0xfff30000
|
||||
#define _NORM_MIN_JAMO_V 0xfff20000
|
||||
#define _NORM_JAMO_V_TOP 0xfff30000
|
||||
|
||||
|
||||
/* index values */
|
||||
|
|
Loading…
Add table
Reference in a new issue