ICU-1405 porting fix for OS/390
X-SVN-Rev: 6689
This commit is contained in:
parent
e4638399eb
commit
496b8124dd
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -78,6 +78,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/ja_data.bin -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
|
||||
|
@ -126,7 +126,7 @@ clean-local:
|
||||
|
||||
#$(ALL_TEST_FILES)
|
||||
|
||||
build-testdata: $(ALL_TEST_FILES) $(TESTOBJDATADIR)/testdata.lst ja_data.txt
|
||||
build-testdata: $(ALL_TEST_FILES) $(TESTOBJDATADIR)/testdata.lst ja_data.bin
|
||||
@echo "ICU test data files are up to date."
|
||||
|
||||
# Now, sections for building each kind of data.
|
||||
|
@ -1,11 +1,11 @@
|
||||
//*******************************************************************************
|
||||
//*
|
||||
//*Copyright(C)1998-2000InternationalBusinessMachines
|
||||
//*Corporationandothers.AllRightsReserved.
|
||||
//*
|
||||
//*******************************************************************************
|
||||
ja_data{
|
||||
str{
|
||||
"$B%'%(%I(Ba$B*D$B%s%@%0%3%E%U%Y%J%k$:$*$)$($&$$$3$4$D$T$d$s$B$@$`$p%"%2%6%7%8%X%W%S%Q(B"
|
||||
}
|
||||
//*******************************************************************************
|
||||
//*
|
||||
//*Copyright(C)1998-2000InternationalBusinessMachines
|
||||
//*Corporationandothers.AllRightsReserved.
|
||||
//*
|
||||
//*******************************************************************************
|
||||
ja_data{
|
||||
str{
|
||||
"$B%'%(%I(Ba$B*D$B%s%@%0%3%E%U%Y%J%k$:$*$)$($&$$$3$4$D$T$d$s$B$@$`$p%"%2%6%7%8%X%W%S%Q(B"
|
||||
}
|
||||
}
|
2
icu4c/source/test/testdata/testdata.mk
vendored
2
icu4c/source/test/testdata/testdata.mk
vendored
@ -33,7 +33,7 @@ test.dat
|
||||
|
||||
TESTDATA_ENC:
|
||||
@echo Making Test Resource Bundle file with encoding ISO-2022-JP
|
||||
@"$(ICUTOOLS)\genrb\$(CFG)\genrb" -q -s$(TESTDATA) -eISO_2022_JP -d$(TESTDATAOUT) ja_data.txt >null
|
||||
@"$(ICUTOOLS)\genrb\$(CFG)\genrb" -q -s$(TESTDATA) -eISO_2022_JP -d$(TESTDATAOUT) ja_data.bin >null
|
||||
|
||||
$(TESTDATAOUT)test.dat : {"$(ICUTOOLS)\gentest\$(CFG)"}gentest.exe
|
||||
"$(ICUTOOLS)\gentest\$(CFG)\gentest" -d$(TESTDATAOUT)
|
Loading…
Reference in New Issue
Block a user