mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-1930 Use UChar32 instead of uint32_t for implicit generation boundaries
X-SVN-Rev: 9336
This commit is contained in:
parent
b0bbfaebe1
commit
b348c3ffac
1 changed files with 1 additions and 1 deletions
|
@ -874,7 +874,7 @@ static uint32_t
|
|||
IMPLICIT_BASE_3BYTE = 0,
|
||||
IMPLICIT_BASE_4BYTE = 0;
|
||||
|
||||
static const uint32_t
|
||||
static const UChar32
|
||||
CJK_BASE = 0x4E00,
|
||||
CJK_LIMIT = 0x9FFF+1,
|
||||
CJK_COMPAT_USED_BASE = 0xFA0E,
|
||||
|
|
Loading…
Add table
Reference in a new issue