mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 09:45:26 +00:00
ICU-1290 test u_charName(cjk ext b)
X-SVN-Rev: 6359
This commit is contained in:
parent
57be575691
commit
03eb0196df
1 changed files with 2 additions and 1 deletions
|
@ -1329,7 +1329,8 @@ static const struct {
|
|||
{0xac00, "HANGUL SYLLABLE GA", ""},
|
||||
{0xd7a3, "HANGUL SYLLABLE HIH", ""},
|
||||
{0xff08, "FULLWIDTH LEFT PARENTHESIS", "FULLWIDTH OPENING PARENTHESIS"},
|
||||
{0xffe5, "FULLWIDTH YEN SIGN", ""}
|
||||
{0xffe5, "FULLWIDTH YEN SIGN", ""},
|
||||
{0x23456, "CJK UNIFIED IDEOGRAPH-23456", ""}
|
||||
};
|
||||
|
||||
static UBool
|
||||
|
|
Loading…
Add table
Reference in a new issue