mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-2955 fix <mb_cur_min>
X-SVN-Rev: 13472
This commit is contained in:
parent
5cae3ab73c
commit
0866e20efb
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# *******************************************************************************
|
||||
# *
|
||||
# * Copyright (C) 1997-2001, International Business Machines
|
||||
# * Copyright (C) 1997-2003, International Business Machines
|
||||
# * Corporation and others. All Rights Reserved.
|
||||
# *
|
||||
# *******************************************************************************
|
||||
|
@ -27,7 +27,7 @@
|
|||
<code_set_name> "CNS-11643-1992"
|
||||
<char_name_mask> "AXXXX"
|
||||
<mb_cur_max> 3
|
||||
<mb_cur_min> 1
|
||||
<mb_cur_min> 3
|
||||
<uconv_class> "MBCS"
|
||||
<subchar> \x81\x7e\x7e
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# *******************************************************************************
|
||||
# *
|
||||
# * Copyright (C) 1995-2001, International Business Machines
|
||||
# * Copyright (C) 1995-2003, International Business Machines
|
||||
# * Corporation and others. All Rights Reserved.
|
||||
# *
|
||||
# *******************************************************************************
|
||||
|
@ -14,7 +14,7 @@
|
|||
<code_set_name> "lmb-excp"
|
||||
<char_name_mask> "AXXXX"
|
||||
<mb_cur_max> 2
|
||||
<mb_cur_min> 1
|
||||
<mb_cur_min> 2
|
||||
<uconv_class> "MBCS"
|
||||
<subchar> \x01\x3f
|
||||
<icu:state> 0-ff:2, 1-2:1, 6:1
|
||||
|
|
Loading…
Add table
Reference in a new issue