mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-999 Change uni-text.txt to uni-text.bin
X-SVN-Rev: 5383
This commit is contained in:
parent
47fcf7b91d
commit
e90be85cdc
4 changed files with 3 additions and 3 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -77,7 +77,7 @@ icu4c/source/data/brkitr/word_thLE.brk -text
|
|||
icu4c/source/data/unidata/UCARules.txt -text
|
||||
icu4c/source/samples/ucnv/data02.bin -text
|
||||
icu4c/source/test/testdata/importtest.bin -text
|
||||
icu4c/source/test/testdata/uni-text.txt -text
|
||||
icu4c/source/test/testdata/uni-text.bin -text
|
||||
icu4j/src/com/ibm/data/misc/english.dict -text
|
||||
icu4j/src/com/ibm/icu/dev/data/holidays_jp.ucs -text
|
||||
icu4j/src/com/ibm/icu/dev/data/rbbi/english.dict -text
|
||||
|
|
|
@ -133,7 +133,7 @@ static void TestConvert()
|
|||
|
||||
const char* CodePagesTestFiles[NUM_CODEPAGE] =
|
||||
{
|
||||
"uni-text.txt"
|
||||
"uni-text.bin"
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -107,7 +107,7 @@ void ConvertTest::TestConvert()
|
|||
|
||||
const char* CodePagesTestFiles[NUM_CODEPAGE] =
|
||||
{
|
||||
"uni-text.txt"
|
||||
"uni-text.bin"
|
||||
};
|
||||
|
||||
const UConverterPlatform CodePagesPlatform[NUM_CODEPAGE] =
|
||||
|
|
Loading…
Add table
Reference in a new issue