ICU-5566 regen ICU data from CLDR 1.5 to support metazones

X-SVN-Rev: 21155
This commit is contained in:
John Emmons 2007-03-03 05:23:08 +00:00
parent a1c052a359
commit dde4d12cae
13 changed files with 115 additions and 6 deletions

6
.gitattributes vendored
View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View 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
*/
___{""}
}

View 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
*/
___{""}
}

View 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
*/
___{""}
}

View 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
*/
___{""}
}

View 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
*/
___{""}
}

View 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
*/
___{""}
}