ICU-5566 regen ICU data from CLDR 1.5 to support metazones
X-SVN-Rev: 21155
This commit is contained in:
parent
a1c052a359
commit
dde4d12cae
6
.gitattributes
vendored
6
.gitattributes
vendored
@ -48,6 +48,12 @@ README text !eol
|
||||
*.spp -text
|
||||
*.tri2 -text
|
||||
|
||||
icu4c/source/data/coll/zh_Hans.txt -text
|
||||
icu4c/source/data/coll/zh_Hans_CN.txt -text
|
||||
icu4c/source/data/coll/zh_Hans_SG.txt -text
|
||||
icu4c/source/data/coll/zh_Hant_HK.txt -text
|
||||
icu4c/source/data/coll/zh_Hant_MO.txt -text
|
||||
icu4c/source/data/coll/zh_Hant_TW.txt -text
|
||||
icu4c/source/data/mappings/ibm-1137_P100_P100-1999.ucm -text
|
||||
icu4c/source/data/mappings/ibm-1168_P100_P100-2002.ucm -text
|
||||
icu4c/source/data/mappings/ibm-1375_P100-2005.ucm -text
|
||||
|
@ -1,6 +1,6 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2006 International Business Machines
|
||||
// * Copyright (C) 2007 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/xml/brkitr/en.xml
|
||||
|
@ -1,6 +1,6 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2006 International Business Machines
|
||||
// * Copyright (C) 2007 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/xml/brkitr/en_US.xml
|
||||
|
@ -1,6 +1,6 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2006 International Business Machines
|
||||
// * Copyright (C) 2007 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/xml/brkitr/en_US_POSIX.xml
|
||||
|
@ -1,6 +1,6 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2006 International Business Machines
|
||||
// * Copyright (C) 2007 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/xml/brkitr/ja.xml
|
||||
|
@ -1,6 +1,6 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2006 International Business Machines
|
||||
// * Copyright (C) 2007 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/xml/brkitr/root.xml
|
||||
|
@ -63,7 +63,8 @@ COLLATION_EMPTY_SOURCE = ar_AE.txt ar_BH.txt ar_DZ.txt ar_EG.txt\
|
||||
sq_AL.txt sr_BA.txt sr_Cyrl.txt sr_Cyrl_BA.txt sr_Cyrl_ME.txt\
|
||||
sr_Cyrl_RS.txt sr_RS.txt sv_FI.txt sv_SE.txt ta_IN.txt\
|
||||
te_IN.txt th_TH.txt tr_TR.txt uk_UA.txt vi_VN.txt\
|
||||
zh_Hans_CN.txt zh_Hans_SG.txt zh_Hant_HK.txt zh_Hant_MO.txt zh_Hant_TW.txt
|
||||
zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt zh_Hant_HK.txt zh_Hant_MO.txt\
|
||||
zh_Hant_TW.txt
|
||||
|
||||
|
||||
# Ordinary resources
|
||||
|
17
icu4c/source/data/coll/zh_Hans.txt
Executable file
17
icu4c/source/data/coll/zh_Hans.txt
Executable file
@ -0,0 +1,17 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2007 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/icu-config.xml & build.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* validSubLocale of "zh"
|
||||
*/
|
||||
zh_Hans{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
}
|
17
icu4c/source/data/coll/zh_Hans_CN.txt
Executable file
17
icu4c/source/data/coll/zh_Hans_CN.txt
Executable file
@ -0,0 +1,17 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2007 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/icu-config.xml & build.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* validSubLocale of "zh"
|
||||
*/
|
||||
zh_Hans_CN{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
}
|
17
icu4c/source/data/coll/zh_Hans_SG.txt
Executable file
17
icu4c/source/data/coll/zh_Hans_SG.txt
Executable file
@ -0,0 +1,17 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2007 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/icu-config.xml & build.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* validSubLocale of "zh"
|
||||
*/
|
||||
zh_Hans_SG{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
}
|
17
icu4c/source/data/coll/zh_Hant_HK.txt
Executable file
17
icu4c/source/data/coll/zh_Hant_HK.txt
Executable file
@ -0,0 +1,17 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2007 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/icu-config.xml & build.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* validSubLocale of "zh_Hant"
|
||||
*/
|
||||
zh_Hant_HK{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
}
|
17
icu4c/source/data/coll/zh_Hant_MO.txt
Executable file
17
icu4c/source/data/coll/zh_Hant_MO.txt
Executable file
@ -0,0 +1,17 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2007 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/icu-config.xml & build.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* validSubLocale of "zh_Hant"
|
||||
*/
|
||||
zh_Hant_MO{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
}
|
17
icu4c/source/data/coll/zh_Hant_TW.txt
Executable file
17
icu4c/source/data/coll/zh_Hant_TW.txt
Executable file
@ -0,0 +1,17 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2007 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/icu-config.xml & build.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* validSubLocale of "zh_Hant"
|
||||
*/
|
||||
zh_Hant_TW{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
}
|
Loading…
Reference in New Issue
Block a user