mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-09 15:27:38 +00:00
ICU-6955 Add more test case for various mbcs situations.
X-SVN-Rev: 26195
This commit is contained in:
parent
737d833448
commit
23b175e17f
3 changed files with 10 additions and 2 deletions
7
icu4c/source/test/testdata/conversion.txt
vendored
7
icu4c/source/test/testdata/conversion.txt
vendored
|
@ -929,6 +929,13 @@ conversion:table(nofallback) {
|
|||
:intvector{},
|
||||
:int{0}, :int{0}, "", ".", :bin{""}
|
||||
}
|
||||
{
|
||||
"*test5",
|
||||
:bin{ 0906 },
|
||||
"\udbc8\udf45\u0006",
|
||||
:intvector{},
|
||||
:int{0}, :int{0}, "", ".", :bin{""}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
1
icu4c/source/test/testdata/test5.ucm
vendored
1
icu4c/source/test/testdata/test5.ucm
vendored
|
@ -19,6 +19,7 @@
|
|||
CHARMAP
|
||||
|
||||
<U0006> \x06 |0
|
||||
<U102345> \x09 |0
|
||||
<U0034> \x01\x03 |3
|
||||
<U0074> \x01\x07 |1
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fb7c24961b3cd13b1f29084dfbbb51bfc3c3f844b55d790a229f34b2a4c14f81
|
||||
size 773475
|
||||
oid sha256:383048fb67737609562a4b8bb86514f03dafb2d54e94127d426f336c336b3164
|
||||
size 773540
|
||||
|
|
Loading…
Add table
Reference in a new issue