mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
ICU-8638 Fix text file line endings in 4.8.1
X-SVN-Rev: 30375
This commit is contained in:
parent
ec60490317
commit
1b21db9e9d
13 changed files with 320 additions and 333 deletions
13
.gitattributes
vendored
13
.gitattributes
vendored
|
@ -53,10 +53,7 @@ source/allinone/icucheck.bat -text
|
|||
source/common/common.vcxproj -text
|
||||
source/common/common.vcxproj.filters -text
|
||||
source/config/mh-haiku -text
|
||||
source/data/brkitr/line_ja.txt -text
|
||||
source/data/coll/km_KH.txt -text
|
||||
source/data/curr/pool.res -text
|
||||
source/data/curr/sr_Latn_ME.txt -text
|
||||
source/data/in/coll/invuca.icu -text
|
||||
source/data/in/coll/ucadata.icu -text
|
||||
source/data/in/nfc.nrm -text
|
||||
|
@ -69,21 +66,11 @@ source/data/in/unames.icu -text
|
|||
source/data/in/uprops.icu -text
|
||||
source/data/in/uts46.nrm -text
|
||||
source/data/lang/pool.res -text
|
||||
source/data/lang/sr_Latn_ME.txt -text
|
||||
source/data/locales/pool.res -text
|
||||
source/data/makedata.vcxproj -text
|
||||
source/data/makedata.vcxproj.filters -text
|
||||
source/data/rbnf/ee.txt -text
|
||||
source/data/region/pool.res -text
|
||||
source/data/region/sr_Latn_ME.txt -text
|
||||
source/data/zone/en_GU.txt -text
|
||||
source/data/zone/en_HK.txt -text
|
||||
source/data/zone/en_IN.txt -text
|
||||
source/data/zone/en_PK.txt -text
|
||||
source/data/zone/en_SG.txt -text
|
||||
source/data/zone/es_AR.txt -text
|
||||
source/data/zone/pool.res -text
|
||||
source/data/zone/sr_Latn_ME.txt -text
|
||||
source/extra/uconv/uconv.vcxproj -text
|
||||
source/extra/uconv/uconv.vcxproj.filters -text
|
||||
source/i18n/i18n.vcxproj -text
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 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 "km"
|
||||
*/
|
||||
km_KH{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 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 "km"
|
||||
*/
|
||||
km_KH{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
}
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 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
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* generated alias target
|
||||
*/
|
||||
sr_Latn_ME{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 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
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* generated alias target
|
||||
*/
|
||||
sr_Latn_ME{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
}
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 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
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* generated alias target
|
||||
*/
|
||||
sr_Latn_ME{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 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
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* generated alias target
|
||||
*/
|
||||
sr_Latn_ME{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
}
|
||||
|
|
|
@ -1,95 +1,95 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/common/rbnf/ee.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: <path>/xml/rbnf/ee.xml
|
||||
*/
|
||||
ee{
|
||||
RBNFRules{
|
||||
OrdinalRules{
|
||||
"%digits-ordinal:",
|
||||
"-x: \u2212>>;",
|
||||
"x.x: =#,##0.0=lia;",
|
||||
"0: =#,##0=lia;",
|
||||
"1: =#,##0=t\u0254;",
|
||||
"2: =#,##0=lia;",
|
||||
}
|
||||
SpelloutRules{
|
||||
"%spellout-numbering-year:",
|
||||
"x.x: =#,###0.#=;",
|
||||
"0: =%spellout-numbering=;",
|
||||
"%spellout-numbering:",
|
||||
"0: =%spellout-cardinal=;",
|
||||
"%%after-hundreds:",
|
||||
"0: kple =%spellout-cardinal=;",
|
||||
"21: =%spellout-cardinal=;",
|
||||
"30: kple =%spellout-cardinal=;",
|
||||
"31: =%spellout-cardinal=;",
|
||||
"40: kple =%spellout-cardinal=;",
|
||||
"41: =%spellout-cardinal=;",
|
||||
"50: kple =%spellout-cardinal=;",
|
||||
"51: =%spellout-cardinal=;",
|
||||
"60: kple =%spellout-cardinal=;",
|
||||
"61: =%spellout-cardinal=;",
|
||||
"70: kple =%spellout-cardinal=;",
|
||||
"71: =%spellout-cardinal=;",
|
||||
"80: kple =%spellout-cardinal=;",
|
||||
"81: =%spellout-cardinal=;",
|
||||
"90: kple =%spellout-cardinal=;",
|
||||
"91: =%spellout-cardinal=;",
|
||||
"%%after-thousands:",
|
||||
"0: ' kple =%spellout-cardinal=;",
|
||||
"100: ' =%spellout-cardinal=;",
|
||||
"%%after-hundred-thousands:",
|
||||
"0: ' gb\u0254viedzesi kple =%spellout-cardinal=;",
|
||||
"100: ' =%spellout-cardinal=;",
|
||||
"%%after-millions:",
|
||||
"0: ' t\u0254viedzesi kple =%spellout-cardinal=;",
|
||||
"1000: ' kple =%spellout-cardinal=;",
|
||||
"100000: ' =%spellout-cardinal=;",
|
||||
"%%after-billions:",
|
||||
"0: ' t\u0254viedzesi kple =%spellout-cardinal=;",
|
||||
"1000: ' kple =%spellout-cardinal=;",
|
||||
"100000000000: ' =%spellout-cardinal=;",
|
||||
"%%spellout-base:",
|
||||
"0: \u0256ekeo;",
|
||||
"1: \u0256ek\u03B5;",
|
||||
"2: eve;",
|
||||
"3: et\u0254\u0303;",
|
||||
"4: ene;",
|
||||
"5: at\u0254\u0303;",
|
||||
"6: ade;",
|
||||
"7: adre;",
|
||||
"8: enyi;",
|
||||
"9: asieke;",
|
||||
"10: ewo;",
|
||||
"11: wui>>;",
|
||||
"20: bla<<[ v\u0254 >>];",
|
||||
"100: alafa <%spellout-cardinal<[ >%%after-hundreds>];",
|
||||
"1000: akpe <%spellout-cardinal<[>%%after-thousands>];",
|
||||
"100000/1000: akpe <%spellout-cardinal<[>%%after-hundred-thousands>];",
|
||||
"1000000: mili\u0254n <%spellout-cardinal<[>%%after-millions>];",
|
||||
"1000000000000: bili\u0254n <%spellout-cardinal<[>%%after-billions>];",
|
||||
"1000000000000000000: =#,##0=;",
|
||||
"%spellout-cardinal:",
|
||||
"-x: >> xle\u0303yimegbee;",
|
||||
"x.x: << t\u0254t\u0254dzesi >>;",
|
||||
"0: \u0256ekeo;",
|
||||
"1: \u0256eka;",
|
||||
"2: =%%spellout-base=;",
|
||||
"%spellout-ordinal:",
|
||||
"-x: >> xle\u0303yimegbee;",
|
||||
"x.x: =#,##0.0=lia;",
|
||||
"0: \u0256ekeolia;",
|
||||
"1: gb\u00E3t\u0254;",
|
||||
"2: =%spellout-cardinal=lia;",
|
||||
"1000000000000000000: =#,##0=lia;",
|
||||
}
|
||||
}
|
||||
Version{"2.0.59.39"}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/common/rbnf/ee.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* ICU <specials> source: <path>/xml/rbnf/ee.xml
|
||||
*/
|
||||
ee{
|
||||
RBNFRules{
|
||||
OrdinalRules{
|
||||
"%digits-ordinal:",
|
||||
"-x: \u2212>>;",
|
||||
"x.x: =#,##0.0=lia;",
|
||||
"0: =#,##0=lia;",
|
||||
"1: =#,##0=t\u0254;",
|
||||
"2: =#,##0=lia;",
|
||||
}
|
||||
SpelloutRules{
|
||||
"%spellout-numbering-year:",
|
||||
"x.x: =#,###0.#=;",
|
||||
"0: =%spellout-numbering=;",
|
||||
"%spellout-numbering:",
|
||||
"0: =%spellout-cardinal=;",
|
||||
"%%after-hundreds:",
|
||||
"0: kple =%spellout-cardinal=;",
|
||||
"21: =%spellout-cardinal=;",
|
||||
"30: kple =%spellout-cardinal=;",
|
||||
"31: =%spellout-cardinal=;",
|
||||
"40: kple =%spellout-cardinal=;",
|
||||
"41: =%spellout-cardinal=;",
|
||||
"50: kple =%spellout-cardinal=;",
|
||||
"51: =%spellout-cardinal=;",
|
||||
"60: kple =%spellout-cardinal=;",
|
||||
"61: =%spellout-cardinal=;",
|
||||
"70: kple =%spellout-cardinal=;",
|
||||
"71: =%spellout-cardinal=;",
|
||||
"80: kple =%spellout-cardinal=;",
|
||||
"81: =%spellout-cardinal=;",
|
||||
"90: kple =%spellout-cardinal=;",
|
||||
"91: =%spellout-cardinal=;",
|
||||
"%%after-thousands:",
|
||||
"0: ' kple =%spellout-cardinal=;",
|
||||
"100: ' =%spellout-cardinal=;",
|
||||
"%%after-hundred-thousands:",
|
||||
"0: ' gb\u0254viedzesi kple =%spellout-cardinal=;",
|
||||
"100: ' =%spellout-cardinal=;",
|
||||
"%%after-millions:",
|
||||
"0: ' t\u0254viedzesi kple =%spellout-cardinal=;",
|
||||
"1000: ' kple =%spellout-cardinal=;",
|
||||
"100000: ' =%spellout-cardinal=;",
|
||||
"%%after-billions:",
|
||||
"0: ' t\u0254viedzesi kple =%spellout-cardinal=;",
|
||||
"1000: ' kple =%spellout-cardinal=;",
|
||||
"100000000000: ' =%spellout-cardinal=;",
|
||||
"%%spellout-base:",
|
||||
"0: \u0256ekeo;",
|
||||
"1: \u0256ek\u03B5;",
|
||||
"2: eve;",
|
||||
"3: et\u0254\u0303;",
|
||||
"4: ene;",
|
||||
"5: at\u0254\u0303;",
|
||||
"6: ade;",
|
||||
"7: adre;",
|
||||
"8: enyi;",
|
||||
"9: asieke;",
|
||||
"10: ewo;",
|
||||
"11: wui>>;",
|
||||
"20: bla<<[ v\u0254 >>];",
|
||||
"100: alafa <%spellout-cardinal<[ >%%after-hundreds>];",
|
||||
"1000: akpe <%spellout-cardinal<[>%%after-thousands>];",
|
||||
"100000/1000: akpe <%spellout-cardinal<[>%%after-hundred-thousands>];",
|
||||
"1000000: mili\u0254n <%spellout-cardinal<[>%%after-millions>];",
|
||||
"1000000000000: bili\u0254n <%spellout-cardinal<[>%%after-billions>];",
|
||||
"1000000000000000000: =#,##0=;",
|
||||
"%spellout-cardinal:",
|
||||
"-x: >> xle\u0303yimegbee;",
|
||||
"x.x: << t\u0254t\u0254dzesi >>;",
|
||||
"0: \u0256ekeo;",
|
||||
"1: \u0256eka;",
|
||||
"2: =%%spellout-base=;",
|
||||
"%spellout-ordinal:",
|
||||
"-x: >> xle\u0303yimegbee;",
|
||||
"x.x: =#,##0.0=lia;",
|
||||
"0: \u0256ekeolia;",
|
||||
"1: gb\u00E3t\u0254;",
|
||||
"2: =%spellout-cardinal=lia;",
|
||||
"1000000000000000000: =#,##0=lia;",
|
||||
}
|
||||
}
|
||||
Version{"2.0.59.39"}
|
||||
}
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 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
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* generated alias target
|
||||
*/
|
||||
sr_Latn_ME{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 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
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* generated alias target
|
||||
*/
|
||||
sr_Latn_ME{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
}
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/common/main/en_GU.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_GU{
|
||||
Version{"2.0.59.5"}
|
||||
zoneStrings{
|
||||
"meta:Chamorro"{
|
||||
cu:int{1}
|
||||
ss{"ChST"}
|
||||
}
|
||||
}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/common/main/en_GU.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_GU{
|
||||
Version{"2.0.59.5"}
|
||||
zoneStrings{
|
||||
"meta:Chamorro"{
|
||||
cu:int{1}
|
||||
ss{"ChST"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,28 +1,28 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/common/main/en_HK.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_HK{
|
||||
Version{"2.0.59.62"}
|
||||
zoneStrings{
|
||||
"meta:Europe_Central"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:Europe_Eastern"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:Europe_Western"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:Hong_Kong"{
|
||||
cu:int{1}
|
||||
sd{"HKST"}
|
||||
sg{"HKT"}
|
||||
ss{"HKT"}
|
||||
}
|
||||
}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/common/main/en_HK.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_HK{
|
||||
Version{"2.0.59.62"}
|
||||
zoneStrings{
|
||||
"meta:Europe_Central"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:Europe_Eastern"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:Europe_Western"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:Hong_Kong"{
|
||||
cu:int{1}
|
||||
sd{"HKST"}
|
||||
sg{"HKT"}
|
||||
ss{"HKT"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,26 +1,26 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/common/main/en_IN.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_IN{
|
||||
Version{"2.0.59.62"}
|
||||
zoneStrings{
|
||||
"meta:Europe_Central"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:Europe_Eastern"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:Europe_Western"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:India"{
|
||||
cu:int{1}
|
||||
ss{"IST"}
|
||||
}
|
||||
}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/common/main/en_IN.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_IN{
|
||||
Version{"2.0.59.62"}
|
||||
zoneStrings{
|
||||
"meta:Europe_Central"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:Europe_Eastern"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:Europe_Western"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:India"{
|
||||
cu:int{1}
|
||||
ss{"IST"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/common/main/en_PK.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_PK{
|
||||
Version{"2.0.59.62"}
|
||||
zoneStrings{
|
||||
"meta:Europe_Central"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:Europe_Eastern"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:Europe_Western"{
|
||||
cu:int{0}
|
||||
}
|
||||
}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/common/main/en_PK.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_PK{
|
||||
Version{"2.0.59.62"}
|
||||
zoneStrings{
|
||||
"meta:Europe_Central"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:Europe_Eastern"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:Europe_Western"{
|
||||
cu:int{0}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/common/main/en_SG.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_SG{
|
||||
Version{"2.0.59.62"}
|
||||
zoneStrings{
|
||||
"meta:Europe_Central"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:Europe_Eastern"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:Europe_Western"{
|
||||
cu:int{0}
|
||||
}
|
||||
}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/common/main/en_SG.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_SG{
|
||||
Version{"2.0.59.62"}
|
||||
zoneStrings{
|
||||
"meta:Europe_Central"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:Europe_Eastern"{
|
||||
cu:int{0}
|
||||
}
|
||||
"meta:Europe_Western"{
|
||||
cu:int{0}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,25 +1,25 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/common/main/es_AR.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_AR{
|
||||
Version{"2.0.59.5"}
|
||||
zoneStrings{
|
||||
"meta:Argentina"{
|
||||
cu:int{1}
|
||||
sd{"ARST"}
|
||||
sg{"ART"}
|
||||
ss{"ART"}
|
||||
}
|
||||
"meta:Argentina_Western"{
|
||||
cu:int{1}
|
||||
sd{"WARST"}
|
||||
sg{"WART"}
|
||||
ss{"WART"}
|
||||
}
|
||||
}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/common/main/es_AR.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_AR{
|
||||
Version{"2.0.59.5"}
|
||||
zoneStrings{
|
||||
"meta:Argentina"{
|
||||
cu:int{1}
|
||||
sd{"ARST"}
|
||||
sg{"ART"}
|
||||
ss{"ART"}
|
||||
}
|
||||
"meta:Argentina_Western"{
|
||||
cu:int{1}
|
||||
sd{"WARST"}
|
||||
sg{"WART"}
|
||||
ss{"WART"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 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
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* generated alias target
|
||||
*/
|
||||
sr_Latn_ME{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2011 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
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* generated alias target
|
||||
*/
|
||||
sr_Latn_ME{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue