ICU-727 Fixed the mappping files for tests

X-SVN-Rev: 2965
This commit is contained in:
Ram Viswanadha 2000-11-21 01:19:54 +00:00
parent af69dc56f3
commit 77c08f2907
3 changed files with 20 additions and 20 deletions

View File

@ -23,7 +23,7 @@ CHARMAP
<U0005> \x05 |0
# toUnicode result is fallback direct
<U0006> \x06 |1
<U0006> \x06 |3
# toUnicode result is direct non-BMP code point
<U101234> \x07 |0

View File

@ -25,11 +25,11 @@ CHARMAP
<U0005> \x05 |0
# toUnicode result is fallback direct
<U0006> \x06 |1
<U0006> \x06 |3
# toUnicode result is direct non-BMP code point
<U101234> \x07 |0
<Ufebcd> \x08 |1
<Ufebcd> \x08 |3
#unassigned \x09
@ -37,8 +37,8 @@ CHARMAP
<U23456> \x01\x02\x0a |0
<U000b> \x01\x02\x0b |0
#unassigned \x01\x02\x0c
<U34567> \x01\x02\x0d |1
<U000e> \x01\x02\x0e |1
<U34567> \x01\x02\x0d |3
<U000e> \x01\x02\x0e |3
#unassigned \x01\x02\x0f
END CHARMAP

View File

@ -26,11 +26,11 @@ CHARMAP
<U0005> \x05 |0
# toUnicode result is fallback direct
<U0006> \x06 |1
<U0006> \x06 |3
# toUnicode result is direct non-BMP code point
<U101234> \x07 |0
<Ufebcd> \x08 |1
<Ufebcd> \x08 |3
#unassigned \x09
@ -38,8 +38,8 @@ CHARMAP
<U23456> \x01\x02\x03\x0a |0
<U000b> \x01\x02\x03\x0b |0
#unassigned \x01\x02\x03\x0c
<U34567> \x01\x02\x03\x0d |1
<U000e> \x01\x02\x03\x0e |1
<U34567> \x01\x02\x03\x0d |3
<U000e> \x01\x02\x03\x0e |3
#unassigned \x01\x02\x03\x0f
END CHARMAP