<!--
/*
*******************************************************************************
-* Copyright (C) 2005-2011, International Business Machines Corporation and *
+* Copyright (C) 2005-2012, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
</target>
<target name="locales" depends="init,setup" description="builds locale files in ICU text format">
- <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" srcFile=".*xml" destFile=".*txt">
+ <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" srcFile=".*xml" destFile=".*txt">
<!-- launch the tool and generate the data after reading the config file -->
<run>
<args>
<arg name="--destdir" value="${env.ICU4C_DIR}/source/data/locales"/>
<arg name="--specialsdir" value="${env.ICU4C_DIR}/source/data/xml/main"/>
<arg name="--supplementaldir" value="${env.CLDR_DIR}/common/supplemental" />
+ <arg name="--type" value="locales"/>
</args>
<remapper>
<remap sourcePath="/Keys" targetDir="lang" />
</cldr-build>
</target>
<target name="supplementalData" depends="init,setup" description="builds supplementalData.txt from supplementalData.xml">
- <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="supplementalData.txt" noArgs="true">
+ <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" destFile="supplementalData.txt" noArgs="true">
<!-- launch the tool and generate the data after reading the config file -->
<run>
<args>
<arg name="-s" value="${env.CLDR_DIR}/common/supplemental" />
<arg name="-d" value="${env.ICU4C_DIR}/source/data/misc"/>
- <arg name="-l"/>
- <arg name="-f"/>
- <arg name="-m" value="${env.CLDR_DIR}/common/supplemental" />
+ <arg name="-t" value="supplementalData"/>
</args>
<remapper>
<remap sourcePath="/CurrencyMap" targetDir="curr" />
</cldr-build>
</target>
<target name="metadata" depends="init,setup" description="builds metadata.txt from supplementalMetadata.xml">
- <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="metadata.txt" noArgs="true">
+ <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" destFile="metadata.txt" noArgs="true">
<!-- launch the tool and generate the data after reading the config file -->
<run>
<args>
<arg name="-s" value="${env.CLDR_DIR}/common/supplemental" />
<arg name="-d" value="${env.ICU4C_DIR}/source/data/misc"/>
- <arg name="-q"/>
- <arg name="-f"/>
- <arg name="-m" value="${env.CLDR_DIR}/common/supplemental" />
+ <arg name="-t" value="metadata"/>
</args>
</run>
</cldr-build>
</target>
<target name="metaZones" depends="init,setup" description="builds metaZones.txt from metaZones.xml">
- <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="metaZones.txt" noArgs="true">
+ <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" destFile="metaZones.txt" noArgs="true">
<!-- launch the tool and generate the data after reading the config file -->
<run>
<args>
<arg name="-s" value="${env.CLDR_DIR}/common/supplemental" />
<arg name="-d" value="${env.ICU4C_DIR}/source/data/misc"/>
- <arg name="-z"/>
- <arg name="-f"/>
- <arg name="-m" value="${env.CLDR_DIR}/common/supplemental" />
+ <arg name="-t" value="metaZones"/>
</args>
</run>
</cldr-build>
</target>
<target name="windowsZones" depends="init,setup" description="builds windowsZones.txt from windowsZones.xml">
- <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="windowsZones.txt" noArgs="true">
+ <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" destFile="windowsZones.txt" noArgs="true">
<!-- launch the tool and generate the data after reading the config file -->
<run>
<args>
<arg name="-s" value="${env.CLDR_DIR}/common/supplemental" />
<arg name="-d" value="${env.ICU4C_DIR}/source/data/misc"/>
- <arg name="-i"/>
- <arg name="-f"/>
- <arg name="-m" value="${env.CLDR_DIR}/common/supplemental" />
+ <arg name="-t" value="windowsZones"/>
</args>
</run>
</cldr-build>
</target>
<target name="likelySubtags" depends="init,setup" description="builds likelySubtags.txt from likelySubtags.xml">
- <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="likelySubtags.txt" noArgs="true">
+ <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" destFile="likelySubtags.txt" noArgs="true">
<!-- launch the tool and generate the data after reading the config file -->
<run>
<args>
<arg name="-s" value="${env.CLDR_DIR}/common/supplemental" />
<arg name="-d" value="${env.ICU4C_DIR}/source/data/misc"/>
- <arg name="-t"/>
- <arg name="-f"/>
- <arg name="-m" value="${env.CLDR_DIR}/common/supplemental" />
+ <arg name="-t" value="likelySubtags"/>
</args>
</run>
</cldr-build>
</target>
<target name="plurals" depends="init,setup" description="builds plurals.txt from plurals.xml">
- <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="plurals.txt" noArgs="true">
+ <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" destFile="plurals.txt" noArgs="true">
<!-- launch the tool and generate the data after reading the config file -->
<run>
<args>
<arg name="-s" value="${env.CLDR_DIR}/common/supplemental" />
<arg name="-d" value="${env.ICU4C_DIR}/source/data/misc"/>
- <arg name="-r"/>
- <arg name="-f"/>
- <arg name="-m" value="${env.CLDR_DIR}/common/supplemental" />
+ <arg name="-t" value="plurals"/>
</args>
</run>
</cldr-build>
</target>
<target name="numberingSystems" depends="init,setup" description="builds numberingSystems.txt from numberingSystems.xml">
- <cldr-build toolName="org.unicode.cldr.icu.LDML2ICUConverter" destFile="numberingSystems.txt" noArgs="true">
+ <cldr-build toolName="org.unicode.cldr.icu.NewLdml2IcuConverter" destFile="numberingSystems.txt" noArgs="true">
<!-- launch the tool and generate the data after reading the config file -->
<run>
<args>
<arg name="-s" value="${env.CLDR_DIR}/common/supplemental" />
<arg name="-d" value="${env.ICU4C_DIR}/source/data/misc"/>
- <arg name="-n"/>
- <arg name="-f"/>
- <arg name="-m" value="${env.CLDR_DIR}/common/supplemental" />
+ <arg name="-t" value="numberingSystems"/>
</args>
</run>
</cldr-build>
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/af.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/af.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/af_NA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/af_NA.xml
// *
// ***************************************************************************
af_NA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/agq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/agq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ak.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ak.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/am.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/am.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/as.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/as.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/asa.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/asa.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/az.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/az.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/az_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/az_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/az_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/az_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bas.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bas.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/be.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/be.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bem.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bem.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bez.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bez.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bm.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bm.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/br.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/br.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/brx.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/brx.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bs.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bs.xml
// *
// ***************************************************************************
/**
"Avganistanski avgani",
}
ALK{
- "ALK" /** === */,
+ "ALK",
"Albanski lek (1946-1965)",
}
ALL{
"Izraelska funta",
}
ILR{
- "ILR" /** === */,
+ "ILR",
"stari izraelski šekeli",
}
ILS{
"Iranijski rial",
}
ISJ{
- "ISJ" /** === */,
+ "ISJ",
"stara islandska kruna",
}
ISK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ca.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ca.xml
// *
// ***************************************************************************
/**
"afgani afganès",
}
ALK{
- "ALK" /** === */,
+ "ALK",
"lek albanès (1946-1965)",
}
ALL{
"₧",
"pesseta espanyola",
{
- /**
- * Duplicated from NumberPatterns resource
- */
- "#,##0.00 ¤",
+ "¤ #,##0;-¤ #,##0",
",",
".",
}
"lliura israeliana",
}
ILR{
- "ILR" /** === */,
+ "ILR",
"xéquel israelià",
}
ILS{
"rial iranià",
}
ISJ{
- "ISJ" /** === */,
+ "ISJ",
"corona islandesa antiga",
}
ISK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/cgg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/cgg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/chr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/chr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/cs.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/cs.xml
// *
// ***************************************************************************
/**
"afghánský afghán",
}
ALK{
- "ALK" /** === */,
+ "ALK",
"albánské lek (1946-1965)",
}
ALL{
"izraelská libra",
}
ILR{
- "ILR" /** === */,
+ "ILR",
"izraelský šekel (1980-1985)",
}
ILS{
"íránský rijál",
}
ISJ{
- "ISJ" /** === */,
+ "ISJ",
"islandská koruna (1918-1981)",
}
ISK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/cy.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/cy.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/da.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/da.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dav.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dav.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/de.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/de.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/de_LU.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/de_LU.xml
// *
// ***************************************************************************
de_LU{
"F",
"Luxemburgischer Franc",
{
- /**
- * Duplicated from NumberPatterns resource
- */
"#,##0.00 ¤",
".",
",",
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dje.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dje.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dua.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dua.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dyo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dyo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ebu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ebu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ee.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ee.xml
// *
// ***************************************************************************
/**
"afghanistanga afghani",
}
ALK{
- "ALK" /** === */,
+ "ALK",
"albaniaga lek (1946-1965)",
}
ALL{
"tsilega peso",
}
CNX{
- "CNX" /** === */,
+ "CNX",
"tsainatɔwo ƒe gadzraɖoƒe dollar",
}
CNY{
"israelga pound",
}
ILR{
- "ILR" /** === */,
+ "ILR",
"israelga sheqel (1980-1985)",
}
ILS{
"iranga rial",
}
ISJ{
- "ISJ" /** === */,
+ "ISJ",
"aiselandga króna (1918-1981)",
}
ISK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/el.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/el.xml
// *
// ***************************************************************************
/**
"Δρχ",
"Δραχμή Ελλάδας",
{
- /**
- * Duplicated from NumberPatterns resource
- */
- "#,##0.00 ¤",
+ "#,##0.00 ¤;-#,##0.00 ¤",
",",
".",
}
"Λίρα Ισραήλ",
}
ILR{
- "ILR" /** === */,
+ "ILR",
"παλιό σεκέλ Ισραήλ",
}
ILS{
"Ριάλ Ιράν",
}
ISJ{
- "ISJ" /** === */,
+ "ISJ",
"Παλιά κορόνα Ισλανδίας",
}
ISK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en.xml
// *
// ***************************************************************************
/**
"Afghan Afghani",
}
ALK{
- "ALK" /** === */,
+ "ALK",
"Albanian Lek (1946-1965)",
}
ALL{
"Chilean Peso",
}
CNX{
- "CNX" /** === */,
+ "CNX",
"Chinese People’s Bank Dollar",
}
CNY{
"Israeli Pound",
}
ILR{
- "ILR" /** === */,
+ "ILR",
"Israeli Sheqel (1980-1985)",
}
ILS{
"Iranian Rial",
}
ISJ{
- "ISJ" /** === */,
+ "ISJ",
"Icelandic Króna (1918-1981)",
}
ISK{
"Mauritian Rupee",
}
MVP{
- "MVP" /** === */,
+ "MVP",
"Maldivian Rupee",
}
MVR{
"Surinamese Guilder",
}
SSP{
- "SSP" /** === */,
+ "SSP",
"South Sudanese Pound",
}
STD{
"RINET Funds",
}
XSU{
- "XSU" /** === */,
+ "XSU",
"Sucre",
}
XTS{
"Testing Currency Code",
}
XUA{
- "XUA" /** === */,
+ "XUA",
"ADB Unit of Account",
}
XXX{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_AU.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_AU.xml
// *
// ***************************************************************************
en_AU{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_BB.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_BB.xml
// *
// ***************************************************************************
en_BB{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_BE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_BE.xml
// *
// ***************************************************************************
en_BE{
"BEF",
"Belgian Franc",
{
- /**
- * Duplicated from NumberPatterns resource
- */
- "#,##0.00 ¤",
+ "#,##0.00 ¤;-#,##0.00 ¤",
",",
".",
}
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_BM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_BM.xml
// *
// ***************************************************************************
en_BM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_BW.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_BW.xml
// *
// ***************************************************************************
en_BW{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_BZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_BZ.xml
// *
// ***************************************************************************
en_BZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_CA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_CA.xml
// *
// ***************************************************************************
en_CA{
// *
// * Copyright (C) 2012 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
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_HK.xml
// *
// ***************************************************************************
en_HK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_JM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_JM.xml
// *
// ***************************************************************************
en_JM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_MT.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_MT.xml
// *
// ***************************************************************************
en_MT{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_NA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_NA.xml
// *
// ***************************************************************************
en_NA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_NZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_NZ.xml
// *
// ***************************************************************************
en_NZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_PH.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_PH.xml
// *
// ***************************************************************************
en_PH{
// *
// * Copyright (C) 2012 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
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_PK.xml
// *
// ***************************************************************************
en_PK{
// *
// * Copyright (C) 2012 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
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_SG.xml
// *
// ***************************************************************************
en_SG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_TT.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_TT.xml
// *
// ***************************************************************************
en_TT{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_ZA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_ZA.xml
// *
// ***************************************************************************
en_ZA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/eo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/eo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 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
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_AR.xml
// *
// ***************************************************************************
es_AR{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_BO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_BO.xml
// *
// ***************************************************************************
es_BO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_CL.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_CL.xml
// *
// ***************************************************************************
es_CL{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_CO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_CO.xml
// *
// ***************************************************************************
es_CO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_CR.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_CR.xml
// *
// ***************************************************************************
es_CR{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_DO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_DO.xml
// *
// ***************************************************************************
es_DO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_EC.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_EC.xml
// *
// ***************************************************************************
es_EC{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_GT.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_GT.xml
// *
// ***************************************************************************
es_GT{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_HN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_HN.xml
// *
// ***************************************************************************
es_HN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_MX.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_MX.xml
// *
// ***************************************************************************
es_MX{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_NI.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_NI.xml
// *
// ***************************************************************************
es_NI{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_PA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_PA.xml
// *
// ***************************************************************************
es_PA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_PE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_PE.xml
// *
// ***************************************************************************
es_PE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_PR.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_PR.xml
// *
// ***************************************************************************
es_PR{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_PY.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_PY.xml
// *
// ***************************************************************************
es_PY{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_US.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_US.xml
// *
// ***************************************************************************
es_US{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_UY.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_UY.xml
// *
// ***************************************************************************
es_UY{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_VE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_VE.xml
// *
// ***************************************************************************
es_VE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/et.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/et.xml
// *
// ***************************************************************************
/**
"kr",
"Eesti kroon",
{
- /**
- * Duplicated from NumberPatterns resource
- */
"#,##0.00 ¤",
".",
" ",
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/eu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/eu.xml
// *
// ***************************************************************************
/**
"₧",
"ESP",
{
- /**
- * Duplicated from NumberPatterns resource
- */
- "#,##0.00 ¤",
+ "¤ #,##0;-¤ #,##0",
",",
".",
}
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ewo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ewo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fa.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fa.xml
// *
// ***************************************************************************
/**
"دلار زیمبابوه (۲۰۰۸)",
}
}
- CurrencyUnitPatterns{
- other{"{0} {1}"}
- }
Version{"2.0.65.46"}
}
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fa_AF.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fa_AF.xml
// *
// ***************************************************************************
fa_AF{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ff.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ff.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fi.xml
// *
// ***************************************************************************
/**
"Afganistanin afgaani",
}
ALK{
- "ALK" /** === */,
+ "ALK",
"Albanian lek (1946–1965)",
}
ALL{
"Chilen peso",
}
CNX{
- "CNX" /** === */,
+ "CNX",
"Kiinan kansanpankin dollari",
}
CNY{
"Israelin punta",
}
ILR{
- "ILR" /** === */,
+ "ILR",
"Israelin sekeli (1980–1985)",
}
ILS{
"Iranin rial",
}
ISJ{
- "ISJ" /** === */,
+ "ISJ",
"Islannin kruunu (1918–1981)",
}
ISK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fil.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fil.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr.xml
// *
// ***************************************************************************
/**
"afghani afghan",
}
ALK{
- "ALK" /** === */,
+ "ALK",
"lek albanais (1947–1961)",
}
ALL{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_BI.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_BI.xml
// *
// ***************************************************************************
fr_BI{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_CA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_CA.xml
// *
// ***************************************************************************
fr_CA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_DJ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_DJ.xml
// *
// ***************************************************************************
fr_DJ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_GN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_GN.xml
// *
// ***************************************************************************
fr_GN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_KM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_KM.xml
// *
// ***************************************************************************
fr_KM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_LU.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_LU.xml
// *
// ***************************************************************************
fr_LU{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ga.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ga.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gl.xml
// *
// ***************************************************************************
/**
"₧",
"Peseta española",
{
- /**
- * Duplicated from NumberPatterns resource
- */
- "#,##0.00 ¤",
+ "#,##0 ¤;-#,##0 ¤",
",",
".",
}
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gsw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gsw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/guz.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/guz.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gv.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gv.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ha.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ha.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ha_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ha_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/haw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/haw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/he.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/he.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hi.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hr.xml
// *
// ***************************************************************************
/**
"čileanski pezo",
}
CNX{
- "CNX" /** === */,
+ "CNX",
"kineski narodni dolar",
}
CNY{
"izraelska funta",
}
ILR{
- "ILR" /** === */,
+ "ILR",
"stari izraelski šekel",
}
ILS{
"iranski rijal",
}
ISJ{
- "ISJ" /** === */,
+ "ISJ",
"stara islandska kruna",
}
ISK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hy.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hy.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/id.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/id.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ig.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ig.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ii.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ii.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/is.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/is.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/it.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/it.xml
// *
// ***************************************************************************
/**
"ITL",
"Lira Italiana",
{
- /**
- * Duplicated from NumberPatterns resource
- */
- "¤ #,##0.00",
+ "¤ #,##0;-¤ #,##0",
",",
".",
}
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ja.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ja.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/jmc.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/jmc.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ka.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ka.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kab.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kab.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kam.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kam.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kde.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kde.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kea.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kea.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/khq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/khq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ki.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ki.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kk_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kk_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kln.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kln.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/km.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/km.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ko.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ko.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kok.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kok.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ksb.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ksb.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ksf.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ksf.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lag.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lag.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ln.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ln.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lt.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lt.xml
// *
// ***************************************************************************
/**
"Afganis",
}
ALK{
- "ALK" /** === */,
+ "ALK",
"Senasis albanų lekë",
}
ALL{
"Čilės pesas",
}
CNX{
- "CNX" /** === */,
+ "CNX",
"Kinijos \"People\" banko doleriai",
}
CNY{
"Izraelio svaras",
}
ILR{
- "ILR" /** === */,
+ "ILR",
"Senieji izraeliečių sheqels",
}
ILS{
"Irano rialas",
}
ISJ{
- "ISJ" /** === */,
+ "ISJ",
"Senosios islandų krónur",
}
ISK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/luo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/luo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/luy.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/luy.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lv.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lv.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mas.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mas.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mas_TZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mas_TZ.xml
// *
// ***************************************************************************
mas_TZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mer.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mer.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mfe.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mfe.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mgh.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mgh.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ml.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ml.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ms.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ms.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ms_BN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ms_BN.xml
// *
// ***************************************************************************
ms_BN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mt.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mt.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mua.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mua.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/my.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/my.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/naq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/naq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nb.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nb.xml
// *
// ***************************************************************************
/**
"israelske pund",
}
ILR{
- "ILR" /** === */,
+ "ILR",
"israelsk gammel shekel",
}
ILS{
"iranske rialer",
}
ISJ{
- "ISJ" /** === */,
+ "ISJ",
"gammel islandsk krone",
}
ISK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nd.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nd.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ne.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ne.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ne_IN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ne_IN.xml
// *
// ***************************************************************************
ne_IN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nl_AW.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nl_AW.xml
// *
// ***************************************************************************
nl_AW{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nl_CW.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nl_CW.xml
// *
// ***************************************************************************
nl_CW{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nl_SX.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nl_SX.xml
// *
// ***************************************************************************
nl_SX{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nmg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nmg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nus.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nus.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nyn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nyn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/om.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/om.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/om_KE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/om_KE.xml
// *
// ***************************************************************************
om_KE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/or.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/or.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pa.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pa.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pa_Arab.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pa_Arab.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pa_Guru.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pa_Guru.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ps.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ps.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pt.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pt.xml
// *
// ***************************************************************************
/**
"Afegane",
}
ALK{
- "ALK" /** === */,
+ "ALK",
"Lek Albanês (1946-1965)",
}
ALL{
"Peso chileno",
}
CNX{
- "CNX" /** === */,
+ "CNX",
"Dólar do Banco Popular da China",
}
CNY{
"Libra israelita",
}
ILR{
- "ILR" /** === */,
+ "ILR",
"Sheqel antigo israelita",
}
ILS{
"Rial iraniano",
}
ISJ{
- "ISJ" /** === */,
+ "ISJ",
"Coroa antiga islandesa",
}
ISK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pt_AO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pt_AO.xml
// *
// ***************************************************************************
pt_AO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pt_MZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pt_MZ.xml
// *
// ***************************************************************************
pt_MZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pt_PT.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pt_PT.xml
// *
// ***************************************************************************
pt_PT{
"Esc.",
"Escudo português",
{
- /**
- * Duplicated from NumberPatterns resource
- */
- "#,##0.00 ¤",
+ "#,##0.00 ¤;-#,##0.00 ¤",
"$",
",",
}
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pt_ST.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pt_ST.xml
// *
// ***************************************************************************
pt_ST{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rm.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rm.xml
// *
// ***************************************************************************
/**
"afghani",
}
ALK{
- "ALK" /** === */,
+ "ALK",
"lek albanais (1947–1961)",
}
ALL{
"glivra israeliana",
}
ILR{
- "ILR" /** === */,
+ "ILR",
"vegl sheqel israelian",
}
ILS{
"rial iranais",
}
ISJ{
- "ISJ" /** === */,
+ "ISJ",
"veglia cruna islandaisa",
}
ISK{
"rupia dal Mauritius",
}
MVP{
- "MVP" /** === */,
+ "MVP",
"rupia da las Maledivas",
}
MVR{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ro.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ro.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rof.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rof.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/root.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/root.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ru.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ru.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rwk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rwk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/saq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/saq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sbp.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sbp.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/seh.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/seh.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ses.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ses.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/shi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/shi.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/shi_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/shi_Latn.xml
// *
// ***************************************************************************
shi_Latn{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/shi_Tfng.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/shi_Tfng.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/si.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/si.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/so.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/so.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/so_DJ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/so_DJ.xml
// *
// ***************************************************************************
so_DJ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/so_ET.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/so_ET.xml
// *
// ***************************************************************************
so_ET{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/so_KE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/so_KE.xml
// *
// ***************************************************************************
so_KE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr.xml
// *
// ***************************************************************************
/**
"Израелска фунта",
}
ILR{
- "ILR" /** === */,
+ "ILR",
"стари израелски шекели",
}
ILS{
"Ирански риал",
}
ISJ{
- "ISJ" /** === */,
+ "ISJ",
"стара исландска круна",
}
ISK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr_Cyrl_BA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr_Cyrl_BA.xml
// *
// ***************************************************************************
sr_Cyrl_BA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr_Latn.xml
// *
// ***************************************************************************
/**
"Izraelska funta (ILP)",
}
ILR{
- "ILR" /** === */,
+ "ILR",
"stari izraelski šekeli",
}
ILS{
"Iranijski rial (IRR)",
}
ISJ{
- "ISJ" /** === */,
+ "ISJ",
"stara islandska kruna",
}
ISK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/supplementalData.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/supplementalData.xml
// *
// ***************************************************************************
supplementalData:table(nofallback){
- /**
- * Map from ISO 3166 country codes to ISO 4217 currency codes
- * NOTE: This is not true locale data; it exists only in ROOT
- */
CurrencyMap{
AD{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"ESP"}
- from:intvector{ /** 1873-01-01 */
+ from:intvector{
-713,
1332542048,
}
- to:intvector{ /** 2002-02-28 */
+ id{"ESP"}
+ to:intvector{
235,
-1436161856,
}
}
{
- id{"FRF"}
- from:intvector{ /** 1960-01-01 */
+ from:intvector{
-74,
-2086527392,
}
- to:intvector{ /** 2002-02-17 */
+ id{"FRF"}
+ to:intvector{
235,
1908405440,
}
}
{
- id{"ADP"}
- from:intvector{ /** 1936-01-01 */
+ from:intvector{
-250,
740284000,
}
- to:intvector{ /** 2001-12-31 */
+ id{"ADP"}
+ to:intvector{
228,
1647376512,
}
}
AE{
{
- id{"AED"}
- from:intvector{ /** 1973-05-19 */
+ from:intvector{
22,
1760619488,
}
+ id{"AED"}
}
}
AF{
{
- id{"AFN"}
- from:intvector{ /** 2002-10-07 */
+ from:intvector{
235,
1044885440,
}
+ id{"AFN"}
}
{
- id{"AFA"}
- from:intvector{ /** 1927-03-14 */
+ from:intvector{
-316,
1334645536,
}
- to:intvector{ /** 2002-12-31 */
+ id{"AFA"}
+ to:intvector{
235,
-1176361856,
}
}
AG{
{
- id{"XCD"}
- from:intvector{ /** 1965-10-06 */
+ from:intvector{
-37,
1579989952,
}
+ id{"XCD"}
}
}
AI{
{
- id{"XCD"}
- from:intvector{ /** 1965-10-06 */
+ from:intvector{
-37,
1579989952,
}
+ id{"XCD"}
}
}
AL{
{
- id{"ALL"}
- from:intvector{ /** 1965-08-16 */
+ from:intvector{
-37,
-1851097344,
}
+ id{"ALL"}
}
{
- id{"ALK"}
- from:intvector{ /** 1946-11-01 */
+ from:intvector{
-177,
-1467495904,
}
- to:intvector{ /** 1965-08-16 */
+ id{"ALK"}
+ to:intvector{
-37,
-1851097344,
}
}
AM{
{
- id{"AMD"}
- from:intvector{ /** 1993-11-22 */
+ from:intvector{
169,
1811986976,
}
+ id{"AMD"}
}
{
- id{"RUR"}
- from:intvector{ /** 1991-12-25 */
+ from:intvector{
154,
-957610880,
}
- to:intvector{ /** 1993-11-22 */
+ id{"RUR"}
+ to:intvector{
169,
1811986976,
}
}
{
- id{"SUR"}
- from:intvector{ /** 1961-01-01 */
+ from:intvector{
-67,
-528898464,
}
- to:intvector{ /** 1991-12-25 */
+ id{"SUR"}
+ to:intvector{
154,
-957610880,
}
}
AN{
{
- id{"ANG"}
- from:intvector{ /** 1940-05-10 */
+ from:intvector{
-221,
-1100494880,
}
+ id{"ANG"}
}
}
AO{
{
- id{"AOA"}
- from:intvector{ /** 1999-12-13 */
+ from:intvector{
213,
1358285952,
}
+ id{"AOA"}
}
{
- id{"AOR"}
- from:intvector{ /** 1995-07-01 */
+ from:intvector{
183,
-1355162464,
}
- to:intvector{ /** 2000-02-01 */
+ id{"AOR"}
+ to:intvector{
220,
1792114880,
}
}
{
- id{"AON"}
- from:intvector{ /** 1990-09-25 */
+ from:intvector{
147,
1865947488,
}
- to:intvector{ /** 2000-02-01 */
+ id{"AON"}
+ to:intvector{
220,
1792114880,
}
}
{
- id{"AOK"}
- from:intvector{ /** 1977-01-08 */
+ from:intvector{
51,
-1808639392,
}
- to:intvector{ /** 1991-03-01 */
+ id{"AOK"}
+ to:intvector{
154,
1263216416,
}
}
AQ{
{
- id{"XXX"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"XXX"}
}
}
AR{
{
- id{"ARS"}
- from:intvector{ /** 1992-01-01 */
+ from:intvector{
161,
-1560641952,
}
+ id{"ARS"}
}
{
- id{"ARA"}
- from:intvector{ /** 1985-06-14 */
+ from:intvector{
110,
2062757440,
}
- to:intvector{ /** 1992-01-01 */
+ id{"ARA"}
+ to:intvector{
161,
-1560641952,
}
}
{
- id{"ARP"}
- from:intvector{ /** 1983-06-01 */
+ from:intvector{
95,
-2089300416,
}
- to:intvector{ /** 1985-06-14 */
+ id{"ARP"}
+ to:intvector{
110,
2062757440,
}
}
{
- id{"ARL"}
- from:intvector{ /** 1970-01-01 */
+ from:intvector{
0,
60000,
}
- to:intvector{ /** 1983-06-01 */
+ id{"ARL"}
+ to:intvector{
95,
-2089300416,
}
}
{
- id{"ARM"}
- from:intvector{ /** 1881-11-05 */
+ from:intvector{
-654,
736471584,
}
- to:intvector{ /** 1970-01-01 */
+ id{"ARM"}
+ to:intvector{
0,
60000,
}
}
AS{
{
- id{"USD"}
- from:intvector{ /** 1904-07-16 */
+ from:intvector{
-485,
1510758560,
}
+ id{"USD"}
}
}
AT{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"ATS"}
- from:intvector{ /** 1947-12-04 */
+ from:intvector{
-169,
262993024,
}
- to:intvector{ /** 2002-02-28 */
+ id{"ATS"}
+ to:intvector{
235,
-1436161856,
}
}
AU{
{
- id{"AUD"}
- from:intvector{ /** 1966-02-14 */
+ from:intvector{
-30,
-553028416,
}
+ id{"AUD"}
}
}
AW{
{
- id{"AWG"}
- from:intvector{ /** 1986-01-01 */
+ from:intvector{
117,
-1884480928,
}
+ id{"AWG"}
}
{
- id{"ANG"}
- from:intvector{ /** 1940-05-10 */
+ from:intvector{
-221,
-1100494880,
}
- to:intvector{ /** 1986-01-01 */
+ id{"ANG"}
+ to:intvector{
117,
-1884480928,
}
}
AX{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
}
AZ{
{
- id{"AZN"}
- from:intvector{ /** 2006-01-01 */
+ from:intvector{
264,
-2092673440,
}
+ id{"AZN"}
}
{
- id{"AZM"}
- from:intvector{ /** 1993-11-22 */
+ from:intvector{
169,
1811986976,
}
- to:intvector{ /** 2006-12-31 */
+ id{"AZM"}
+ to:intvector{
265,
499986560,
}
}
{
- id{"RUR"}
- from:intvector{ /** 1991-12-25 */
+ from:intvector{
154,
-957610880,
}
- to:intvector{ /** 1994-01-01 */
+ id{"RUR"}
+ to:intvector{
176,
1468215904,
}
}
{
- id{"SUR"}
- from:intvector{ /** 1961-01-01 */
+ from:intvector{
-67,
-528898464,
}
- to:intvector{ /** 1991-12-25 */
+ id{"SUR"}
+ to:intvector{
154,
-957610880,
}
}
BA{
{
- id{"BAM"}
- from:intvector{ /** 1995-01-01 */
+ from:intvector{
183,
-1355522464,
}
+ id{"BAM"}
}
{
- id{"BAN"}
- from:intvector{ /** 1994-08-15 */
+ from:intvector{
176,
-1616731392,
}
- to:intvector{ /** 1997-07-01 */
+ id{"BAN"}
+ to:intvector{
198,
1673695392,
}
}
{
- id{"BAD"}
- from:intvector{ /** 1992-07-01 */
+ from:intvector{
161,
-1560281952,
}
- to:intvector{ /** 1994-08-15 */
+ id{"BAD"}
+ to:intvector{
176,
-1616731392,
}
}
{
- id{"YUR"}
- from:intvector{ /** 1992-07-01 */
+ from:intvector{
161,
-1560281952,
}
- to:intvector{ /** 1993-10-01 */
+ id{"YUR"}
+ to:intvector{
168,
-2473024,
}
}
{
- id{"YUN"}
- from:intvector{ /** 1990-01-01 */
+ from:intvector{
146,
-208132512,
}
- to:intvector{ /** 1992-07-01 */
+ id{"YUN"}
+ to:intvector{
161,
-1560281952,
}
}
{
- id{"YUD"}
- from:intvector{ /** 1966-01-01 */
+ from:intvector{
-30,
-1676288416,
}
- to:intvector{ /** 1990-01-01 */
+ id{"YUD"}
+ to:intvector{
146,
-208132512,
}
}
BB{
{
- id{"BBD"}
- from:intvector{ /** 1973-12-03 */
+ from:intvector{
22,
378639488,
}
+ id{"BBD"}
}
{
- id{"XCD"}
- from:intvector{ /** 1965-10-06 */
+ from:intvector{
-37,
1579989952,
}
- to:intvector{ /** 1973-12-03 */
+ id{"XCD"}
+ to:intvector{
22,
378639488,
}
}
BD{
{
- id{"BDT"}
- from:intvector{ /** 1972-01-01 */
+ from:intvector{
14,
-1352449440,
}
+ id{"BDT"}
}
{
- id{"PKR"}
- from:intvector{ /** 1948-04-01 */
+ from:intvector{
-162,
1474541952,
}
- to:intvector{ /** 1972-01-01 */
+ id{"PKR"}
+ to:intvector{
14,
-1352449440,
}
}
{
- id{"INR"}
- from:intvector{ /** 1835-08-17 */
+ from:intvector{
-992,
1779237632,
}
- to:intvector{ /** 1948-04-01 */
+ id{"INR"}
+ to:intvector{
-162,
1474541952,
}
}
BE{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"BEF"}
- from:intvector{ /** 1831-02-07 */
+ from:intvector{
-1022,
-761470784,
}
- to:intvector{ /** 2002-02-28 */
+ id{"BEF"}
+ to:intvector{
235,
-1436161856,
}
}
{
- id{"NLG"}
- from:intvector{ /** 1816-12-15 */
+ from:intvector{
-1132,
-1008868224,
}
- to:intvector{ /** 1831-02-07 */
+ id{"NLG"}
+ to:intvector{
-1022,
-761470784,
}
}
{
- id{"BEL"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"BEL"}
}
{
- id{"BEC"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"BEC"}
}
}
BF{
{
- id{"XOF"}
- from:intvector{ /** 1984-08-04 */
+ from:intvector{
102,
-358751488,
}
+ id{"XOF"}
}
}
BG{
{
- id{"BGN"}
- from:intvector{ /** 1999-07-05 */
+ from:intvector{
213,
666785952,
}
+ id{"BGN"}
}
{
- id{"BGL"}
- from:intvector{ /** 1962-01-01 */
+ from:intvector{
-59,
942330464,
}
- to:intvector{ /** 1999-07-05 */
+ id{"BGL"}
+ to:intvector{
213,
666785952,
}
}
{
- id{"BGM"}
- from:intvector{ /** 1952-05-12 */
+ from:intvector{
-133,
-193616928,
}
- to:intvector{ /** 1962-01-01 */
+ id{"BGM"}
+ to:intvector{
-59,
942330464,
}
}
{
- id{"BGO"}
- from:intvector{ /** 1879-07-08 */
+ from:intvector{
-669,
-2033426272,
}
- to:intvector{ /** 1952-05-12 */
+ id{"BGO"}
+ to:intvector{
-133,
-193616928,
}
}
BH{
{
- id{"BHD"}
- from:intvector{ /** 1965-10-16 */
+ from:intvector{
-37,
-1850977344,
}
+ id{"BHD"}
}
}
BI{
{
- id{"BIF"}
- from:intvector{ /** 1964-05-19 */
+ from:intvector{
-44,
1145261024,
}
+ id{"BIF"}
}
}
BJ{
{
- id{"XOF"}
- from:intvector{ /** 1975-11-30 */
+ from:intvector{
37,
1358870048,
}
+ id{"XOF"}
}
}
BL{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"FRF"}
- from:intvector{ /** 1960-01-01 */
+ from:intvector{
-74,
-2086527392,
}
- to:intvector{ /** 2002-02-17 */
+ id{"FRF"}
+ to:intvector{
235,
1908405440,
}
}
BM{
{
- id{"BMD"}
- from:intvector{ /** 1970-02-06 */
+ from:intvector{
0,
432120000,
}
+ id{"BMD"}
}
}
BN{
{
- id{"BND"}
- from:intvector{ /** 1967-06-12 */
+ from:intvector{
-22,
745640512,
}
+ id{"BND"}
}
{
- id{"MYR"}
- from:intvector{ /** 1963-09-16 */
+ from:intvector{
-52,
-584927904,
}
- to:intvector{ /** 1967-06-12 */
+ id{"MYR"}
+ to:intvector{
-22,
745640512,
}
}
BO{
{
- id{"BOB"}
- from:intvector{ /** 1987-01-01 */
+ from:intvector{
124,
-413252000,
}
+ id{"BOB"}
}
{
- id{"BOP"}
- from:intvector{ /** 1963-01-01 */
+ from:intvector{
-52,
-1881407904,
}
- to:intvector{ /** 1986-12-31 */
+ id{"BOP"}
+ to:intvector{
118,
708179072,
}
}
{
- id{"BOL"}
- from:intvector{ /** 1863-06-23 */
+ from:intvector{
-786,
1147054656,
}
- to:intvector{ /** 1963-01-01 */
+ id{"BOL"}
+ to:intvector{
-52,
-1881407904,
}
}
{
- id{"BOV"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"BOV"}
}
}
BR{
{
- id{"BRL"}
- from:intvector{ /** 1994-07-01 */
+ from:intvector{
176,
1468575904,
}
+ id{"BRL"}
}
{
- id{"BRR"}
- from:intvector{ /** 1993-08-01 */
+ from:intvector{
168,
-2593024,
}
- to:intvector{ /** 1994-07-01 */
+ id{"BRR"}
+ to:intvector{
176,
1468575904,
}
}
{
- id{"BRE"}
- from:intvector{ /** 1990-03-16 */
+ from:intvector{
147,
1087987488,
}
- to:intvector{ /** 1993-08-01 */
+ id{"BRE"}
+ to:intvector{
168,
-2593024,
}
}
{
- id{"BRN"}
- from:intvector{ /** 1989-01-15 */
+ from:intvector{
139,
-469761440,
}
- to:intvector{ /** 1990-03-16 */
+ id{"BRN"}
+ to:intvector{
147,
1087987488,
}
}
{
- id{"BRC"}
- from:intvector{ /** 1986-02-28 */
+ from:intvector{
118,
448379072,
}
- to:intvector{ /** 1989-01-15 */
+ id{"BRC"}
+ to:intvector{
139,
-469761440,
}
}
{
- id{"BRB"}
- from:intvector{ /** 1967-02-13 */
+ from:intvector{
-22,
831800512,
}
- to:intvector{ /** 1986-02-28 */
+ id{"BRB"}
+ to:intvector{
118,
448379072,
}
}
{
- id{"BRZ"}
- from:intvector{ /** 1942-11-01 */
+ from:intvector{
-206,
1151122976,
}
- to:intvector{ /** 1967-02-13 */
+ id{"BRZ"}
+ to:intvector{
-22,
831800512,
}
}
BS{
{
- id{"BSD"}
- from:intvector{ /** 1966-05-25 */
+ from:intvector{
-29,
397551584,
}
+ id{"BSD"}
}
}
BT{
{
- id{"BTN"}
- from:intvector{ /** 1974-04-16 */
+ from:intvector{
29,
-1322378880,
}
+ id{"BTN"}
}
{
- id{"INR"}
- from:intvector{ /** 1907-01-01 */
+ from:intvector{
-463,
419518048,
}
+ id{"INR"}
}
}
BU{
{
- id{"BUK"}
- from:intvector{ /** 1952-07-01 */
+ from:intvector{
-133,
-1143896928,
}
- to:intvector{ /** 1989-06-18 */
+ id{"BUK"}
+ to:intvector{
139,
-210261440,
}
}
BV{
{
- id{"NOK"}
- from:intvector{ /** 1905-06-07 */
+ from:intvector{
-478,
-2004239808,
}
+ id{"NOK"}
}
}
BW{
{
- id{"BWP"}
- from:intvector{ /** 1976-08-23 */
+ from:intvector{
44,
-2069848320,
}
+ id{"BWP"}
}
{
- id{"ZAR"}
- from:intvector{ /** 1961-02-14 */
+ from:intvector{
-66,
594361536,
}
- to:intvector{ /** 1976-08-23 */
+ id{"ZAR"}
+ to:intvector{
44,
-2069848320,
}
}
BY{
{
- id{"BYR"}
- from:intvector{ /** 2000-01-01 */
+ from:intvector{
220,
1792054880,
}
+ id{"BYR"}
}
{
- id{"BYB"}
- from:intvector{ /** 1994-08-01 */
+ from:intvector{
176,
1468635904,
}
- to:intvector{ /** 2000-12-31 */
+ id{"BYB"}
+ to:intvector{
221,
89747584,
}
}
{
- id{"RUR"}
- from:intvector{ /** 1991-12-25 */
+ from:intvector{
154,
-957610880,
}
- to:intvector{ /** 1994-11-08 */
+ id{"RUR"}
+ to:intvector{
176,
2073615904,
}
}
{
- id{"SUR"}
- from:intvector{ /** 1961-01-01 */
+ from:intvector{
-67,
-528898464,
}
- to:intvector{ /** 1991-12-25 */
+ id{"SUR"}
+ to:intvector{
154,
-957610880,
}
}
BZ{
{
- id{"BZD"}
- from:intvector{ /** 1974-01-01 */
+ from:intvector{
29,
1676408416,
}
+ id{"BZD"}
}
}
CA{
{
- id{"CAD"}
- from:intvector{ /** 1858-01-01 */
+ from:intvector{
-823,
393344608,
}
+ id{"CAD"}
}
}
CC{
{
- id{"AUD"}
- from:intvector{ /** 1966-02-14 */
+ from:intvector{
-30,
-553028416,
}
+ id{"AUD"}
}
}
CD{
{
- id{"CDF"}
- from:intvector{ /** 1998-07-01 */
+ from:intvector{
205,
-1150042976,
}
+ id{"CDF"}
}
{
- id{"ZRN"}
- from:intvector{ /** 1993-11-01 */
+ from:intvector{
168,
-2413024,
}
- to:intvector{ /** 1998-07-01 */
+ id{"ZRN"}
+ to:intvector{
205,
-1150042976,
}
}
{
- id{"ZRZ"}
- from:intvector{ /** 1971-10-27 */
+ from:intvector{
7,
-576738368,
}
- to:intvector{ /** 1993-11-01 */
+ id{"ZRZ"}
+ to:intvector{
168,
-2413024,
}
}
CF{
{
- id{"XAF"}
- from:intvector{ /** 1993-01-01 */
+ from:intvector{
168,
-3013024,
}
+ id{"XAF"}
}
}
CG{
{
- id{"XAF"}
- from:intvector{ /** 1993-01-01 */
+ from:intvector{
168,
-3013024,
}
+ id{"XAF"}
}
}
CH{
{
- id{"CHF"}
- from:intvector{ /** 1799-03-17 */
+ from:intvector{
-1257,
-336896224,
}
+ id{"CHF"}
}
{
- id{"CHE"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"CHE"}
}
{
- id{"CHW"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"CHW"}
}
}
CI{
{
- id{"XOF"}
- from:intvector{ /** 1958-12-04 */
+ from:intvector{
-89,
-474157952,
}
+ id{"XOF"}
}
}
CK{
{
- id{"NZD"}
- from:intvector{ /** 1967-07-10 */
+ from:intvector{
-22,
572900512,
}
+ id{"NZD"}
}
}
CL{
{
- id{"CLP"}
- from:intvector{ /** 1975-09-29 */
+ from:intvector{
37,
1272350048,
}
+ id{"CLP"}
}
{
- id{"CLE"}
- from:intvector{ /** 1960-01-01 */
+ from:intvector{
-74,
-2086527392,
}
- to:intvector{ /** 1975-09-29 */
+ id{"CLE"}
+ to:intvector{
37,
1272350048,
}
}
{
- id{"CLF"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"CLF"}
}
}
CM{
{
- id{"XAF"}
- from:intvector{ /** 1973-04-01 */
+ from:intvector{
22,
205359488,
}
+ id{"XAF"}
}
}
CN{
{
- id{"CNY"}
- from:intvector{ /** 1953-03-01 */
+ from:intvector{
-125,
413492000,
}
+ id{"CNY"}
}
{
- id{"CNX"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"CNX"}
}
}
CO{
{
- id{"COP"}
- from:intvector{ /** 1905-01-01 */
+ from:intvector{
-478,
1772027488,
}
+ id{"COP"}
}
{
- id{"COU"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"COU"}
}
}
CR{
{
- id{"CRC"}
- from:intvector{ /** 1896-10-26 */
+ from:intvector{
-544,
-891358272,
}
+ id{"CRC"}
}
}
CS{
{
- id{"CSD"}
- from:intvector{ /** 2002-05-15 */
+ from:intvector{
235,
1735785440,
}
- to:intvector{ /** 2006-06-03 */
+ id{"CSD"}
+ to:intvector{
264,
-1919573440,
}
}
{
- id{"EUR"}
- from:intvector{ /** 2003-02-04 */
+ from:intvector{
242,
-2038532928,
}
- to:intvector{ /** 2006-06-03 */
+ id{"EUR"}
+ to:intvector{
264,
-1919573440,
}
}
{
- id{"YUM"}
- from:intvector{ /** 1994-01-24 */
+ from:intvector{
176,
-839551392,
}
- to:intvector{ /** 2002-05-15 */
+ id{"YUM"}
+ to:intvector{
235,
1735785440,
}
}
CU{
{
- id{"CUC"}
- from:intvector{ /** 1994-01-01 */
+ from:intvector{
176,
1468215904,
}
+ id{"CUC"}
}
{
- id{"CUP"}
- from:intvector{ /** 1859-01-01 */
+ from:intvector{
-816,
1864573536,
}
+ id{"CUP"}
}
{
- id{"USD"}
- from:intvector{ /** 1899-01-01 */
+ from:intvector{
-522,
1448188512,
}
- to:intvector{ /** 1959-01-01 */
+ id{"USD"}
+ to:intvector{
-81,
737210976,
}
}
CV{
{
- id{"CVE"}
- from:intvector{ /** 1914-01-01 */
+ from:intvector{
-412,
-1993981344,
}
+ id{"CVE"}
}
{
- id{"PTE"}
- from:intvector{ /** 1911-05-22 */
+ from:intvector{
-434,
-384460832,
}
- to:intvector{ /** 1975-07-05 */
+ id{"PTE"}
+ to:intvector{
36,
-801369952,
}
}
CX{
{
- id{"AUD"}
- from:intvector{ /** 1966-02-14 */
+ from:intvector{
-30,
-553028416,
}
+ id{"AUD"}
}
}
CY{
{
- id{"EUR"}
- from:intvector{ /** 2008-01-01 */
+ from:intvector{
279,
849784416,
}
+ id{"EUR"}
}
{
- id{"CYP"}
- from:intvector{ /** 1914-09-10 */
+ from:intvector{
-412,
-1215901344,
}
- to:intvector{ /** 2008-01-31 */
+ id{"CYP"}
+ to:intvector{
279,
-853182880,
}
}
CZ{
{
- id{"CZK"}
- from:intvector{ /** 1993-01-01 */
+ from:intvector{
168,
-3013024,
}
+ id{"CZK"}
}
{
- id{"CSK"}
- from:intvector{ /** 1953-06-01 */
+ from:intvector{
-125,
413672000,
}
- to:intvector{ /** 1993-03-01 */
+ id{"CSK"}
+ to:intvector{
168,
-2893024,
}
}
DD{
{
- id{"DDM"}
- from:intvector{ /** 1948-07-20 */
+ from:intvector{
-162,
-1178645344,
}
- to:intvector{ /** 1990-10-02 */
+ id{"DDM"}
+ to:intvector{
146,
-121192512,
}
}
DE{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"DEM"}
- from:intvector{ /** 1948-06-20 */
+ from:intvector{
-162,
-1178705344,
}
- to:intvector{ /** 2002-02-28 */
+ id{"DEM"}
+ to:intvector{
235,
-1436161856,
}
}
DJ{
{
- id{"DJF"}
- from:intvector{ /** 1977-06-27 */
+ from:intvector{
51,
-166739392,
}
+ id{"DJF"}
}
}
DK{
{
- id{"DKK"}
- from:intvector{ /** 1873-05-27 */
+ from:intvector{
-713,
-715785248,
}
+ id{"DKK"}
}
}
DM{
{
- id{"XCD"}
- from:intvector{ /** 1965-10-06 */
+ from:intvector{
-37,
1579989952,
}
+ id{"XCD"}
}
}
DO{
{
- id{"DOP"}
- from:intvector{ /** 1947-10-01 */
+ from:intvector{
-169,
3673024,
}
+ id{"DOP"}
}
{
- id{"USD"}
- from:intvector{ /** 1905-06-21 */
+ from:intvector{
-478,
-794639808,
}
- to:intvector{ /** 1947-10-01 */
+ id{"USD"}
+ to:intvector{
-169,
3673024,
}
}
DZ{
{
- id{"DZD"}
- from:intvector{ /** 1964-04-01 */
+ from:intvector{
-45,
-409998976,
}
+ id{"DZD"}
}
}
EC{
{
- id{"USD"}
- from:intvector{ /** 2000-10-02 */
+ from:intvector{
220,
1878994880,
}
+ id{"USD"}
}
{
- id{"ECS"}
- from:intvector{ /** 1884-04-01 */
+ from:intvector{
-632,
509171072,
}
- to:intvector{ /** 2000-10-02 */
+ id{"ECS"}
+ to:intvector{
220,
1878994880,
}
}
{
- id{"ECV"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"ECV"}
}
}
EE{
{
- id{"EUR"}
- from:intvector{ /** 2011-01-01 */
+ from:intvector{
301,
1054903904,
}
+ id{"EUR"}
}
{
- id{"EEK"}
- from:intvector{ /** 1992-06-21 */
+ from:intvector{
162,
167658048,
}
- to:intvector{ /** 2010-12-31 */
+ id{"EEK"}
+ to:intvector{
294,
-2118632320,
}
}
{
- id{"SUR"}
- from:intvector{ /** 1961-01-01 */
+ from:intvector{
-67,
-528898464,
}
- to:intvector{ /** 1992-06-20 */
+ id{"SUR"}
+ to:intvector{
162,
81258048,
}
}
EG{
{
- id{"EGP"}
- from:intvector{ /** 1885-11-14 */
+ from:intvector{
-625,
-1104547296,
}
+ id{"EGP"}
}
}
EH{
{
- id{"MAD"}
- from:intvector{ /** 1976-02-26 */
+ from:intvector{
44,
-1811008320,
}
+ id{"MAD"}
}
}
ER{
{
- id{"ERN"}
- from:intvector{ /** 1997-11-08 */
+ from:intvector{
198,
-2016231904,
}
+ id{"ERN"}
}
{
- id{"ETB"}
- from:intvector{ /** 1993-05-24 */
+ from:intvector{
169,
1984426976,
}
- to:intvector{ /** 1997-11-08 */
+ id{"ETB"}
+ to:intvector{
198,
-2016231904,
}
}
ES{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"ESP"}
- from:intvector{ /** 1868-10-19 */
+ from:intvector{
-750,
-345695296,
}
- to:intvector{ /** 2002-02-28 */
+ id{"ESP"}
+ to:intvector{
235,
-1436161856,
}
}
{
- id{"ESA"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"ESA"}
}
{
- id{"ESB"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"ESB"}
}
}
ET{
{
- id{"ETB"}
- from:intvector{ /** 1976-09-15 */
+ from:intvector{
44,
1533978976,
}
+ id{"ETB"}
}
}
- FI{
+ EU{
{
+ from:intvector{
+ 213,
+ 320825952,
+ }
id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ }
+ }
+ FI{
+ {
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"FIM"}
- from:intvector{ /** 1963-01-01 */
+ from:intvector{
-52,
-1881407904,
}
- to:intvector{ /** 2002-02-28 */
+ id{"FIM"}
+ to:intvector{
235,
-1436161856,
}
}
FJ{
{
- id{"FJD"}
- from:intvector{ /** 1969-01-13 */
+ from:intvector{
-8,
-434368928,
}
+ id{"FJD"}
}
}
FK{
{
- id{"FKP"}
- from:intvector{ /** 1901-01-01 */
+ from:intvector{
-507,
95679072,
}
+ id{"FKP"}
}
}
FM{
{
- id{"USD"}
- from:intvector{ /** 1944-01-01 */
+ from:intvector{
-192,
-201986464,
}
+ id{"USD"}
}
{
- id{"JPY"}
- from:intvector{ /** 1914-10-03 */
+ from:intvector{
-412,
-1820641344,
}
- to:intvector{ /** 1944-01-01 */
+ id{"JPY"}
+ to:intvector{
-192,
-201986464,
}
}
FO{
{
- id{"DKK"}
- from:intvector{ /** 1948-01-01 */
+ from:intvector{
-162,
1474361952,
}
+ id{"DKK"}
}
}
FR{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"FRF"}
- from:intvector{ /** 1960-01-01 */
+ from:intvector{
-74,
-2086527392,
}
- to:intvector{ /** 2002-02-17 */
+ id{"FRF"}
+ to:intvector{
235,
1908405440,
}
}
GA{
{
- id{"XAF"}
- from:intvector{ /** 1993-01-01 */
+ from:intvector{
168,
-3013024,
}
+ id{"XAF"}
}
}
GB{
{
- id{"GBP"}
- from:intvector{ /** 1694-07-27 */
+ from:intvector{
-2028,
-1492871008,
}
+ id{"GBP"}
}
}
GD{
{
- id{"XCD"}
- from:intvector{ /** 1967-02-27 */
+ from:intvector{
-22,
2041400512,
}
+ id{"XCD"}
}
}
GE{
{
- id{"GEL"}
- from:intvector{ /** 1995-09-23 */
+ from:intvector{
184,
545757536,
}
+ id{"GEL"}
}
{
- id{"GEK"}
- from:intvector{ /** 1993-04-05 */
+ from:intvector{
169,
342766976,
}
- to:intvector{ /** 1995-09-25 */
+ id{"GEK"}
+ to:intvector{
184,
718557536,
}
}
{
- id{"RUR"}
- from:intvector{ /** 1991-12-25 */
+ from:intvector{
154,
-957610880,
}
- to:intvector{ /** 1993-06-11 */
+ id{"RUR"}
+ to:intvector{
169,
861286976,
}
}
{
- id{"SUR"}
- from:intvector{ /** 1961-01-01 */
+ from:intvector{
-67,
-528898464,
}
- to:intvector{ /** 1991-12-25 */
+ id{"SUR"}
+ to:intvector{
154,
-957610880,
}
}
GF{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"FRF"}
- from:intvector{ /** 1960-01-01 */
+ from:intvector{
-74,
-2086527392,
}
- to:intvector{ /** 2002-02-17 */
+ id{"FRF"}
+ to:intvector{
235,
1908405440,
}
}
GG{
{
- id{"GBP"}
- from:intvector{ /** 1830-01-01 */
+ from:intvector{
-1029,
1543807584,
}
+ id{"GBP"}
}
}
GH{
{
- id{"GHS"}
- from:intvector{ /** 2007-07-03 */
+ from:intvector{
271,
-448284512,
}
+ id{"GHS"}
}
{
- id{"GHC"}
- from:intvector{ /** 1979-03-09 */
+ from:intvector{
66,
1220338464,
}
- to:intvector{ /** 2007-12-31 */
+ id{"GHC"}
+ to:intvector{
272,
1971215488,
}
}
GI{
{
- id{"GIP"}
- from:intvector{ /** 1713-01-01 */
+ from:intvector{
-1889,
-1210485152,
}
+ id{"GIP"}
}
}
GL{
{
- id{"DKK"}
- from:intvector{ /** 1873-05-27 */
+ from:intvector{
-713,
-715785248,
}
+ id{"DKK"}
}
}
GM{
{
- id{"GMD"}
- from:intvector{ /** 1971-07-01 */
+ from:intvector{
7,
1471648928,
}
+ id{"GMD"}
}
}
GN{
{
- id{"GNF"}
- from:intvector{ /** 1986-01-06 */
+ from:intvector{
117,
-1452480928,
}
+ id{"GNF"}
}
{
- id{"GNS"}
- from:intvector{ /** 1972-10-02 */
+ from:intvector{
14,
-1265509440,
}
- to:intvector{ /** 1986-01-06 */
+ id{"GNS"}
+ to:intvector{
117,
-1452480928,
}
}
GP{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"FRF"}
- from:intvector{ /** 1960-01-01 */
+ from:intvector{
-74,
-2086527392,
}
- to:intvector{ /** 2002-02-17 */
+ id{"FRF"}
+ to:intvector{
235,
1908405440,
}
}
GQ{
{
- id{"XAF"}
- from:intvector{ /** 1993-01-01 */
+ from:intvector{
168,
-3013024,
}
+ id{"XAF"}
}
{
- id{"GQE"}
- from:intvector{ /** 1975-07-07 */
+ from:intvector{
36,
-628569952,
}
- to:intvector{ /** 1986-06-01 */
+ id{"GQE"}
+ to:intvector{
117,
-1884180928,
}
}
GR{
{
- id{"EUR"}
- from:intvector{ /** 2001-01-01 */
+ from:intvector{
227,
-945283488,
}
+ id{"EUR"}
}
{
- id{"GRD"}
- from:intvector{ /** 1954-05-01 */
+ from:intvector{
-118,
1884840928,
}
- to:intvector{ /** 2002-02-28 */
+ id{"GRD"}
+ to:intvector{
235,
-1436161856,
}
}
GS{
{
- id{"GBP"}
- from:intvector{ /** 1908-01-01 */
+ from:intvector{
-456,
1890746976,
}
+ id{"GBP"}
}
}
GT{
{
- id{"GTQ"}
- from:intvector{ /** 1925-05-27 */
+ from:intvector{
-331,
-484492320,
}
+ id{"GTQ"}
}
}
GU{
{
- id{"USD"}
- from:intvector{ /** 1944-08-21 */
+ from:intvector{
-191,
1526433536,
}
+ id{"USD"}
}
}
GW{
{
- id{"XOF"}
- from:intvector{ /** 1997-03-31 */
+ from:intvector{
198,
-29511904,
}
+ id{"XOF"}
}
{
- id{"GWP"}
- from:intvector{ /** 1976-02-28 */
+ from:intvector{
44,
-1638208320,
}
- to:intvector{ /** 1997-03-31 */
+ id{"GWP"}
+ to:intvector{
198,
-29511904,
}
}
{
- id{"GWE"}
- from:intvector{ /** 1914-01-01 */
+ from:intvector{
-412,
-1993981344,
}
- to:intvector{ /** 1976-02-28 */
+ id{"GWE"}
+ to:intvector{
44,
-1638208320,
}
}
GY{
{
- id{"GYD"}
- from:intvector{ /** 1966-05-26 */
+ from:intvector{
-29,
483951584,
}
+ id{"GYD"}
}
}
HK{
{
- id{"HKD"}
- from:intvector{ /** 1895-02-02 */
+ from:intvector{
-552,
-141699904,
}
+ id{"HKD"}
}
}
HM{
{
- id{"AUD"}
- from:intvector{ /** 1967-02-16 */
+ from:intvector{
-22,
1091000512,
}
+ id{"AUD"}
}
}
HN{
{
- id{"HNL"}
- from:intvector{ /** 1926-04-03 */
+ from:intvector{
-324,
-1086923392,
}
+ id{"HNL"}
}
}
HR{
{
- id{"HRK"}
- from:intvector{ /** 1994-05-30 */
+ from:intvector{
176,
-320911392,
}
+ id{"HRK"}
}
{
- id{"HRD"}
- from:intvector{ /** 1991-12-23 */
+ from:intvector{
154,
-1130410880,
}
- to:intvector{ /** 1995-01-01 */
+ id{"HRD"}
+ to:intvector{
183,
-1355522464,
}
}
{
- id{"YUN"}
- from:intvector{ /** 1990-01-01 */
+ from:intvector{
146,
-208132512,
}
- to:intvector{ /** 1991-12-23 */
+ id{"YUN"}
+ to:intvector{
154,
-1130410880,
}
}
{
- id{"YUD"}
- from:intvector{ /** 1966-01-01 */
+ from:intvector{
-30,
-1676288416,
}
- to:intvector{ /** 1990-01-01 */
+ id{"YUD"}
+ to:intvector{
146,
-208132512,
}
}
HT{
{
- id{"HTG"}
- from:intvector{ /** 1872-08-26 */
+ from:intvector{
-720,
1935333120,
}
+ id{"HTG"}
}
{
- id{"USD"}
- from:intvector{ /** 1915 */
+ from:intvector{
-405,
-522812416,
}
+ id{"USD"}
}
}
HU{
{
- id{"HUF"}
- from:intvector{ /** 1946-07-23 */
+ from:intvector{
-176,
433064096,
}
+ id{"HUF"}
}
}
ID{
{
- id{"IDR"}
- from:intvector{ /** 1965-12-13 */
+ from:intvector{
-37,
-2110057344,
}
+ id{"IDR"}
}
}
IE{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"IEP"}
- from:intvector{ /** 1922-01-01 */
+ from:intvector{
-353,
1358715488,
}
- to:intvector{ /** 2002-02-09 */
+ id{"IEP"}
+ to:intvector{
235,
1217205440,
}
}
{
- id{"GBP"}
- from:intvector{ /** 1800-01-01 */
+ from:intvector{
-1250,
-248187296,
}
- to:intvector{ /** 1922-01-01 */
+ id{"GBP"}
+ to:intvector{
-353,
1358715488,
}
}
IL{
{
- id{"ILS"}
- from:intvector{ /** 1985-09-04 */
+ from:intvector{
110,
1198937440,
}
+ id{"ILS"}
}
{
- id{"ILR"}
- from:intvector{ /** 1980-02-22 */
+ from:intvector{
73,
-480259904,
}
- to:intvector{ /** 1985-09-04 */
+ id{"ILR"}
+ to:intvector{
110,
1198937440,
}
}
{
- id{"ILP"}
- from:intvector{ /** 1948-08-16 */
+ from:intvector{
-162,
-1524185344,
}
- to:intvector{ /** 1980-02-22 */
+ id{"ILP"}
+ to:intvector{
73,
-480259904,
}
}
IM{
{
- id{"GBP"}
- from:intvector{ /** 1840-01-03 */
+ from:intvector{
-956,
-578172320,
}
+ id{"GBP"}
}
}
IN{
{
- id{"INR"}
- from:intvector{ /** 1835-08-17 */
+ from:intvector{
-992,
1779237632,
}
+ id{"INR"}
}
}
IO{
{
- id{"USD"}
- from:intvector{ /** 1965-11-08 */
+ from:intvector{
-37,
1752849952,
}
+ id{"USD"}
}
{
- id{"GBP"}
- from:intvector{ /** 1965-11-08 */
+ from:intvector{
-37,
1752849952,
}
+ id{"GBP"}
}
}
IQ{
{
- id{"IQD"}
- from:intvector{ /** 1931-04-19 */
+ from:intvector{
-287,
-851913344,
}
+ id{"IQD"}
}
{
- id{"EGP"}
- from:intvector{ /** 1920-11-11 */
+ from:intvector{
-368,
-805542368,
}
- to:intvector{ /** 1931-04-19 */
+ id{"EGP"}
+ to:intvector{
-287,
-851913344,
}
}
{
- id{"INR"}
- from:intvector{ /** 1920-11-11 */
+ from:intvector{
-368,
-805542368,
}
- to:intvector{ /** 1931-04-19 */
+ id{"INR"}
+ to:intvector{
-287,
-851913344,
}
}
IR{
{
- id{"IRR"}
- from:intvector{ /** 1932-05-13 */
+ from:intvector{
-279,
100975584,
}
+ id{"IRR"}
}
}
IS{
{
- id{"ISK"}
- from:intvector{ /** 1981-01-01 */
+ from:intvector{
80,
-737090976,
}
+ id{"ISK"}
}
{
- id{"ISJ"}
- from:intvector{ /** 1918-12-01 */
+ from:intvector{
-383,
-316972928,
}
- to:intvector{ /** 1981-01-01 */
+ id{"ISJ"}
+ to:intvector{
80,
-737090976,
}
}
{
- id{"DKK"}
- from:intvector{ /** 1873-05-27 */
+ from:intvector{
-713,
-715785248,
}
- to:intvector{ /** 1918-12-01 */
+ id{"DKK"}
+ to:intvector{
-383,
-316972928,
}
}
IT{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"ITL"}
- from:intvector{ /** 1862-08-24 */
+ from:intvector{
-794,
-237654272,
}
- to:intvector{ /** 2002-02-28 */
+ id{"ITL"}
+ to:intvector{
235,
-1436161856,
}
}
JE{
{
- id{"GBP"}
- from:intvector{ /** 1837-01-01 */
+ from:intvector{
-978,
-869691808,
}
+ id{"GBP"}
}
}
JM{
{
- id{"JMD"}
- from:intvector{ /** 1969-09-08 */
+ from:intvector{
-8,
-865888928,
}
+ id{"JMD"}
}
}
JO{
{
- id{"JOD"}
- from:intvector{ /** 1950-07-01 */
+ from:intvector{
-147,
208612512,
}
+ id{"JOD"}
}
}
JP{
{
- id{"JPY"}
- from:intvector{ /** 1871-06-01 */
+ from:intvector{
-728,
-1696015808,
}
+ id{"JPY"}
}
}
KE{
{
- id{"KES"}
- from:intvector{ /** 1966-09-14 */
+ from:intvector{
-30,
-552608416,
}
+ id{"KES"}
}
}
KG{
{
- id{"KGS"}
- from:intvector{ /** 1993-05-10 */
+ from:intvector{
169,
774826976,
}
+ id{"KGS"}
}
{
- id{"RUR"}
- from:intvector{ /** 1991-12-25 */
+ from:intvector{
154,
-957610880,
}
- to:intvector{ /** 1993-05-10 */
+ id{"RUR"}
+ to:intvector{
169,
774826976,
}
}
{
- id{"SUR"}
- from:intvector{ /** 1961-01-01 */
+ from:intvector{
-67,
-528898464,
}
- to:intvector{ /** 1991-12-25 */
+ id{"SUR"}
+ to:intvector{
154,
-957610880,
}
}
KH{
{
- id{"KHR"}
- from:intvector{ /** 1980-03-20 */
+ from:intvector{
73,
-652999904,
}
+ id{"KHR"}
}
}
KI{
{
- id{"AUD"}
- from:intvector{ /** 1966-02-14 */
+ from:intvector{
-30,
-553028416,
}
+ id{"AUD"}
}
}
KM{
{
- id{"KMF"}
- from:intvector{ /** 1975-07-06 */
+ from:intvector{
36,
-714969952,
}
+ id{"KMF"}
}
}
KN{
{
- id{"XCD"}
- from:intvector{ /** 1965-10-06 */
+ from:intvector{
-37,
1579989952,
}
+ id{"XCD"}
}
}
KP{
{
- id{"KPW"}
- from:intvector{ /** 1959-04-17 */
+ from:intvector{
-81,
2119790976,
}
+ id{"KPW"}
}
}
KR{
{
- id{"KRW"}
- from:intvector{ /** 1962-06-10 */
+ from:intvector{
-59,
1720230464,
}
+ id{"KRW"}
}
{
- id{"KRH"}
- from:intvector{ /** 1953-02-15 */
+ from:intvector{
-125,
1623032000,
}
- to:intvector{ /** 1962-06-10 */
+ id{"KRH"}
+ to:intvector{
-59,
1720230464,
}
}
{
- id{"KRO"}
- from:intvector{ /** 1945-08-15 */
+ from:intvector{
-184,
-1729304832,
}
- to:intvector{ /** 1953-02-15 */
+ id{"KRO"}
+ to:intvector{
-125,
1623032000,
}
}
KW{
{
- id{"KWD"}
- from:intvector{ /** 1961-04-01 */
+ from:intvector{
-67,
-528718464,
}
+ id{"KWD"}
}
}
KY{
{
- id{"KYD"}
- from:intvector{ /** 1971-01-01 */
+ from:intvector{
7,
1471288928,
}
+ id{"KYD"}
}
{
- id{"JMD"}
- from:intvector{ /** 1969-09-08 */
+ from:intvector{
-8,
-865888928,
}
- to:intvector{ /** 1971-01-01 */
+ id{"JMD"}
+ to:intvector{
7,
1471288928,
}
}
KZ{
{
- id{"KZT"}
- from:intvector{ /** 1993-11-05 */
+ from:intvector{
169,
343186976,
}
+ id{"KZT"}
}
}
LA{
{
- id{"LAK"}
- from:intvector{ /** 1979-12-10 */
+ from:intvector{
66,
1307278464,
}
+ id{"LAK"}
}
}
LB{
{
- id{"LBP"}
- from:intvector{ /** 1948-02-02 */
+ from:intvector{
-162,
1560821952,
}
+ id{"LBP"}
}
}
LC{
{
- id{"XCD"}
- from:intvector{ /** 1965-10-06 */
+ from:intvector{
-37,
1579989952,
}
+ id{"XCD"}
}
}
LI{
{
- id{"CHF"}
- from:intvector{ /** 1921-02-01 */
+ from:intvector{
-361,
-112453440,
}
+ id{"CHF"}
}
}
LK{
{
- id{"LKR"}
- from:intvector{ /** 1978-05-22 */
+ from:intvector{
59,
872429536,
}
+ id{"LKR"}
}
}
LR{
{
- id{"LRD"}
- from:intvector{ /** 1944-01-01 */
+ from:intvector{
-192,
-201986464,
}
+ id{"LRD"}
}
}
LS{
{
- id{"ZAR"}
- from:intvector{ /** 1961-02-14 */
+ from:intvector{
-66,
594361536,
}
+ id{"ZAR"}
}
{
- id{"LSL"}
- from:intvector{ /** 1980-01-22 */
+ from:intvector{
73,
-480319904,
}
+ id{"LSL"}
}
}
LT{
{
- id{"LTL"}
- from:intvector{ /** 1993-06-25 */
+ from:intvector{
169,
2070886976,
}
+ id{"LTL"}
}
{
- id{"LTT"}
- from:intvector{ /** 1992-10-01 */
+ from:intvector{
161,
-1560101952,
}
- to:intvector{ /** 1993-06-25 */
+ id{"LTT"}
+ to:intvector{
169,
2070886976,
}
}
{
- id{"SUR"}
- from:intvector{ /** 1961-01-01 */
+ from:intvector{
-67,
-528898464,
}
- to:intvector{ /** 1992-10-01 */
+ id{"SUR"}
+ to:intvector{
161,
-1560101952,
}
}
LU{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"LUF"}
- from:intvector{ /** 1944-09-4 */
+ from:intvector{
-191,
57693536,
}
- to:intvector{ /** 2002-02-28 */
+ id{"LUF"}
+ to:intvector{
235,
-1436161856,
}
}
{
- id{"LUC"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"LUC"}
}
{
- id{"LUL"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"LUL"}
}
}
LV{
{
- id{"LVL"}
- from:intvector{ /** 1993-06-28 */
+ from:intvector{
169,
-1964880320,
}
+ id{"LVL"}
}
{
- id{"LVR"}
- from:intvector{ /** 1992-05-07 */
+ from:intvector{
161,
-1042001952,
}
- to:intvector{ /** 1993-10-17 */
+ id{"LVR"}
+ to:intvector{
169,
1379926976,
}
}
{
- id{"SUR"}
- from:intvector{ /** 1961-01-01 */
+ from:intvector{
-67,
-528898464,
}
- to:intvector{ /** 1992-07-20 */
+ id{"SUR"}
+ to:intvector{
162,
81318048,
}
}
LY{
{
- id{"LYD"}
- from:intvector{ /** 1971-09-01 */
+ from:intvector{
7,
1471768928,
}
+ id{"LYD"}
}
}
MA{
{
- id{"MAD"}
- from:intvector{ /** 1959-10-17 */
+ from:intvector{
-81,
2120150976,
}
+ id{"MAD"}
}
{
- id{"MAF"}
- from:intvector{ /** 1881-01-01 */
+ from:intvector{
-654,
390271584,
}
- to:intvector{ /** 1959-10-17 */
+ id{"MAF"}
+ to:intvector{
-81,
2120150976,
}
}
MC{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"FRF"}
- from:intvector{ /** 1960-01-01 */
+ from:intvector{
-74,
-2086527392,
}
- to:intvector{ /** 2002-02-17 */
+ id{"FRF"}
+ to:intvector{
235,
1908405440,
}
}
{
- id{"MCF"}
- from:intvector{ /** 1960-01-01 */
+ from:intvector{
-74,
-2086527392,
}
- to:intvector{ /** 2002-02-17 */
+ id{"MCF"}
+ to:intvector{
235,
1908405440,
}
}
MD{
{
- id{"MDL"}
- from:intvector{ /** 1993-11-29 */
+ from:intvector{
169,
-1878180320,
}
+ id{"MDL"}
}
{
- id{"MDC"}
- from:intvector{ /** 1992-06-01 */
+ from:intvector{
161,
-1560341952,
}
- to:intvector{ /** 1993-11-29 */
+ id{"MDC"}
+ to:intvector{
169,
-1878180320,
}
}
ME{
{
- id{"EUR"}
- from:intvector{ /** 2002-01-01 */
+ from:intvector{
235,
525945440,
}
+ id{"EUR"}
}
{
- id{"DEM"}
- from:intvector{ /** 1999-10-02 */
+ from:intvector{
213,
407765952,
}
- to:intvector{ /** 2002-05-15 */
+ id{"DEM"}
+ to:intvector{
235,
1735785440,
}
}
{
- id{"YUM"}
- from:intvector{ /** 1994-01-24 */
+ from:intvector{
176,
-839551392,
}
- to:intvector{ /** 2002-05-15 */
+ id{"YUM"}
+ to:intvector{
235,
1735785440,
}
}
MF{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"FRF"}
- from:intvector{ /** 1960-01-01 */
+ from:intvector{
-74,
-2086527392,
}
- to:intvector{ /** 2002-02-17 */
+ id{"FRF"}
+ to:intvector{
235,
1908405440,
}
}
MG{
{
- id{"MGA"}
- from:intvector{ /** 1983-11-01 */
+ from:intvector{
95,
-2089000416,
}
+ id{"MGA"}
}
{
- id{"MGF"}
- from:intvector{ /** 1963-07-01 */
+ from:intvector{
-52,
-1881047904,
}
- to:intvector{ /** 2004-12-31 */
+ id{"MGF"}
+ to:intvector{
250,
1766096000,
}
}
MH{
{
- id{"USD"}
- from:intvector{ /** 1944-01-01 */
+ from:intvector{
-192,
-201986464,
}
+ id{"USD"}
}
}
MK{
{
- id{"MKD"}
- from:intvector{ /** 1993-05-20 */
+ from:intvector{
169,
1638826976,
}
+ id{"MKD"}
}
{
- id{"MKN"}
- from:intvector{ /** 1992-04-26 */
+ from:intvector{
162,
599538048,
}
- to:intvector{ /** 1993-05-20 */
+ id{"MKN"}
+ to:intvector{
169,
1638826976,
}
}
ML{
{
- id{"XOF"}
- from:intvector{ /** 1984-06-01 */
+ from:intvector{
102,
-618071488,
}
+ id{"XOF"}
}
{
- id{"MLF"}
- from:intvector{ /** 1962-07-02 */
+ from:intvector{
-59,
1029090464,
}
- to:intvector{ /** 1984-08-31 */
+ id{"MLF"}
+ to:intvector{
103,
1974048512,
}
}
{
- id{"XOF"}
- from:intvector{ /** 1958-11-24 */
+ from:intvector{
-88,
1253782048,
}
- to:intvector{ /** 1962-07-02 */
+ id{"XOF"}
+ to:intvector{
-59,
1029090464,
}
}
MM{
{
- id{"MMK"}
- from:intvector{ /** 1989-06-18 */
+ from:intvector{
139,
-210261440,
}
+ id{"MMK"}
}
{
- id{"BUK"}
- from:intvector{ /** 1952-07-01 */
+ from:intvector{
-133,
-1143896928,
}
- to:intvector{ /** 1989-06-18 */
+ id{"BUK"}
+ to:intvector{
139,
-210261440,
}
}
MN{
{
- id{"MNT"}
- from:intvector{ /** 1915-03-01 */
+ from:intvector{
-405,
-522632416,
}
+ id{"MNT"}
}
}
MO{
{
- id{"MOP"}
- from:intvector{ /** 1901-01-01 */
+ from:intvector{
-507,
95679072,
}
+ id{"MOP"}
}
}
MP{
{
- id{"USD"}
- from:intvector{ /** 1944-01-01 */
+ from:intvector{
-192,
-201986464,
}
+ id{"USD"}
}
}
MQ{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"FRF"}
- from:intvector{ /** 1960-01-01 */
+ from:intvector{
-74,
-2086527392,
}
- to:intvector{ /** 2002-02-17 */
+ id{"FRF"}
+ to:intvector{
235,
1908405440,
}
}
MR{
{
- id{"MRO"}
- from:intvector{ /** 1973-06-29 */
+ from:intvector{
22,
-1670287808,
}
+ id{"MRO"}
}
{
- id{"XOF"}
- from:intvector{ /** 1958-11-28 */
+ from:intvector{
-88,
1599382048,
}
- to:intvector{ /** 1973-06-29 */
+ id{"XOF"}
+ to:intvector{
22,
-1670287808,
}
}
MS{
{
- id{"XCD"}
- from:intvector{ /** 1967-02-27 */
+ from:intvector{
-22,
2041400512,
}
+ id{"XCD"}
}
}
MT{
{
- id{"EUR"}
- from:intvector{ /** 2008-01-01 */
+ from:intvector{
279,
849784416,
}
+ id{"EUR"}
}
{
- id{"MTL"}
- from:intvector{ /** 1968-06-07 */
+ from:intvector{
-15,
1784869440,
}
- to:intvector{ /** 2008-01-31 */
+ id{"MTL"}
+ to:intvector{
279,
-853182880,
}
}
{
- id{"MTP"}
- from:intvector{ /** 1914-08-13 */
+ from:intvector{
-412,
-956761344,
}
- to:intvector{ /** 1968-06-07 */
+ id{"MTP"}
+ to:intvector{
-15,
1784869440,
}
}
MU{
{
- id{"MUR"}
- from:intvector{ /** 1934-04-01 */
+ from:intvector{
-265,
2092973440,
}
+ id{"MUR"}
}
}
MV{
{
- id{"MVR"}
- from:intvector{ /** 1981-07-01 */
+ from:intvector{
80,
-736730976,
}
+ id{"MVR"}
}
{
- id{"MVP"}
- from:intvector{ /** 1947-01-01 */
+ from:intvector{
-169,
3133024,
}
- to:intvector{ /** 1981-07-01 */
+ id{"MVP"}
+ to:intvector{
80,
-736730976,
}
}
MW{
{
- id{"MWK"}
- from:intvector{ /** 1971-02-15 */
+ from:intvector{
7,
-1614018368,
}
+ id{"MWK"}
}
}
MX{
{
- id{"MXN"}
- from:intvector{ /** 1993-01-01 */
+ from:intvector{
168,
-3013024,
}
+ id{"MXN"}
}
{
- id{"MXP"}
- from:intvector{ /** 1822-01-01 */
+ from:intvector{
-1088,
-1808889248,
}
- to:intvector{ /** 1992-12-31 */
+ id{"MXP"}
+ to:intvector{
162,
1032018048,
}
}
{
- id{"MXV"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"MXV"}
}
}
MY{
{
- id{"MYR"}
- from:intvector{ /** 1963-09-16 */
+ from:intvector{
-52,
-584927904,
}
+ id{"MYR"}
}
}
MZ{
{
- id{"MZN"}
- from:intvector{ /** 2006-07-01 */
+ from:intvector{
264,
-2092313440,
}
+ id{"MZN"}
}
{
- id{"MZM"}
- from:intvector{ /** 1980-06-16 */
+ from:intvector{
73,
-998419904,
}
- to:intvector{ /** 2006-12-31 */
+ id{"MZM"}
+ to:intvector{
265,
499986560,
}
}
{
- id{"MZE"}
- from:intvector{ /** 1975-06-25 */
+ from:intvector{
37,
926570048,
}
- to:intvector{ /** 1980-06-16 */
+ id{"MZE"}
+ to:intvector{
73,
-998419904,
}
}
NA{
{
- id{"NAD"}
- from:intvector{ /** 1993-01-01 */
+ from:intvector{
168,
-3013024,
}
+ id{"NAD"}
}
{
- id{"ZAR"}
- from:intvector{ /** 1961-02-14 */
+ from:intvector{
-66,
594361536,
}
- to:intvector{ /** 1993-01-01 */
+ id{"ZAR"}
+ to:intvector{
168,
-3013024,
}
}
NC{
{
- id{"XPF"}
- from:intvector{ /** 1985-01-01 */
+ from:intvector{
110,
939257440,
}
+ id{"XPF"}
}
}
NE{
{
- id{"XOF"}
- from:intvector{ /** 1958-12-19 */
+ from:intvector{
-88,
821842048,
}
+ id{"XOF"}
}
}
NF{
{
- id{"AUD"}
- from:intvector{ /** 1966-02-14 */
+ from:intvector{
-30,
-553028416,
}
+ id{"AUD"}
}
}
NG{
{
- id{"NGN"}
- from:intvector{ /** 1973-01-01 */
+ from:intvector{
22,
205179488,
}
+ id{"NGN"}
}
}
NI{
{
- id{"NIO"}
- from:intvector{ /** 1991-04-30 */
+ from:intvector{
154,
-526090880,
}
+ id{"NIO"}
}
{
- id{"NIC"}
- from:intvector{ /** 1988-02-15 */
+ from:intvector{
132,
-2027330368,
}
- to:intvector{ /** 1991-04-30 */
+ id{"NIC"}
+ to:intvector{
154,
-526090880,
}
}
NL{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"NLG"}
- from:intvector{ /** 1813-01-01 */
+ from:intvector{
-1154,
1957119584,
}
- to:intvector{ /** 2002-02-28 */
+ id{"NLG"}
+ to:intvector{
235,
-1436161856,
}
}
NO{
{
- id{"NOK"}
- from:intvector{ /** 1905-06-07 */
+ from:intvector{
-478,
-2004239808,
}
+ id{"NOK"}
}
{
- id{"SEK"}
- from:intvector{ /** 1873-05-27 */
+ from:intvector{
-713,
-715785248,
}
- to:intvector{ /** 1905-06-07 */
+ id{"SEK"}
+ to:intvector{
-478,
-2004239808,
}
}
NP{
{
- id{"NPR"}
- from:intvector{ /** 1933-01-01 */
+ from:intvector{
-272,
621564512,
}
+ id{"NPR"}
}
{
- id{"INR"}
- from:intvector{ /** 1870-01-01 */
+ from:intvector{
-735,
1127422560,
}
- to:intvector{ /** 1966-10-17 */
+ id{"INR"}
+ to:intvector{
-30,
-293348416,
}
}
NR{
{
- id{"AUD"}
- from:intvector{ /** 1966-02-14 */
+ from:intvector{
-30,
-553028416,
}
+ id{"AUD"}
}
}
NU{
{
- id{"NZD"}
- from:intvector{ /** 1967-07-10 */
+ from:intvector{
-22,
572900512,
}
+ id{"NZD"}
}
}
NZ{
{
- id{"NZD"}
- from:intvector{ /** 1967-07-10 */
+ from:intvector{
-22,
572900512,
}
+ id{"NZD"}
}
}
OM{
{
- id{"OMR"}
- from:intvector{ /** 1972-11-11 */
+ from:intvector{
14,
-487849440,
}
+ id{"OMR"}
}
}
PA{
{
- id{"PAB"}
- from:intvector{ /** 1903-11-04 */
+ from:intvector{
-493,
-997030368,
}
+ id{"PAB"}
}
{
- id{"USD"}
- from:intvector{ /** 1903-11-18 */
+ from:intvector{
-492,
212569632,
}
+ id{"USD"}
}
}
PE{
{
- id{"PEN"}
- from:intvector{ /** 1991-07-01 */
+ from:intvector{
154,
1263456416,
}
+ id{"PEN"}
}
{
- id{"PEI"}
- from:intvector{ /** 1985-02-01 */
+ from:intvector{
110,
939317440,
}
- to:intvector{ /** 1991-07-01 */
+ id{"PEI"}
+ to:intvector{
154,
1263456416,
}
}
{
- id{"PES"}
- from:intvector{ /** 1863-02-14 */
+ from:intvector{
-786,
369214656,
}
- to:intvector{ /** 1985-02-01 */
+ id{"PES"}
+ to:intvector{
110,
939317440,
}
}
PF{
{
- id{"XPF"}
- from:intvector{ /** 1945-12-26 */
+ from:intvector{
-184,
-778664832,
}
+ id{"XPF"}
}
}
PG{
{
- id{"PGK"}
- from:intvector{ /** 1975-09-16 */
+ from:intvector{
37,
149150048,
}
+ id{"PGK"}
}
{
- id{"AUD"}
- from:intvector{ /** 1966-02-14 */
+ from:intvector{
-30,
-553028416,
}
- to:intvector{ /** 1975-09-16 */
+ id{"AUD"}
+ to:intvector{
37,
149150048,
}
}
PH{
{
- id{"PHP"}
- from:intvector{ /** 1946-07-04 */
+ from:intvector{
-177,
-1208535904,
}
+ id{"PHP"}
}
}
PK{
{
- id{"PKR"}
- from:intvector{ /** 1948-04-01 */
+ from:intvector{
-162,
1474541952,
}
+ id{"PKR"}
}
{
- id{"INR"}
- from:intvector{ /** 1835-08-17 */
+ from:intvector{
-992,
1779237632,
}
- to:intvector{ /** 1947-08-15 */
+ id{"INR"}
+ to:intvector{
-169,
1213153024,
}
}
PL{
{
- id{"PLN"}
- from:intvector{ /** 1995-01-01 */
+ from:intvector{
183,
-1355522464,
}
+ id{"PLN"}
}
{
- id{"PLZ"}
- from:intvector{ /** 1950-10-28 */
+ from:intvector{
-147,
-1753374784,
}
- to:intvector{ /** 1994-12-31 */
+ id{"PLZ"}
+ to:intvector{
176,
-234091392,
}
}
PM{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"FRF"}
- from:intvector{ /** 1972-12-21 */
+ from:intvector{
15,
376210560,
}
- to:intvector{ /** 2002-02-17 */
+ id{"FRF"}
+ to:intvector{
235,
1908405440,
}
}
PN{
{
- id{"NZD"}
- from:intvector{ /** 1969-01-13 */
+ from:intvector{
-8,
-434368928,
}
+ id{"NZD"}
}
}
PR{
{
- id{"USD"}
- from:intvector{ /** 1898-12-10 */
+ from:intvector{
-529,
755219584,
}
+ id{"USD"}
}
{
- id{"ESP"}
- from:intvector{ /** 1800-01-01 */
+ from:intvector{
-1250,
-248187296,
}
- to:intvector{ /** 1898-12-10 */
+ id{"ESP"}
+ to:intvector{
-529,
755219584,
}
}
PS{
{
- id{"JOD"}
- from:intvector{ /** 1996-02-12 */
+ from:intvector{
191,
1066166464,
}
+ id{"JOD"}
}
{
- id{"ILS"}
- from:intvector{ /** 1985-09-04 */
+ from:intvector{
110,
1198937440,
}
+ id{"ILS"}
}
{
- id{"ILP"}
- from:intvector{ /** 1967-06 */
+ from:intvector{
-23,
-204759488,
}
- to:intvector{ /** 1980-02-22 */
+ id{"ILP"}
+ to:intvector{
73,
-480259904,
}
}
{
- id{"JOD"}
- from:intvector{ /** 1950-07-01 */
+ from:intvector{
-147,
208612512,
}
- to:intvector{ /** 1967-06-01 */
+ id{"JOD"}
+ to:intvector{
-23,
-204759488,
}
}
PT{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"PTE"}
- from:intvector{ /** 1911-05-22 */
+ from:intvector{
-434,
-384460832,
}
- to:intvector{ /** 2002-02-28 */
+ id{"PTE"}
+ to:intvector{
235,
-1436161856,
}
}
PW{
{
- id{"USD"}
- from:intvector{ /** 1944-01-01 */
+ from:intvector{
-192,
-201986464,
}
+ id{"USD"}
}
}
PY{
{
- id{"PYG"}
- from:intvector{ /** 1943-11-01 */
+ from:intvector{
-199,
-1672615392,
}
+ id{"PYG"}
}
}
QA{
{
- id{"QAR"}
- from:intvector{ /** 1973-05-19 */
+ from:intvector{
22,
1760619488,
}
- }
- }
- EU{
- {
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
- 213,
- 320825952,
- }
+ id{"QAR"}
}
}
RE{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"FRF"}
- from:intvector{ /** 1975-01-01 */
+ from:intvector{
36,
-1147329952,
}
- to:intvector{ /** 2002-02-17 */
+ id{"FRF"}
+ to:intvector{
235,
1908405440,
}
}
RO{
{
- id{"RON"}
- from:intvector{ /** 2005-07-01 */
+ from:intvector{
257,
731424928,
}
+ id{"RON"}
}
{
- id{"ROL"}
- from:intvector{ /** 1952-01-28 */
+ from:intvector{
-132,
1188543072,
}
- to:intvector{ /** 2006-12-31 */
+ id{"ROL"}
+ to:intvector{
265,
499986560,
}
}
RS{
{
- id{"RSD"}
- from:intvector{ /** 2006-10-25 */
+ from:intvector{
264,
-18533440,
}
+ id{"RSD"}
}
{
- id{"CSD"}
- from:intvector{ /** 2002-05-15 */
+ from:intvector{
235,
1735785440,
}
- to:intvector{ /** 2006-10-25 */
+ id{"CSD"}
+ to:intvector{
264,
-18533440,
}
}
{
- id{"YUM"}
- from:intvector{ /** 1994-01-24 */
+ from:intvector{
176,
-839551392,
}
- to:intvector{ /** 2002-05-15 */
+ id{"YUM"}
+ to:intvector{
235,
1735785440,
}
}
RU{
{
- id{"RUB"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"RUB"}
}
{
- id{"RUR"}
- from:intvector{ /** 1991-12-25 */
+ from:intvector{
154,
-957610880,
}
- to:intvector{ /** 1998-12-31 */
+ id{"RUR"}
+ to:intvector{
206,
1442257024,
}
}
RW{
{
- id{"RWF"}
- from:intvector{ /** 1964-05-19 */
+ from:intvector{
-44,
1145261024,
}
+ id{"RWF"}
}
}
SA{
{
- id{"SAR"}
- from:intvector{ /** 1952-10-22 */
+ from:intvector{
-132,
670683072,
}
+ id{"SAR"}
}
}
SB{
{
- id{"SBD"}
- from:intvector{ /** 1977-10-24 */
+ from:intvector{
51,
-425699392,
}
+ id{"SBD"}
}
{
- id{"AUD"}
- from:intvector{ /** 1966-02-14 */
+ from:intvector{
-30,
-553028416,
}
- to:intvector{ /** 1978-06-30 */
+ id{"AUD"}
+ to:intvector{
59,
1563689536,
}
}
SC{
{
- id{"SCR"}
- from:intvector{ /** 1903-11-01 */
+ from:intvector{
-493,
-1256230368,
}
+ id{"SCR"}
}
}
SD{
{
- id{"SDG"}
- from:intvector{ /** 2007-01-10 */
+ from:intvector{
272,
156155488,
}
+ id{"SDG"}
}
{
- id{"SDD"}
- from:intvector{ /** 1992-06-08 */
+ from:intvector{
161,
-955541952,
}
- to:intvector{ /** 2007-06-30 */
+ id{"SDD"}
+ to:intvector{
272,
1884455488,
}
}
{
- id{"SDP"}
- from:intvector{ /** 1957-04-08 */
+ from:intvector{
-96,
-1600266880,
}
- to:intvector{ /** 1998-06-01 */
+ id{"SDP"}
+ to:intvector{
205,
-1150102976,
}
}
{
- id{"EGP"}
- from:intvector{ /** 1889-01-19 */
+ from:intvector{
-595,
1003201120,
}
- to:intvector{ /** 1958-01-01 */
+ id{"EGP"}
+ to:intvector{
-89,
-734017952,
}
}
{
- id{"GBP"}
- from:intvector{ /** 1889-01-19 */
+ from:intvector{
-595,
1003201120,
}
- to:intvector{ /** 1958-01-01 */
+ id{"GBP"}
+ to:intvector{
-89,
-734017952,
}
}
SE{
{
- id{"SEK"}
- from:intvector{ /** 1873-05-27 */
+ from:intvector{
-713,
-715785248,
}
+ id{"SEK"}
}
}
SG{
{
- id{"SGD"}
- from:intvector{ /** 1967-06-12 */
+ from:intvector{
-22,
745640512,
}
+ id{"SGD"}
}
{
- id{"MYR"}
- from:intvector{ /** 1963-09-16 */
+ from:intvector{
-52,
-584927904,
}
- to:intvector{ /** 1967-06-12 */
+ id{"MYR"}
+ to:intvector{
-22,
745640512,
}
}
SH{
{
- id{"SHP"}
- from:intvector{ /** 1917-02-15 */
+ from:intvector{
-390,
-579201856,
}
+ id{"SHP"}
}
}
SI{
{
- id{"EUR"}
- from:intvector{ /** 2007-01-01 */
+ from:intvector{
271,
-621444512,
}
+ id{"EUR"}
}
{
- id{"SIT"}
- from:intvector{ /** 1992-10-07 */
+ from:intvector{
161,
-1041701952,
}
- to:intvector{ /** 2007-01-14 */
+ id{"SIT"}
+ to:intvector{
272,
501755488,
}
}
SJ{
{
- id{"NOK"}
- from:intvector{ /** 1905-06-07 */
+ from:intvector{
-478,
-2004239808,
}
+ id{"NOK"}
}
}
SK{
{
- id{"EUR"}
- from:intvector{ /** 2009-01-01 */
+ from:intvector{
286,
-1887553952,
}
+ id{"EUR"}
}
{
- id{"SKK"}
- from:intvector{ /** 1992-12-31 */
+ from:intvector{
162,
1032018048,
}
- to:intvector{ /** 2009-01-01 */
+ id{"SKK"}
+ to:intvector{
286,
-1887553952,
}
}
{
- id{"CSK"}
- from:intvector{ /** 1953-06-01 */
+ from:intvector{
-125,
413672000,
}
- to:intvector{ /** 1992-12-31 */
+ id{"CSK"}
+ to:intvector{
162,
1032018048,
}
}
SL{
{
- id{"SLL"}
- from:intvector{ /** 1964-08-04 */
+ from:intvector{
-45,
-150558976,
}
+ id{"SLL"}
}
{
- id{"GBP"}
- from:intvector{ /** 1808-11-30 */
+ from:intvector{
-1190,
1229342240,
}
- to:intvector{ /** 1966-02-04 */
+ id{"GBP"}
+ to:intvector{
-30,
-1417028416,
}
}
SM{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"ITL"}
- from:intvector{ /** 1865-12-23 */
+ from:intvector{
-772,
-118694784,
}
- to:intvector{ /** 2001-02-28 */
+ id{"ITL"}
+ to:intvector{
228,
1387576512,
}
}
SN{
{
- id{"XOF"}
- from:intvector{ /** 1959-04-04 */
+ from:intvector{
-81,
996590976,
}
+ id{"XOF"}
}
}
SO{
{
- id{"SOS"}
- from:intvector{ /** 1960-07-01 */
+ from:intvector{
-74,
-2086167392,
}
+ id{"SOS"}
}
}
SR{
{
- id{"SRD"}
- from:intvector{ /** 2004-01-01 */
+ from:intvector{
249,
-826564000,
}
+ id{"SRD"}
}
{
- id{"SRG"}
- from:intvector{ /** 1940-05-10 */
+ from:intvector{
-221,
-1100494880,
}
- to:intvector{ /** 2003-12-31 */
+ id{"SRG"}
+ to:intvector{
243,
294867072,
}
}
{
- id{"NLG"}
- from:intvector{ /** 1815-11-20 */
+ from:intvector{
-1139,
-2048157152,
}
- to:intvector{ /** 1940-05-10 */
+ id{"NLG"}
+ to:intvector{
-221,
-1100494880,
}
}
SS{
{
- id{"SSP"}
- from:intvector{ /** 2011-07-18 */
+ from:intvector{
301,
-1770903392,
}
+ id{"SSP"}
}
{
- id{"SDG"}
- from:intvector{ /** 2007-01-10 */
+ from:intvector{
272,
156155488,
}
- to:intvector{ /** 2011-09-01 */
+ id{"SDG"}
+ to:intvector{
301,
1055383904,
}
}
ST{
{
- id{"STD"}
- from:intvector{ /** 1977-09-08 */
+ from:intvector{
51,
-1808159392,
}
+ id{"STD"}
}
}
SU{
{
- id{"SUR"}
- from:intvector{ /** 1961-01-01 */
+ from:intvector{
-67,
-528898464,
}
- to:intvector{ /** 1991-12-25 */
+ id{"SUR"}
+ to:intvector{
154,
-957610880,
}
}
SV{
{
- id{"USD"}
- from:intvector{ /** 2001-01-01 */
+ from:intvector{
227,
-945283488,
}
+ id{"USD"}
}
{
- id{"SVC"}
- from:intvector{ /** 1919-11-11 */
+ from:intvector{
-375,
2018196000,
}
- to:intvector{ /** 2001-01-01 */
+ id{"SVC"}
+ to:intvector{
227,
-945283488,
}
}
SY{
{
- id{"SYP"}
- from:intvector{ /** 1948-01-01 */
+ from:intvector{
-162,
1474361952,
}
+ id{"SYP"}
}
}
SZ{
{
- id{"SZL"}
- from:intvector{ /** 1974-09-06 */
+ from:intvector{
29,
2108888416,
}
+ id{"SZL"}
}
}
TC{
{
- id{"USD"}
- from:intvector{ /** 1969-09-08 */
+ from:intvector{
-8,
-865888928,
}
+ id{"USD"}
}
}
TD{
{
- id{"XAF"}
- from:intvector{ /** 1993-01-01 */
+ from:intvector{
168,
-3013024,
}
+ id{"XAF"}
}
}
TF{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"FRF"}
- from:intvector{ /** 1959-01-01 */
+ from:intvector{
-81,
737210976,
}
- to:intvector{ /** 2002-02-17 */
+ id{"FRF"}
+ to:intvector{
235,
1908405440,
}
}
TG{
{
- id{"XOF"}
- from:intvector{ /** 1958-11-28 */
+ from:intvector{
-88,
1599382048,
}
+ id{"XOF"}
}
}
TH{
{
- id{"THB"}
- from:intvector{ /** 1928-04-15 */
+ from:intvector{
-309,
-1402632832,
}
+ id{"THB"}
}
}
TJ{
{
- id{"TJS"}
- from:intvector{ /** 2000-10-26 */
+ from:intvector{
220,
-342372416,
}
+ id{"TJS"}
}
{
- id{"TJR"}
- from:intvector{ /** 1995-05-10 */
+ from:intvector{
183,
-577682464,
}
- to:intvector{ /** 2000-10-25 */
+ id{"TJR"}
+ to:intvector{
220,
-428772416,
}
}
{
- id{"RUR"}
- from:intvector{ /** 1991-12-25 */
+ from:intvector{
154,
-957610880,
}
- to:intvector{ /** 1995-05-10 */
+ id{"RUR"}
+ to:intvector{
183,
-577682464,
}
}
TK{
{
- id{"NZD"}
- from:intvector{ /** 1967-07-10 */
+ from:intvector{
-22,
572900512,
}
+ id{"NZD"}
}
}
TL{
{
- id{"USD"}
- from:intvector{ /** 1999-10-20 */
+ from:intvector{
213,
1962965952,
}
+ id{"USD"}
}
{
- id{"TPE"}
- from:intvector{ /** 1959-01-02 */
+ from:intvector{
-81,
823610976,
}
- to:intvector{ /** 2002-05-20 */
+ id{"TPE"}
+ to:intvector{
235,
-2127181856,
}
}
{
- id{"IDR"}
- from:intvector{ /** 1975-12-07 */
+ from:intvector{
36,
-628269952,
}
- to:intvector{ /** 2002-05-20 */
+ id{"IDR"}
+ to:intvector{
235,
-2127181856,
}
}
TM{
{
- id{"TMT"}
- from:intvector{ /** 2009-01-01 */
+ from:intvector{
286,
-1887553952,
}
+ id{"TMT"}
}
{
- id{"TMM"}
- from:intvector{ /** 1993-11-01 */
+ from:intvector{
168,
-2413024,
}
- to:intvector{ /** 2009-01-01 */
+ id{"TMM"}
+ to:intvector{
286,
-1887553952,
}
}
{
- id{"RUR"}
- from:intvector{ /** 1991-12-25 */
+ from:intvector{
154,
-957610880,
}
- to:intvector{ /** 1993-11-01 */
+ id{"RUR"}
+ to:intvector{
168,
-2413024,
}
}
{
- id{"SUR"}
- from:intvector{ /** 1961-01-01 */
+ from:intvector{
-67,
-528898464,
}
- to:intvector{ /** 1991-12-25 */
+ id{"SUR"}
+ to:intvector{
154,
-957610880,
}
}
TN{
{
- id{"TND"}
- from:intvector{ /** 1958-11-01 */
+ from:intvector{
-89,
-733417952,
}
+ id{"TND"}
}
}
TO{
{
- id{"TOP"}
- from:intvector{ /** 1966-02-14 */
+ from:intvector{
-30,
-553028416,
}
+ id{"TOP"}
}
}
TP{
{
- id{"TPE"}
- from:intvector{ /** 1959-01-02 */
+ from:intvector{
-81,
823610976,
}
- to:intvector{ /** 2002-05-20 */
+ id{"TPE"}
+ to:intvector{
235,
-2127181856,
}
}
{
- id{"IDR"}
- from:intvector{ /** 1975-12-07 */
+ from:intvector{
36,
-628269952,
}
- to:intvector{ /** 2002-05-20 */
+ id{"IDR"}
+ to:intvector{
235,
-2127181856,
}
}
TR{
{
- id{"TRY"}
- from:intvector{ /** 2005-01-01 */
+ from:intvector{
257,
731064928,
}
+ id{"TRY"}
}
{
- id{"TRL"}
- from:intvector{ /** 1922-11-01 */
+ from:intvector{
-353,
1359315488,
}
- to:intvector{ /** 2005-12-31 */
+ id{"TRL"}
+ to:intvector{
257,
-971242368,
}
}
TT{
{
- id{"TTD"}
- from:intvector{ /** 1964-01-01 */
+ from:intvector{
-45,
-410178976,
}
+ id{"TTD"}
}
}
TV{
{
- id{"AUD"}
- from:intvector{ /** 1966-02-14 */
+ from:intvector{
-30,
-553028416,
}
+ id{"AUD"}
}
}
TW{
{
- id{"TWD"}
- from:intvector{ /** 1949-06-15 */
+ from:intvector{
-155,
-53076416,
}
+ id{"TWD"}
}
}
TZ{
{
- id{"TZS"}
- from:intvector{ /** 1966-06-14 */
+ from:intvector{
-30,
-552788416,
}
+ id{"TZS"}
}
}
UA{
{
- id{"UAH"}
- from:intvector{ /** 1996-09-02 */
+ from:intvector{
191,
202586464,
}
+ id{"UAH"}
}
{
- id{"UAK"}
- from:intvector{ /** 1992-11-13 */
+ from:intvector{
161,
-523241952,
}
- to:intvector{ /** 1993-10-17 */
+ id{"UAK"}
+ to:intvector{
169,
1379926976,
}
}
{
- id{"RUR"}
- from:intvector{ /** 1991-12-25 */
+ from:intvector{
154,
-957610880,
}
- to:intvector{ /** 1992-11-13 */
+ id{"RUR"}
+ to:intvector{
161,
-523241952,
}
}
{
- id{"SUR"}
- from:intvector{ /** 1961-01-01 */
+ from:intvector{
-67,
-528898464,
}
- to:intvector{ /** 1991-12-25 */
+ id{"SUR"}
+ to:intvector{
154,
-957610880,
}
}
UG{
{
- id{"UGX"}
- from:intvector{ /** 1987-05-15 */
+ from:intvector{
125,
796588000,
}
+ id{"UGX"}
}
{
- id{"UGS"}
- from:intvector{ /** 1966-08-15 */
+ from:intvector{
-30,
-466268416,
}
- to:intvector{ /** 1987-05-15 */
+ id{"UGS"}
+ to:intvector{
125,
796588000,
}
}
UM{
{
- id{"USD"}
- from:intvector{ /** 1944-01-01 */
+ from:intvector{
-192,
-201986464,
}
+ id{"USD"}
}
}
US{
{
- id{"USD"}
- from:intvector{ /** 1792-01-01 */
+ from:intvector{
-1308,
694083168,
}
+ id{"USD"}
}
{
- id{"USN"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"USN"}
}
{
- id{"USS"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"USS"}
}
}
UY{
{
- id{"UYU"}
- from:intvector{ /** 1993-03-01 */
+ from:intvector{
168,
-2893024,
}
+ id{"UYU"}
}
{
- id{"UYP"}
- from:intvector{ /** 1975-07-01 */
+ from:intvector{
36,
-1146969952,
}
- to:intvector{ /** 1993-03-01 */
+ id{"UYP"}
+ to:intvector{
168,
-2893024,
}
}
{
- id{"UYI"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"UYI"}
}
}
UZ{
{
- id{"UZS"}
- from:intvector{ /** 1994-07-01 */
+ from:intvector{
176,
1468575904,
}
+ id{"UZS"}
}
}
VA{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"ITL"}
- from:intvector{ /** 1870-10-19 */
+ from:intvector{
-735,
-1611804736,
}
- to:intvector{ /** 2002-02-28 */
+ id{"ITL"}
+ to:intvector{
235,
-1436161856,
}
}
VC{
{
- id{"XCD"}
- from:intvector{ /** 1965-10-06 */
+ from:intvector{
-37,
1579989952,
}
+ id{"XCD"}
}
}
VE{
{
- id{"VEF"}
- from:intvector{ /** 2008-01-01 */
+ from:intvector{
279,
849784416,
}
+ id{"VEF"}
}
{
- id{"VEB"}
- from:intvector{ /** 1871-05-11 */
+ from:intvector{
-728,
-832075808,
}
- to:intvector{ /** 2008-06-30 */
+ id{"VEB"}
+ to:intvector{
279,
-939282880,
}
}
VG{
{
- id{"USD"}
- from:intvector{ /** 1833-01-01 */
+ from:intvector{
-1007,
1748927072,
}
+ id{"USD"}
}
{
- id{"GBP"}
- from:intvector{ /** 1833-01-01 */
+ from:intvector{
-1007,
1748927072,
}
- to:intvector{ /** 1959-01-01 */
+ id{"GBP"}
+ to:intvector{
-81,
737210976,
}
}
VI{
{
- id{"USD"}
- from:intvector{ /** 1837-01-01 */
+ from:intvector{
-978,
-869691808,
}
+ id{"USD"}
}
}
VN{
{
- id{"VND"}
- from:intvector{ /** 1985-09-14 */
+ from:intvector{
110,
2062937440,
}
+ id{"VND"}
}
{
- id{"VNN"}
- from:intvector{ /** 1978-05-03 */
+ from:intvector{
58,
-769170464,
}
- to:intvector{ /** 1985-09-14 */
+ id{"VNN"}
+ to:intvector{
110,
2062937440,
}
}
VU{
{
- id{"VUV"}
- from:intvector{ /** 1981-01-01 */
+ from:intvector{
80,
-737090976,
}
+ id{"VUV"}
}
}
WF{
{
- id{"XPF"}
- from:intvector{ /** 1961-07-30 */
+ from:intvector{
-66,
1977061536,
}
+ id{"XPF"}
}
}
WS{
{
- id{"WST"}
- from:intvector{ /** 1967-07-10 */
+ from:intvector{
-22,
572900512,
}
- }
- }
- YE{
- {
- id{"YER"}
- from:intvector{ /** 1990-05-22 */
- 147,
- 1606507488,
- }
+ id{"WST"}
}
}
YD{
{
- id{"YDD"}
- from:intvector{ /** 1965-04-01 */
+ from:intvector{
-37,
1147629952,
}
- to:intvector{ /** 1996-01-01 */
+ id{"YDD"}
+ to:intvector{
191,
115706464,
}
}
}
+ YE{
+ {
+ from:intvector{
+ 147,
+ 1606507488,
+ }
+ id{"YER"}
+ }
+ }
YT{
{
- id{"EUR"}
- from:intvector{ /** 1999-01-01 */
+ from:intvector{
213,
320825952,
}
+ id{"EUR"}
}
{
- id{"FRF"}
- from:intvector{ /** 1976-02-23 */
+ from:intvector{
44,
-2070208320,
}
- to:intvector{ /** 2002-02-17 */
+ id{"FRF"}
+ to:intvector{
235,
1908405440,
}
}
{
- id{"KMF"}
- from:intvector{ /** 1975-01-01 */
+ from:intvector{
36,
-1147329952,
}
- to:intvector{ /** 1976-02-23 */
+ id{"KMF"}
+ to:intvector{
44,
-2070208320,
}
}
YU{
{
- id{"YUM"}
- from:intvector{ /** 1994-01-24 */
+ from:intvector{
176,
-839551392,
}
- to:intvector{ /** 2002-05-15 */
+ id{"YUM"}
+ to:intvector{
235,
1735785440,
}
}
{
- id{"YUN"}
- from:intvector{ /** 1990-01-01 */
+ from:intvector{
146,
-208132512,
}
- to:intvector{ /** 1992-07-24 */
+ id{"YUN"}
+ to:intvector{
162,
426918048,
}
}
{
- id{"YUD"}
- from:intvector{ /** 1966-01-01 */
+ from:intvector{
-30,
-1676288416,
}
- to:intvector{ /** 1990-01-01 */
+ id{"YUD"}
+ to:intvector{
146,
-208132512,
}
}
ZA{
{
- id{"ZAR"}
- from:intvector{ /** 1961-02-14 */
+ from:intvector{
-66,
594361536,
}
+ id{"ZAR"}
}
{
- id{"ZAL"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"ZAL"}
}
}
ZM{
{
- id{"ZMK"}
- from:intvector{ /** 1968-01-16 */
+ from:intvector{
-15,
-1732797856,
}
+ id{"ZMK"}
}
}
ZR{
{
- id{"ZRN"}
- from:intvector{ /** 1993-11-01 */
+ from:intvector{
168,
-2413024,
}
- to:intvector{ /** 1998-07 */
+ id{"ZRN"}
+ to:intvector{
205,
-1150042976,
}
}
{
- id{"ZRZ"}
- from:intvector{ /** 1971-10-27 */
+ from:intvector{
7,
-576738368,
}
- to:intvector{ /** 1993-11-01 */
+ id{"ZRZ"}
+ to:intvector{
168,
-2413024,
}
}
ZW{
{
- id{"USD"}
- from:intvector{ /** 2009-04-12 */
+ from:intvector{
286,
-936973952,
}
+ id{"USD"}
}
{
- id{"ZWL"}
- from:intvector{ /** 2009-02-02 */
+ from:intvector{
286,
-1801093952,
}
- to:intvector{ /** 2009-04-12 */
+ id{"ZWL"}
+ to:intvector{
286,
-936973952,
}
}
{
- id{"ZWR"}
- from:intvector{ /** 2008-08-01 */
+ from:intvector{
279,
850204416,
}
- to:intvector{ /** 2009-02-02 */
+ id{"ZWR"}
+ to:intvector{
286,
-1801093952,
}
}
{
- id{"ZWD"}
- from:intvector{ /** 1980-04-18 */
+ from:intvector{
73,
-825739904,
}
- to:intvector{ /** 2008-08-01 */
+ id{"ZWD"}
+ to:intvector{
279,
850204416,
}
}
{
- id{"RHD"}
- from:intvector{ /** 1970-02-17 */
+ from:intvector{
0,
1382520000,
}
- to:intvector{ /** 1980-04-18 */
+ id{"RHD"}
+ to:intvector{
73,
-825739904,
}
}
ZZ{
{
- id{"XAG"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"XAG"}
}
{
- id{"XAU"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"XAU"}
}
{
- id{"XBA"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"XBA"}
}
{
- id{"XBB"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"XBB"}
}
{
- id{"XBC"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"XBC"}
}
{
- id{"XBD"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"XBD"}
}
{
- id{"XDR"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"XDR"}
}
{
- id{"XEU"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"XEU"}
}
{
- id{"XFO"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"XFO"}
}
{
- id{"XFU"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"XFU"}
}
{
- id{"XPD"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"XPD"}
}
{
- id{"XPT"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"XPT"}
}
{
- id{"XRE"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"XRE"}
}
{
- id{"XSU"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"XSU"}
}
{
- id{"XTS"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"XTS"}
}
{
- id{"XUA"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"XUA"}
}
{
- id{"XXX"}
- from:intvector{ /** 9999-12-31 */
+ from:intvector{
58993,
351827072,
}
+ id{"XXX"}
}
}
}
- /**
- * Currency metadata. Unlike the "Currencies" element, this is
- * NOT true locale data. It exists only in root. The two
- * integers are the fraction digits for each currency, and the
- * rounding increment. The fraction digits must be an integer
- * from 0..9. If there is no rounding, the rounding incrementis
- * zero. Otherwise the rounding increment is given in units of
- * 10^(-fraction_digits). The special tag "DEFAULT" gives the
- * meta data for all currencies not otherwise listed.
- */
CurrencyMeta{
ADP:intvector{
0,
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sv.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sv.xml
// *
// ***************************************************************************
/**
"afghani",
}
ALK{
- "ALK" /** === */,
+ "ALK",
"albansk gamla lek",
}
ALL{
"chilensk peso",
}
CNX{
- "CNX" /** === */,
+ "CNX",
"kinesisk dollar",
}
CNY{
"israeliskt pund",
}
ILR{
- "ILR" /** === */,
+ "ILR",
"israelisk gammal shekel",
}
ILS{
"iransk rial",
}
ISJ{
- "ISJ" /** === */,
+ "ISJ",
"isländsk gammal krona",
}
ISK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/swc.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/swc.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ta.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ta.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ta_LK.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ta_LK.xml
// *
// ***************************************************************************
ta_LK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/te.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/te.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/teo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/teo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/teo_KE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/teo_KE.xml
// *
// ***************************************************************************
teo_KE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/th.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/th.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ti.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ti.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ti_ER.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ti_ER.xml
// *
// ***************************************************************************
ti_ER{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/to.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/to.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/tr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/tr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/twq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/twq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/tzm.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/tzm.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/tzm_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/tzm_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ur.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ur.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz_Arab.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz_Arab.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vai.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vai.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vai_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vai_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vai_Vaii.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vai_Vaii.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vi.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vun.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vun.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/xog.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/xog.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/yav.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/yav.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/yo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/yo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans_HK.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans_HK.xml
// *
// ***************************************************************************
zh_Hans_HK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans_MO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans_MO.xml
// *
// ***************************************************************************
zh_Hans_MO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans_SG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans_SG.xml
// *
// ***************************************************************************
zh_Hans_SG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hant.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hant.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hant_HK.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hant_HK.xml
// *
// ***************************************************************************
zh_Hant_HK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/af.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/af.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/agq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/agq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ak.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ak.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/am.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/am.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/as.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/as.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/asa.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/asa.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/az.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/az.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/az_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/az_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/az_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/az_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bas.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bas.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/be.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/be.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bem.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bem.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bez.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bez.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bm.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bm.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bn_IN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bn_IN.xml
// *
// ***************************************************************************
bn_IN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/br.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/br.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/brx.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/brx.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bs.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bs.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ca.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ca.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/cgg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/cgg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/chr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/chr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/cs.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/cs.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/cy.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/cy.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/da.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/da.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dav.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dav.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/de.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/de.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/de_CH.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/de_CH.xml
// *
// ***************************************************************************
de_CH{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dje.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dje.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dua.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dua.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dyo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dyo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ebu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ebu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ee.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ee.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/el.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/el.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/eo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/eo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_419.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_419.xml
// *
// ***************************************************************************
es_419{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_CL.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_CL.xml
// *
// ***************************************************************************
es_CL{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/et.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/et.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/eu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/eu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ewo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ewo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fa.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fa.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fa_AF.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fa_AF.xml
// *
// ***************************************************************************
fa_AF{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ff.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ff.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fi.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fil.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fil.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_CA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_CA.xml
// *
// ***************************************************************************
fr_CA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ga.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ga.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gsw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gsw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/guz.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/guz.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gv.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gv.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ha.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ha.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ha_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ha_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/haw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/haw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/he.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/he.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hi.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hy.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hy.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/id.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/id.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ig.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ig.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ii.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ii.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/is.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/is.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/it.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/it.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ja.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ja.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/jmc.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/jmc.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ka.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ka.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kab.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kab.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kam.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kam.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kde.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kde.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kea.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kea.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/khq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/khq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ki.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ki.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kk_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kk_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kln.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kln.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/km.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/km.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ko.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ko.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kok.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kok.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ksb.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ksb.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ksf.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ksf.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lag.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lag.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ln.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ln.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lt.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lt.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/luo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/luo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/luy.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/luy.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lv.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lv.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mas.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mas.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mer.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mer.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mfe.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mfe.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mgh.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mgh.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ml.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ml.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ms.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ms.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mt.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mt.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mua.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mua.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/my.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/my.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/naq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/naq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nb.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nb.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nd.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nd.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ne.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ne.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nl_BE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nl_BE.xml
// *
// ***************************************************************************
nl_BE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nmg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nmg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nus.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nus.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nyn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nyn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/om.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/om.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/or.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/or.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pa.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pa.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pa_Arab.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pa_Arab.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pa_Guru.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pa_Guru.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ps.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ps.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pt.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pt.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pt_PT.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pt_PT.xml
// *
// ***************************************************************************
pt_PT{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rm.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rm.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ro.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ro.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rof.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rof.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/root.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/root.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ru.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ru.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ru_UA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ru_UA.xml
// *
// ***************************************************************************
ru_UA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rwk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rwk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/saq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/saq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sbp.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sbp.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/seh.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/seh.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ses.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ses.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/shi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/shi.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/shi_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/shi_Latn.xml
// *
// ***************************************************************************
shi_Latn{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/shi_Tfng.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/shi_Tfng.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/si.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/si.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/so.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/so.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sv.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sv.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sv_FI.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sv_FI.xml
// *
// ***************************************************************************
sv_FI{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/swc.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/swc.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ta.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ta.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/te.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/te.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/teo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/teo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/th.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/th.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ti.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ti.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/to.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/to.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/tr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/tr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/twq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/twq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/tzm.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/tzm.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/tzm_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/tzm_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ur.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ur.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz_Arab.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz_Arab.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vai.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vai.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vai_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vai_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vai_Vaii.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vai_Vaii.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vi.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vun.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vun.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/xog.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/xog.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/yav.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/yav.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/yo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/yo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans_HK.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans_HK.xml
// *
// ***************************************************************************
zh_Hans_HK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans_MO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans_MO.xml
// *
// ***************************************************************************
zh_Hans_MO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans_SG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans_SG.xml
// *
// ***************************************************************************
zh_Hans_SG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hant.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hant.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hant_HK.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hant_HK.xml
// *
// ***************************************************************************
zh_Hant_HK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/af.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/af.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/af_NA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/af_NA.xml
// *
// ***************************************************************************
af_NA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/af_ZA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/af_ZA.xml
// *
// ***************************************************************************
af_ZA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/agq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/agq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/agq_CM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/agq_CM.xml
// *
// ***************************************************************************
agq_CM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ak.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ak.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ak_GH.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ak_GH.xml
// *
// ***************************************************************************
ak_GH{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/am.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/am.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/am_ET.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/am_ET.xml
// *
// ***************************************************************************
am_ET{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar_001.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar_001.xml
// *
// ***************************************************************************
ar_001{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar_AE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar_AE.xml
// *
// ***************************************************************************
ar_AE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar_BH.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar_BH.xml
// *
// ***************************************************************************
ar_BH{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar_DZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar_DZ.xml
// *
// ***************************************************************************
ar_DZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar_EG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar_EG.xml
// *
// ***************************************************************************
ar_EG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar_IQ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar_IQ.xml
// *
// ***************************************************************************
ar_IQ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar_JO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar_JO.xml
// *
// ***************************************************************************
ar_JO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar_KW.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar_KW.xml
// *
// ***************************************************************************
ar_KW{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar_LB.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar_LB.xml
// *
// ***************************************************************************
ar_LB{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar_LY.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar_LY.xml
// *
// ***************************************************************************
ar_LY{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar_MA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar_MA.xml
// *
// ***************************************************************************
ar_MA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar_OM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar_OM.xml
// *
// ***************************************************************************
ar_OM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar_QA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar_QA.xml
// *
// ***************************************************************************
ar_QA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar_SA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar_SA.xml
// *
// ***************************************************************************
ar_SA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar_SD.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar_SD.xml
// *
// ***************************************************************************
ar_SD{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar_SY.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar_SY.xml
// *
// ***************************************************************************
ar_SY{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar_TN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar_TN.xml
// *
// ***************************************************************************
ar_TN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar_YE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar_YE.xml
// *
// ***************************************************************************
ar_YE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/as.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/as.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/as_IN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/as_IN.xml
// *
// ***************************************************************************
as_IN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/asa.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/asa.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/asa_TZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/asa_TZ.xml
// *
// ***************************************************************************
asa_TZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/az.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/az.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/az_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/az_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/az_Cyrl_AZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/az_Cyrl_AZ.xml
// *
// ***************************************************************************
az_Cyrl_AZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/az_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/az_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/az_Latn_AZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/az_Latn_AZ.xml
// *
// ***************************************************************************
az_Latn_AZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bas.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bas.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bas_CM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bas_CM.xml
// *
// ***************************************************************************
bas_CM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/be.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/be.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/be_BY.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/be_BY.xml
// *
// ***************************************************************************
be_BY{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bem.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bem.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bem_ZM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bem_ZM.xml
// *
// ***************************************************************************
bem_ZM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bez.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bez.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bez_TZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bez_TZ.xml
// *
// ***************************************************************************
bez_TZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bg_BG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bg_BG.xml
// *
// ***************************************************************************
bg_BG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bm.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bm.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bm_ML.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bm_ML.xml
// *
// ***************************************************************************
bm_ML{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bn_BD.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bn_BD.xml
// *
// ***************************************************************************
bn_BD{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bn_IN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bn_IN.xml
// *
// ***************************************************************************
bn_IN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bo_CN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bo_CN.xml
// *
// ***************************************************************************
bo_CN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bo_IN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bo_IN.xml
// *
// ***************************************************************************
bo_IN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/br.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/br.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/br_FR.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/br_FR.xml
// *
// ***************************************************************************
br_FR{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/brx.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/brx.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/brx_IN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/brx_IN.xml
// *
// ***************************************************************************
brx_IN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bs.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bs.xml
// *
// ***************************************************************************
/**
}
}
unitsShort{
- day{
- few{"{0} dana"}
- many{"{0} dana"}
- one{"{0} dan"}
- other{"{0} dan"}
- }
- hour{
- few{"{0} sata"}
- many{"{0} sati"}
- one{"{0} sat"}
- other{"{0} sat"}
- }
- minute{
- few{"{0} min"}
- many{"{0} min"}
- one{"{0} min"}
- other{"{0} min"}
- }
- month{
- few{"{0} mes"}
- many{"{0} mes"}
- one{"{0} mes"}
- other{"{0} mes"}
- }
- second{
- few{"{0} sek"}
- many{"{0} sek"}
- one{"{0} sek"}
- other{"{0} sek"}
- }
- week{
- few{"{0} ned"}
- many{"{0} ned"}
- one{"{0} ned"}
- other{"{0} ned"}
- }
year{
- few{"{0} god"}
- many{"{0} god"}
- one{"{0} god"}
other{"{0} god"}
}
}
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bs_BA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bs_BA.xml
// *
// ***************************************************************************
bs_BA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ca.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ca.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ca_ES.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ca_ES.xml
// *
// ***************************************************************************
ca_ES{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/cgg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/cgg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/cgg_UG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/cgg_UG.xml
// *
// ***************************************************************************
cgg_UG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/chr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/chr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/chr_US.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/chr_US.xml
// *
// ***************************************************************************
chr_US{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/cs.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/cs.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/cs_CZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/cs_CZ.xml
// *
// ***************************************************************************
cs_CZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/cy.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/cy.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/cy_GB.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/cy_GB.xml
// *
// ***************************************************************************
cy_GB{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/da.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/da.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/da_DK.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/da_DK.xml
// *
// ***************************************************************************
da_DK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dav.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dav.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dav_KE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dav_KE.xml
// *
// ***************************************************************************
dav_KE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/de.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/de.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/de_AT.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/de_AT.xml
// *
// ***************************************************************************
de_AT{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/de_BE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/de_BE.xml
// *
// ***************************************************************************
de_BE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/de_CH.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/de_CH.xml
// *
// ***************************************************************************
de_CH{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/de_DE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/de_DE.xml
// *
// ***************************************************************************
de_DE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/de_LI.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/de_LI.xml
// *
// ***************************************************************************
de_LI{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/de_LU.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/de_LU.xml
// *
// ***************************************************************************
de_LU{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dje.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dje.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dje_NE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dje_NE.xml
// *
// ***************************************************************************
dje_NE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dua.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dua.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dua_CM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dua_CM.xml
// *
// ***************************************************************************
dua_CM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dyo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dyo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dyo_SN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dyo_SN.xml
// *
// ***************************************************************************
dyo_SN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ebu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ebu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ebu_KE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ebu_KE.xml
// *
// ***************************************************************************
ebu_KE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ee.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ee.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ee_GH.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ee_GH.xml
// *
// ***************************************************************************
ee_GH{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ee_TG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ee_TG.xml
// *
// ***************************************************************************
ee_TG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/el.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/el.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/el_CY.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/el_CY.xml
// *
// ***************************************************************************
el_CY{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/el_GR.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/el_GR.xml
// *
// ***************************************************************************
el_GR{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_AS.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_AS.xml
// *
// ***************************************************************************
en_AS{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_AU.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_AU.xml
// *
// ***************************************************************************
en_AU{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_BB.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_BB.xml
// *
// ***************************************************************************
en_BB{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_BE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_BE.xml
// *
// ***************************************************************************
en_BE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_BM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_BM.xml
// *
// ***************************************************************************
en_BM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_BW.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_BW.xml
// *
// ***************************************************************************
en_BW{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_BZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_BZ.xml
// *
// ***************************************************************************
en_BZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_CA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_CA.xml
// *
// ***************************************************************************
en_CA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_GB.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_GB.xml
// *
// ***************************************************************************
en_GB{
// *
// * Copyright (C) 2012 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
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_GU.xml
// *
// ***************************************************************************
en_GU{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_GY.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_GY.xml
// *
// ***************************************************************************
en_GY{
// *
// * Copyright (C) 2012 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
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_HK.xml
// *
// ***************************************************************************
en_HK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_IE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_IE.xml
// *
// ***************************************************************************
en_IE{
// *
// * Copyright (C) 2012 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
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_IN.xml
// *
// ***************************************************************************
en_IN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_JM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_JM.xml
// *
// ***************************************************************************
en_JM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_MH.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_MH.xml
// *
// ***************************************************************************
en_MH{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_MP.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_MP.xml
// *
// ***************************************************************************
en_MP{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_MT.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_MT.xml
// *
// ***************************************************************************
en_MT{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_MU.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_MU.xml
// *
// ***************************************************************************
en_MU{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_NA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_NA.xml
// *
// ***************************************************************************
en_NA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_NZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_NZ.xml
// *
// ***************************************************************************
en_NZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_PH.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_PH.xml
// *
// ***************************************************************************
en_PH{
// *
// * Copyright (C) 2012 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
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_PK.xml
// *
// ***************************************************************************
en_PK{
// *
// * Copyright (C) 2012 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
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_SG.xml
// *
// ***************************************************************************
en_SG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_TT.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_TT.xml
// *
// ***************************************************************************
en_TT{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_UM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_UM.xml
// *
// ***************************************************************************
en_UM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_US.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_US.xml
// *
// ***************************************************************************
en_US{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_US_POSIX.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_US_POSIX.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_VI.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_VI.xml
// *
// ***************************************************************************
en_VI{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_ZA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_ZA.xml
// *
// ***************************************************************************
en_ZA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_ZW.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_ZW.xml
// *
// ***************************************************************************
en_ZW{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/eo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/eo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_419.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_419.xml
// *
// ***************************************************************************
es_419{
// *
// * Copyright (C) 2012 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
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_AR.xml
// *
// ***************************************************************************
es_AR{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_BO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_BO.xml
// *
// ***************************************************************************
es_BO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_CL.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_CL.xml
// *
// ***************************************************************************
es_CL{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_CO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_CO.xml
// *
// ***************************************************************************
es_CO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_CR.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_CR.xml
// *
// ***************************************************************************
es_CR{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_DO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_DO.xml
// *
// ***************************************************************************
es_DO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_EC.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_EC.xml
// *
// ***************************************************************************
es_EC{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_ES.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_ES.xml
// *
// ***************************************************************************
es_ES{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_GQ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_GQ.xml
// *
// ***************************************************************************
es_GQ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_GT.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_GT.xml
// *
// ***************************************************************************
es_GT{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_HN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_HN.xml
// *
// ***************************************************************************
es_HN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_MX.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_MX.xml
// *
// ***************************************************************************
es_MX{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_NI.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_NI.xml
// *
// ***************************************************************************
es_NI{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_PA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_PA.xml
// *
// ***************************************************************************
es_PA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_PE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_PE.xml
// *
// ***************************************************************************
es_PE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_PR.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_PR.xml
// *
// ***************************************************************************
es_PR{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_PY.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_PY.xml
// *
// ***************************************************************************
es_PY{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_SV.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_SV.xml
// *
// ***************************************************************************
es_SV{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_US.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_US.xml
// *
// ***************************************************************************
es_US{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_UY.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_UY.xml
// *
// ***************************************************************************
es_UY{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_VE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_VE.xml
// *
// ***************************************************************************
es_VE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/et.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/et.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/et_EE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/et_EE.xml
// *
// ***************************************************************************
et_EE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/eu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/eu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/eu_ES.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/eu_ES.xml
// *
// ***************************************************************************
eu_ES{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ewo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ewo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ewo_CM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ewo_CM.xml
// *
// ***************************************************************************
ewo_CM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fa.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fa.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fa_AF.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fa_AF.xml
// *
// ***************************************************************************
fa_AF{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fa_IR.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fa_IR.xml
// *
// ***************************************************************************
fa_IR{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ff.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ff.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ff_SN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ff_SN.xml
// *
// ***************************************************************************
ff_SN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fi.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fi_FI.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fi_FI.xml
// *
// ***************************************************************************
fi_FI{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fil.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fil.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fil_PH.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fil_PH.xml
// *
// ***************************************************************************
fil_PH{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fo_FO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fo_FO.xml
// *
// ***************************************************************************
fo_FO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_BE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_BE.xml
// *
// ***************************************************************************
fr_BE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_BF.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_BF.xml
// *
// ***************************************************************************
fr_BF{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_BI.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_BI.xml
// *
// ***************************************************************************
fr_BI{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_BJ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_BJ.xml
// *
// ***************************************************************************
fr_BJ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_BL.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_BL.xml
// *
// ***************************************************************************
fr_BL{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_CA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_CA.xml
// *
// ***************************************************************************
fr_CA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_CD.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_CD.xml
// *
// ***************************************************************************
fr_CD{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_CF.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_CF.xml
// *
// ***************************************************************************
fr_CF{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_CG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_CG.xml
// *
// ***************************************************************************
fr_CG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_CH.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_CH.xml
// *
// ***************************************************************************
fr_CH{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_CI.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_CI.xml
// *
// ***************************************************************************
fr_CI{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_CM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_CM.xml
// *
// ***************************************************************************
fr_CM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_DJ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_DJ.xml
// *
// ***************************************************************************
fr_DJ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_FR.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_FR.xml
// *
// ***************************************************************************
fr_FR{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_GA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_GA.xml
// *
// ***************************************************************************
fr_GA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_GF.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_GF.xml
// *
// ***************************************************************************
fr_GF{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_GN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_GN.xml
// *
// ***************************************************************************
fr_GN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_GP.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_GP.xml
// *
// ***************************************************************************
fr_GP{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_GQ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_GQ.xml
// *
// ***************************************************************************
fr_GQ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_KM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_KM.xml
// *
// ***************************************************************************
fr_KM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_LU.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_LU.xml
// *
// ***************************************************************************
fr_LU{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_MC.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_MC.xml
// *
// ***************************************************************************
fr_MC{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_MF.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_MF.xml
// *
// ***************************************************************************
fr_MF{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_MG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_MG.xml
// *
// ***************************************************************************
fr_MG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_ML.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_ML.xml
// *
// ***************************************************************************
fr_ML{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_MQ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_MQ.xml
// *
// ***************************************************************************
fr_MQ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_NE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_NE.xml
// *
// ***************************************************************************
fr_NE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_RE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_RE.xml
// *
// ***************************************************************************
fr_RE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_RW.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_RW.xml
// *
// ***************************************************************************
fr_RW{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_SN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_SN.xml
// *
// ***************************************************************************
fr_SN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_TD.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_TD.xml
// *
// ***************************************************************************
fr_TD{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_TG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_TG.xml
// *
// ***************************************************************************
fr_TG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_YT.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_YT.xml
// *
// ***************************************************************************
fr_YT{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ga.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ga.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ga_IE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ga_IE.xml
// *
// ***************************************************************************
ga_IE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gl_ES.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gl_ES.xml
// *
// ***************************************************************************
gl_ES{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gsw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gsw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gsw_CH.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gsw_CH.xml
// *
// ***************************************************************************
gsw_CH{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gu_IN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gu_IN.xml
// *
// ***************************************************************************
gu_IN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/guz.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/guz.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/guz_KE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/guz_KE.xml
// *
// ***************************************************************************
guz_KE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gv.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gv.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gv_GB.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gv_GB.xml
// *
// ***************************************************************************
gv_GB{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ha.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ha.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ha_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ha_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ha_Latn_GH.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ha_Latn_GH.xml
// *
// ***************************************************************************
ha_Latn_GH{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ha_Latn_NE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ha_Latn_NE.xml
// *
// ***************************************************************************
ha_Latn_NE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ha_Latn_NG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ha_Latn_NG.xml
// *
// ***************************************************************************
ha_Latn_NG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/haw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/haw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/haw_US.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/haw_US.xml
// *
// ***************************************************************************
haw_US{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/he.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/he.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/he_IL.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/he_IL.xml
// *
// ***************************************************************************
he_IL{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hi.xml
// *
// ***************************************************************************
/**
"हेईसेई",
}
narrow{
- "ताएका" /** (abbr.) */,
- "हाकूची" /** (abbr.) */,
- "हाकूहो" /** (abbr.) */,
- "शूचो" /** (abbr.) */,
- "ताहिओ" /** (abbr.) */,
- "केउन" /** (abbr.) */,
- "वाडू" /** (abbr.) */,
- "रैकी" /** (abbr.) */,
- "योरो" /** (abbr.) */,
- "जिंकी" /** (abbr.) */,
- "टेम्प्यो" /** (abbr.) */,
- "टेम्प्यो-काम्पो" /** (abbr.) */,
- "टेम्प्यो-शोहो" /** (abbr.) */,
- "टेम्प्यो-होजी" /** (abbr.) */,
- "टेम्प्यो-जिंगो" /** (abbr.) */,
- "टेम्प्यो-किउन" /** (abbr.) */,
- "होकी" /** (abbr.) */,
- "टेनो" /** (abbr.) */,
- "इंर्याकू" /** (abbr.) */,
- "डाईडू" /** (abbr.) */,
- "क़ोनिन" /** (abbr.) */,
- "टेंचो" /** (abbr.) */,
- "शोवा" /** (abbr.) */,
- "काज्यो" /** (abbr.) */,
- "निंजू" /** (abbr.) */,
- "शाईकू" /** (abbr.) */,
- "टेनन" /** (abbr.) */,
- "जोगन्" /** (abbr.) */,
- "गेंकेई" /** (abbr.) */,
- "निन्ना" /** (abbr.) */,
- "केम्प्यो" /** (abbr.) */,
- "शूताई" /** (abbr.) */,
- "ईंगी" /** (abbr.) */,
- "ईंचो" /** (abbr.) */,
- "शोहेई" /** (abbr.) */,
- "टेंग्यो" /** (abbr.) */,
- "टेंर्याकू" /** (abbr.) */,
- "टेंटूकू" /** (abbr.) */,
- "ओवा" /** (abbr.) */,
- "कोहो" /** (abbr.) */,
- "अन्ना" /** (abbr.) */,
- "टेंरोकू" /** (abbr.) */,
- "टेन-एन" /** (abbr.) */,
- "जोगन्" /** (abbr.) */,
- "टेंगेन" /** (abbr.) */,
- "ईकान" /** (abbr.) */,
- "कन्ना" /** (abbr.) */,
- "ई-एन" /** (abbr.) */,
- "एइसो" /** (abbr.) */,
- "शोर्याकू" /** (abbr.) */,
- "चोटूकु" /** (abbr.) */,
- "चोहो" /** (abbr.) */,
- "कंको" /** (abbr.) */,
- "च्योवा" /** (abbr.) */,
- "कन्निन" /** (abbr.) */,
- "ज़ियान" /** (abbr.) */,
- "मंजू" /** (abbr.) */,
- "चोगन" /** (abbr.) */,
- "चोर्याकू" /** (abbr.) */,
- "चोक्यु" /** (abbr.) */,
- "कांटूको" /** (abbr.) */,
- "ईशो" /** (abbr.) */,
- "टेंगी" /** (abbr.) */,
- "कोहैइ" /** (abbr.) */,
- "जिर्याकू" /** (abbr.) */,
- "ईंक्यू" /** (abbr.) */,
- "सोहो" /** (abbr.) */,
- "शोर्याकू" /** (abbr.) */,
- "ईहो" /** (abbr.) */,
- "ओटूको" /** (abbr.) */,
- "कांजि" /** (abbr.) */,
- "कोहो" /** (abbr.) */,
- "ईचो" /** (abbr.) */,
- "शोटूको" /** (abbr.) */,
- "कोवा" /** (abbr.) */,
- "चोजी" /** (abbr.) */,
- "काशो" /** (abbr.) */,
- "टेन्निन" /** (abbr.) */,
- "टेन-ई" /** (abbr.) */,
- "ईक्यू" /** (abbr.) */,
- "जेन-ई" /** (abbr.) */,
- "होआन" /** (abbr.) */,
- "तेंजी" /** (abbr.) */,
- "दाईजी" /** (abbr.) */,
- "टेंशो" /** (abbr.) */,
- "चोशो" /** (abbr.) */,
- "होएन" /** (abbr.) */,
- "ईजी" /** (abbr.) */,
- "कोजी" /** (abbr.) */,
- "टेन्यो" /** (abbr.) */,
- "क्यूआन" /** (abbr.) */,
- "निंपैई" /** (abbr.) */,
- "क्योजो" /** (abbr.) */,
- "होगेन" /** (abbr.) */,
- "हैजी" /** (abbr.) */,
- "ईर्याकू" /** (abbr.) */,
- "ओहो" /** (abbr.) */,
- "चोकान" /** (abbr.) */,
- "ईमान" /** (abbr.) */,
- "निन-आन" /** (abbr.) */,
- "काओ" /** (abbr.) */,
- "शोअन" /** (abbr.) */,
- "अंजन" /** (abbr.) */,
- "जिशो" /** (abbr.) */,
- "योवा" /** (abbr.) */,
- "जूऐई" /** (abbr.) */,
- "जेंर्याकू" /** (abbr.) */,
- "बूंजी" /** (abbr.) */,
- "केंक्यू" /** (abbr.) */,
- "शोजी" /** (abbr.) */,
- "केन्निन" /** (abbr.) */,
- "जेंक्यू" /** (abbr.) */,
- "केन-ई" /** (abbr.) */,
- "शोगेन" /** (abbr.) */,
- "केंर्याकू" /** (abbr.) */,
- "केंपो" /** (abbr.) */,
- "शोक्यू" /** (abbr.) */,
- "जू" /** (abbr.) */,
- "जेन्निन" /** (abbr.) */,
- "कोरोकू" /** (abbr.) */,
- "अंटैइ" /** (abbr.) */,
- "कांकी" /** (abbr.) */,
- "जोएई" /** (abbr.) */,
- "टेम्पूकू" /** (abbr.) */,
- "बुंर्याकू" /** (abbr.) */,
- "काटेई" /** (abbr.) */,
- "र्याकूनिन" /** (abbr.) */,
- "ईन-ओ" /** (abbr.) */,
- "निंजी" /** (abbr.) */,
- "कांजेन" /** (abbr.) */,
- "होजी" /** (abbr.) */,
- "केंचो" /** (abbr.) */,
- "कोगेन" /** (abbr.) */,
- "शोका" /** (abbr.) */,
- "शोगेन" /** (abbr.) */,
- "बुन-ओ" /** (abbr.) */,
- "कोचो" /** (abbr.) */,
- "बुन-ई" /** (abbr.) */,
- "केंजी" /** (abbr.) */,
- "कोअन" /** (abbr.) */,
- "शो" /** (abbr.) */,
- "ईनिन" /** (abbr.) */,
- "शोअन" /** (abbr.) */,
- "केंजेन" /** (abbr.) */,
- "काजेन" /** (abbr.) */,
- "टोकूजी" /** (abbr.) */,
- "ईंकेई" /** (abbr.) */,
- "ओचो" /** (abbr.) */,
- "शोवा" /** (abbr.) */,
- "बुंपो" /** (abbr.) */,
- "जेनो" /** (abbr.) */,
- "जेंक्यो" /** (abbr.) */,
- "शोचू" /** (abbr.) */,
- "कारेकी" /** (abbr.) */,
- "जेंटोकू" /** (abbr.) */,
- "गेंको" /** (abbr.) */,
- "केम्मू" /** (abbr.) */,
- "ईंजेन" /** (abbr.) */,
- "कोकोकू" /** (abbr.) */,
- "शोहेई" /** (abbr.) */,
- "केंटोकू" /** (abbr.) */,
- "बूंचो" /** (abbr.) */,
- "टेंजो" /** (abbr.) */,
- "कोर्याकू" /** (abbr.) */,
- "कोवा" /** (abbr.) */,
- "जेंचू" /** (abbr.) */,
- "मेटोकू" /** (abbr.) */,
- "काकेई" /** (abbr.) */,
- "कू" /** (abbr.) */,
- "मेटोकू" /** (abbr.) */,
- "ओई" /** (abbr.) */,
- "शोचो" /** (abbr.) */,
- "ईक्यो" /** (abbr.) */,
- "काकीत्सू" /** (abbr.) */,
- "बुन-अन" /** (abbr.) */,
- "होटोकू" /** (abbr.) */,
- "क्योटोकू" /** (abbr.) */,
- "कोशो" /** (abbr.) */,
- "चोरोकू" /** (abbr.) */,
- "कांशो" /** (abbr.) */,
- "बुंशो" /** (abbr.) */,
- "ओनिन" /** (abbr.) */,
- "बुन्मेई" /** (abbr.) */,
- "चोक्यो" /** (abbr.) */,
- "ईंटोकू" /** (abbr.) */,
- "मेईओ" /** (abbr.) */,
- "बुंकी" /** (abbr.) */,
- "ईशो" /** (abbr.) */,
- "ताईएई" /** (abbr.) */,
- "क्योरोकू" /** (abbr.) */,
- "टेन्मन" /** (abbr.) */,
- "कोजी" /** (abbr.) */,
- "ईरोकू" /** (abbr.) */,
- "जेंकी" /** (abbr.) */,
- "टेंशो" /** (abbr.) */,
- "बुंरोकू" /** (abbr.) */,
- "केईचो" /** (abbr.) */,
- "जेनवा" /** (abbr.) */,
- "कान-एई" /** (abbr.) */,
- "शोहो" /** (abbr.) */,
- "केईआन" /** (abbr.) */,
- "शो" /** (abbr.) */,
- "मेईर्याकू" /** (abbr.) */,
- "मानजी" /** (abbr.) */,
- "कनबुन" /** (abbr.) */,
- "ईंपो" /** (abbr.) */,
- "टेंवा" /** (abbr.) */,
- "जोक्यो" /** (abbr.) */,
- "जेंरोकू" /** (abbr.) */,
- "होएई" /** (abbr.) */,
- "शोटूको" /** (abbr.) */,
- "क्योहो" /** (abbr.) */,
- "जेंबुन" /** (abbr.) */,
- "कांपो" /** (abbr.) */,
- "इंक्यो" /** (abbr.) */,
- "कान-एन" /** (abbr.) */,
- "होर्याकू" /** (abbr.) */,
- "मेईवा" /** (abbr.) */,
- "अन-एई" /** (abbr.) */,
- "टेनमेई" /** (abbr.) */,
- "कांसेई" /** (abbr.) */,
- "क्योवा" /** (abbr.) */,
- "बुंका" /** (abbr.) */,
- "बुंसेई" /** (abbr.) */,
- "टेंपो" /** (abbr.) */,
- "कोका" /** (abbr.) */,
- "काईए" /** (abbr.) */,
- "अंसेई" /** (abbr.) */,
- "मान-ईन" /** (abbr.) */,
- "बुंक्यौ" /** (abbr.) */,
- "जेंजी" /** (abbr.) */,
- "केईओ" /** (abbr.) */,
+ "ताएका",
+ "हाकूची",
+ "हाकूहो",
+ "शूचो",
+ "ताहिओ",
+ "केउन",
+ "वाडू",
+ "रैकी",
+ "योरो",
+ "जिंकी",
+ "टेम्प्यो",
+ "टेम्प्यो-काम्पो",
+ "टेम्प्यो-शोहो",
+ "टेम्प्यो-होजी",
+ "टेम्प्यो-जिंगो",
+ "टेम्प्यो-किउन",
+ "होकी",
+ "टेनो",
+ "इंर्याकू",
+ "डाईडू",
+ "क़ोनिन",
+ "टेंचो",
+ "शोवा",
+ "काज्यो",
+ "निंजू",
+ "शाईकू",
+ "टेनन",
+ "जोगन्",
+ "गेंकेई",
+ "निन्ना",
+ "केम्प्यो",
+ "शूताई",
+ "ईंगी",
+ "ईंचो",
+ "शोहेई",
+ "टेंग्यो",
+ "टेंर्याकू",
+ "टेंटूकू",
+ "ओवा",
+ "कोहो",
+ "अन्ना",
+ "टेंरोकू",
+ "टेन-एन",
+ "जोगन्",
+ "टेंगेन",
+ "ईकान",
+ "कन्ना",
+ "ई-एन",
+ "एइसो",
+ "शोर्याकू",
+ "चोटूकु",
+ "चोहो",
+ "कंको",
+ "च्योवा",
+ "कन्निन",
+ "ज़ियान",
+ "मंजू",
+ "चोगन",
+ "चोर्याकू",
+ "चोक्यु",
+ "कांटूको",
+ "ईशो",
+ "टेंगी",
+ "कोहैइ",
+ "जिर्याकू",
+ "ईंक्यू",
+ "सोहो",
+ "शोर्याकू",
+ "ईहो",
+ "ओटूको",
+ "कांजि",
+ "कोहो",
+ "ईचो",
+ "शोटूको",
+ "कोवा",
+ "चोजी",
+ "काशो",
+ "टेन्निन",
+ "टेन-ई",
+ "ईक्यू",
+ "जेन-ई",
+ "होआन",
+ "तेंजी",
+ "दाईजी",
+ "टेंशो",
+ "चोशो",
+ "होएन",
+ "ईजी",
+ "कोजी",
+ "टेन्यो",
+ "क्यूआन",
+ "निंपैई",
+ "क्योजो",
+ "होगेन",
+ "हैजी",
+ "ईर्याकू",
+ "ओहो",
+ "चोकान",
+ "ईमान",
+ "निन-आन",
+ "काओ",
+ "शोअन",
+ "अंजन",
+ "जिशो",
+ "योवा",
+ "जूऐई",
+ "जेंर्याकू",
+ "बूंजी",
+ "केंक्यू",
+ "शोजी",
+ "केन्निन",
+ "जेंक्यू",
+ "केन-ई",
+ "शोगेन",
+ "केंर्याकू",
+ "केंपो",
+ "शोक्यू",
+ "जू",
+ "जेन्निन",
+ "कोरोकू",
+ "अंटैइ",
+ "कांकी",
+ "जोएई",
+ "टेम्पूकू",
+ "बुंर्याकू",
+ "काटेई",
+ "र्याकूनिन",
+ "ईन-ओ",
+ "निंजी",
+ "कांजेन",
+ "होजी",
+ "केंचो",
+ "कोगेन",
+ "शोका",
+ "शोगेन",
+ "बुन-ओ",
+ "कोचो",
+ "बुन-ई",
+ "केंजी",
+ "कोअन",
+ "शो",
+ "ईनिन",
+ "शोअन",
+ "केंजेन",
+ "काजेन",
+ "टोकूजी",
+ "ईंकेई",
+ "ओचो",
+ "शोवा",
+ "बुंपो",
+ "जेनो",
+ "जेंक्यो",
+ "शोचू",
+ "कारेकी",
+ "जेंटोकू",
+ "गेंको",
+ "केम्मू",
+ "ईंजेन",
+ "कोकोकू",
+ "शोहेई",
+ "केंटोकू",
+ "बूंचो",
+ "टेंजो",
+ "कोर्याकू",
+ "कोवा",
+ "जेंचू",
+ "मेटोकू",
+ "काकेई",
+ "कू",
+ "मेटोकू",
+ "ओई",
+ "शोचो",
+ "ईक्यो",
+ "काकीत्सू",
+ "बुन-अन",
+ "होटोकू",
+ "क्योटोकू",
+ "कोशो",
+ "चोरोकू",
+ "कांशो",
+ "बुंशो",
+ "ओनिन",
+ "बुन्मेई",
+ "चोक्यो",
+ "ईंटोकू",
+ "मेईओ",
+ "बुंकी",
+ "ईशो",
+ "ताईएई",
+ "क्योरोकू",
+ "टेन्मन",
+ "कोजी",
+ "ईरोकू",
+ "जेंकी",
+ "टेंशो",
+ "बुंरोकू",
+ "केईचो",
+ "जेनवा",
+ "कान-एई",
+ "शोहो",
+ "केईआन",
+ "शो",
+ "मेईर्याकू",
+ "मानजी",
+ "कनबुन",
+ "ईंपो",
+ "टेंवा",
+ "जोक्यो",
+ "जेंरोकू",
+ "होएई",
+ "शोटूको",
+ "क्योहो",
+ "जेंबुन",
+ "कांपो",
+ "इंक्यो",
+ "कान-एन",
+ "होर्याकू",
+ "मेईवा",
+ "अन-एई",
+ "टेनमेई",
+ "कांसेई",
+ "क्योवा",
+ "बुंका",
+ "बुंसेई",
+ "टेंपो",
+ "कोका",
+ "काईए",
+ "अंसेई",
+ "मान-ईन",
+ "बुंक्यौ",
+ "जेंजी",
+ "केईओ",
"म",
"ट",
"स",
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hi_IN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hi_IN.xml
// *
// ***************************************************************************
hi_IN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hr_HR.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hr_HR.xml
// *
// ***************************************************************************
hr_HR{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hu_HU.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hu_HU.xml
// *
// ***************************************************************************
hu_HU{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hy.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hy.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hy_AM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hy_AM.xml
// *
// ***************************************************************************
hy_AM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/id.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/id.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/id_ID.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/id_ID.xml
// *
// ***************************************************************************
id_ID{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ig.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ig.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ig_NG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ig_NG.xml
// *
// ***************************************************************************
ig_NG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ii.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ii.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ii_CN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ii_CN.xml
// *
// ***************************************************************************
ii_CN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/is.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/is.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/is_IS.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/is_IS.xml
// *
// ***************************************************************************
is_IS{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/it.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/it.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/it_CH.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/it_CH.xml
// *
// ***************************************************************************
it_CH{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/it_IT.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/it_IT.xml
// *
// ***************************************************************************
it_IT{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ja.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ja.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ja_JP.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ja_JP.xml
// *
// ***************************************************************************
ja_JP{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/jmc.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/jmc.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/jmc_TZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/jmc_TZ.xml
// *
// ***************************************************************************
jmc_TZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ka.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ka.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ka_GE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ka_GE.xml
// *
// ***************************************************************************
ka_GE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kab.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kab.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kab_DZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kab_DZ.xml
// *
// ***************************************************************************
kab_DZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kam.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kam.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kam_KE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kam_KE.xml
// *
// ***************************************************************************
kam_KE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kde.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kde.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kde_TZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kde_TZ.xml
// *
// ***************************************************************************
kde_TZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kea.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kea.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kea_CV.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kea_CV.xml
// *
// ***************************************************************************
kea_CV{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/khq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/khq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/khq_ML.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/khq_ML.xml
// *
// ***************************************************************************
khq_ML{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ki.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ki.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ki_KE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ki_KE.xml
// *
// ***************************************************************************
ki_KE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kk_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kk_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kk_Cyrl_KZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kk_Cyrl_KZ.xml
// *
// ***************************************************************************
kk_Cyrl_KZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kl_GL.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kl_GL.xml
// *
// ***************************************************************************
kl_GL{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kln.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kln.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kln_KE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kln_KE.xml
// *
// ***************************************************************************
kln_KE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/km.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/km.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/km_KH.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/km_KH.xml
// *
// ***************************************************************************
km_KH{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kn_IN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kn_IN.xml
// *
// ***************************************************************************
kn_IN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ko.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ko.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ko_KR.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ko_KR.xml
// *
// ***************************************************************************
ko_KR{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kok.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kok.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kok_IN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kok_IN.xml
// *
// ***************************************************************************
kok_IN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ksb.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ksb.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ksb_TZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ksb_TZ.xml
// *
// ***************************************************************************
ksb_TZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ksf.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ksf.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ksf_CM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ksf_CM.xml
// *
// ***************************************************************************
ksf_CM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kw_GB.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kw_GB.xml
// *
// ***************************************************************************
kw_GB{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lag.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lag.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lag_TZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lag_TZ.xml
// *
// ***************************************************************************
lag_TZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lg_UG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lg_UG.xml
// *
// ***************************************************************************
lg_UG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ln.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ln.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ln_CD.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ln_CD.xml
// *
// ***************************************************************************
ln_CD{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ln_CG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ln_CG.xml
// *
// ***************************************************************************
ln_CG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lt.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lt.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lt_LT.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lt_LT.xml
// *
// ***************************************************************************
lt_LT{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lu_CD.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lu_CD.xml
// *
// ***************************************************************************
lu_CD{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/luo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/luo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/luo_KE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/luo_KE.xml
// *
// ***************************************************************************
luo_KE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/luy.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/luy.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/luy_KE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/luy_KE.xml
// *
// ***************************************************************************
luy_KE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lv.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lv.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lv_LV.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lv_LV.xml
// *
// ***************************************************************************
lv_LV{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mas.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mas.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mas_KE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mas_KE.xml
// *
// ***************************************************************************
mas_KE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mas_TZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mas_TZ.xml
// *
// ***************************************************************************
mas_TZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mer.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mer.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mer_KE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mer_KE.xml
// *
// ***************************************************************************
mer_KE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mfe.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mfe.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mfe_MU.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mfe_MU.xml
// *
// ***************************************************************************
mfe_MU{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mg_MG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mg_MG.xml
// *
// ***************************************************************************
mg_MG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mgh.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mgh.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mgh_MZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mgh_MZ.xml
// *
// ***************************************************************************
mgh_MZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mk_MK.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mk_MK.xml
// *
// ***************************************************************************
mk_MK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ml.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ml.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ml_IN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ml_IN.xml
// *
// ***************************************************************************
ml_IN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mr_IN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mr_IN.xml
// *
// ***************************************************************************
mr_IN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ms.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ms.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ms_BN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ms_BN.xml
// *
// ***************************************************************************
ms_BN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ms_MY.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ms_MY.xml
// *
// ***************************************************************************
ms_MY{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mt.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mt.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mt_MT.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mt_MT.xml
// *
// ***************************************************************************
mt_MT{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mua.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mua.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mua_CM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mua_CM.xml
// *
// ***************************************************************************
mua_CM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/my.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/my.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/my_MM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/my_MM.xml
// *
// ***************************************************************************
my_MM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/naq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/naq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/naq_NA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/naq_NA.xml
// *
// ***************************************************************************
naq_NA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nb.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nb.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nb_NO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nb_NO.xml
// *
// ***************************************************************************
nb_NO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nd.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nd.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nd_ZW.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nd_ZW.xml
// *
// ***************************************************************************
nd_ZW{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ne.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ne.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ne_IN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ne_IN.xml
// *
// ***************************************************************************
ne_IN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ne_NP.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ne_NP.xml
// *
// ***************************************************************************
ne_NP{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nl_AW.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nl_AW.xml
// *
// ***************************************************************************
nl_AW{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nl_BE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nl_BE.xml
// *
// ***************************************************************************
nl_BE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nl_CW.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nl_CW.xml
// *
// ***************************************************************************
nl_CW{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nl_NL.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nl_NL.xml
// *
// ***************************************************************************
nl_NL{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nl_SX.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nl_SX.xml
// *
// ***************************************************************************
nl_SX{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nmg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nmg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nmg_CM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nmg_CM.xml
// *
// ***************************************************************************
nmg_CM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nn_NO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nn_NO.xml
// *
// ***************************************************************************
nn_NO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nus.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nus.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nus_SD.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nus_SD.xml
// *
// ***************************************************************************
nus_SD{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nyn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nyn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nyn_UG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nyn_UG.xml
// *
// ***************************************************************************
nyn_UG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/om.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/om.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/om_ET.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/om_ET.xml
// *
// ***************************************************************************
om_ET{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/om_KE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/om_KE.xml
// *
// ***************************************************************************
om_KE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/or.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/or.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/or_IN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/or_IN.xml
// *
// ***************************************************************************
or_IN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pa.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pa.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pa_Arab.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pa_Arab.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pa_Arab_PK.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pa_Arab_PK.xml
// *
// ***************************************************************************
pa_Arab_PK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pa_Guru.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pa_Guru.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pa_Guru_IN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pa_Guru_IN.xml
// *
// ***************************************************************************
pa_Guru_IN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pl_PL.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pl_PL.xml
// *
// ***************************************************************************
pl_PL{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ps.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ps.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ps_AF.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ps_AF.xml
// *
// ***************************************************************************
ps_AF{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pt.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pt.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pt_AO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pt_AO.xml
// *
// ***************************************************************************
pt_AO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pt_BR.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pt_BR.xml
// *
// ***************************************************************************
pt_BR{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pt_GW.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pt_GW.xml
// *
// ***************************************************************************
pt_GW{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pt_MZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pt_MZ.xml
// *
// ***************************************************************************
pt_MZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pt_PT.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pt_PT.xml
// *
// ***************************************************************************
pt_PT{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pt_ST.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pt_ST.xml
// *
// ***************************************************************************
pt_ST{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rm.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rm.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rm_CH.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rm_CH.xml
// *
// ***************************************************************************
rm_CH{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rn_BI.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rn_BI.xml
// *
// ***************************************************************************
rn_BI{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ro.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ro.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ro_MD.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ro_MD.xml
// *
// ***************************************************************************
ro_MD{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ro_RO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ro_RO.xml
// *
// ***************************************************************************
ro_RO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rof.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rof.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rof_TZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rof_TZ.xml
// *
// ***************************************************************************
rof_TZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/root.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/root.xml
// *
// ***************************************************************************
/**
"Heisei",
}
narrow{
- "Taika (645-650)" /** (abbr.) */,
- "Hakuchi (650-671)" /** (abbr.) */,
- "Hakuhō (672-686)" /** (abbr.) */,
- "Shuchō (686-701)" /** (abbr.) */,
- "Taihō (701-704)" /** (abbr.) */,
- "Keiun (704-708)" /** (abbr.) */,
- "Wadō (708-715)" /** (abbr.) */,
- "Reiki (715-717)" /** (abbr.) */,
- "Yōrō (717-724)" /** (abbr.) */,
- "Jinki (724-729)" /** (abbr.) */,
- "Tempyō (729-749)" /** (abbr.) */,
- "Tempyō-kampō (749-749)" /** (abbr.) */,
- "Tempyō-shōhō (749-757)" /** (abbr.) */,
- "Tempyō-hōji (757-765)" /** (abbr.) */,
- "Temphō-jingo (765-767)" /** (abbr.) */,
- "Jingo-keiun (767-770)" /** (abbr.) */,
- "Hōki (770-780)" /** (abbr.) */,
- "Ten-ō (781-782)" /** (abbr.) */,
- "Enryaku (782-806)" /** (abbr.) */,
- "Daidō (806-810)" /** (abbr.) */,
- "Kōnin (810-824)" /** (abbr.) */,
- "Tenchō (824-834)" /** (abbr.) */,
- "Shōwa (834-848)" /** (abbr.) */,
- "Kajō (848-851)" /** (abbr.) */,
- "Ninju (851-854)" /** (abbr.) */,
- "Saiko (854-857)" /** (abbr.) */,
- "Tennan (857-859)" /** (abbr.) */,
- "Jōgan (859-877)" /** (abbr.) */,
- "Genkei (877-885)" /** (abbr.) */,
- "Ninna (885-889)" /** (abbr.) */,
- "Kampyō (889-898)" /** (abbr.) */,
- "Shōtai (898-901)" /** (abbr.) */,
- "Engi (901-923)" /** (abbr.) */,
- "Enchō (923-931)" /** (abbr.) */,
- "Shōhei (931-938)" /** (abbr.) */,
- "Tengyō (938-947)" /** (abbr.) */,
- "Tenryaku (947-957)" /** (abbr.) */,
- "Tentoku (957-961)" /** (abbr.) */,
- "Ōwa (961-964)" /** (abbr.) */,
- "Kōhō (964-968)" /** (abbr.) */,
- "Anna (968-970)" /** (abbr.) */,
- "Tenroku (970-973)" /** (abbr.) */,
- "Ten-en (973-976)" /** (abbr.) */,
- "Jōgen (976-978)" /** (abbr.) */,
- "Tengen (978-983)" /** (abbr.) */,
- "Eikan (983-985)" /** (abbr.) */,
- "Kanna (985-987)" /** (abbr.) */,
- "Ei-en (987-989)" /** (abbr.) */,
- "Eiso (989-990)" /** (abbr.) */,
- "Shōryaku (990-995)" /** (abbr.) */,
- "Chōtoku (995-999)" /** (abbr.) */,
- "Chōhō (999-1004)" /** (abbr.) */,
- "Kankō (1004-1012)" /** (abbr.) */,
- "Chōwa (1012-1017)" /** (abbr.) */,
- "Kannin (1017-1021)" /** (abbr.) */,
- "Jian (1021-1024)" /** (abbr.) */,
- "Manju (1024-1028)" /** (abbr.) */,
- "Chōgen (1028-1037)" /** (abbr.) */,
- "Chōryaku (1037-1040)" /** (abbr.) */,
- "Chōkyū (1040-1044)" /** (abbr.) */,
- "Kantoku (1044-1046)" /** (abbr.) */,
- "Eishō (1046-1053)" /** (abbr.) */,
- "Tengi (1053-1058)" /** (abbr.) */,
- "Kōhei (1058-1065)" /** (abbr.) */,
- "Jiryaku (1065-1069)" /** (abbr.) */,
- "Enkyū (1069-1074)" /** (abbr.) */,
- "Shōho (1074-1077)" /** (abbr.) */,
- "Shōryaku (1077-1081)" /** (abbr.) */,
- "Eiho (1081-1084)" /** (abbr.) */,
- "Ōtoku (1084-1087)" /** (abbr.) */,
- "Kanji (1087-1094)" /** (abbr.) */,
- "Kaho (1094-1096)" /** (abbr.) */,
- "Eichō (1096-1097)" /** (abbr.) */,
- "Shōtoku (1097-1099)" /** (abbr.) */,
- "Kōwa (1099-1104)" /** (abbr.) */,
- "Chōji (1104-1106)" /** (abbr.) */,
- "Kashō (1106-1108)" /** (abbr.) */,
- "Tennin (1108-1110)" /** (abbr.) */,
- "Ten-ei (1110-1113)" /** (abbr.) */,
- "Eikyū (1113-1118)" /** (abbr.) */,
- "Gen-ei (1118-1120)" /** (abbr.) */,
- "Hoan (1120-1124)" /** (abbr.) */,
- "Tenji (1124-1126)" /** (abbr.) */,
- "Daiji (1126-1131)" /** (abbr.) */,
- "Tenshō (1131-1132)" /** (abbr.) */,
- "Chōshō (1132-1135)" /** (abbr.) */,
- "Hoen (1135-1141)" /** (abbr.) */,
- "Eiji (1141-1142)" /** (abbr.) */,
- "Kōji (1142-1144)" /** (abbr.) */,
- "Tenyō (1144-1145)" /** (abbr.) */,
- "Kyūan (1145-1151)" /** (abbr.) */,
- "Ninpei (1151-1154)" /** (abbr.) */,
- "Kyūju (1154-1156)" /** (abbr.) */,
- "Hogen (1156-1159)" /** (abbr.) */,
- "Heiji (1159-1160)" /** (abbr.) */,
- "Eiryaku (1160-1161)" /** (abbr.) */,
- "Ōho (1161-1163)" /** (abbr.) */,
- "Chōkan (1163-1165)" /** (abbr.) */,
- "Eiman (1165-1166)" /** (abbr.) */,
- "Nin-an (1166-1169)" /** (abbr.) */,
- "Kaō (1169-1171)" /** (abbr.) */,
- "Shōan (1171-1175)" /** (abbr.) */,
- "Angen (1175-1177)" /** (abbr.) */,
- "Jishō (1177-1181)" /** (abbr.) */,
- "Yōwa (1181-1182)" /** (abbr.) */,
- "Juei (1182-1184)" /** (abbr.) */,
- "Genryuku (1184-1185)" /** (abbr.) */,
- "Bunji (1185-1190)" /** (abbr.) */,
- "Kenkyū (1190-1199)" /** (abbr.) */,
- "Shōji (1199-1201)" /** (abbr.) */,
- "Kennin (1201-1204)" /** (abbr.) */,
- "Genkyū (1204-1206)" /** (abbr.) */,
- "Ken-ei (1206-1207)" /** (abbr.) */,
- "Shōgen (1207-1211)" /** (abbr.) */,
- "Kenryaku (1211-1213)" /** (abbr.) */,
- "Kenpō (1213-1219)" /** (abbr.) */,
- "Shōkyū (1219-1222)" /** (abbr.) */,
- "Jōō (1222-1224)" /** (abbr.) */,
- "Gennin (1224-1225)" /** (abbr.) */,
- "Karoku (1225-1227)" /** (abbr.) */,
- "Antei (1227-1229)" /** (abbr.) */,
- "Kanki (1229-1232)" /** (abbr.) */,
- "Jōei (1232-1233)" /** (abbr.) */,
- "Tempuku (1233-1234)" /** (abbr.) */,
- "Bunryaku (1234-1235)" /** (abbr.) */,
- "Katei (1235-1238)" /** (abbr.) */,
- "Ryakunin (1238-1239)" /** (abbr.) */,
- "En-ō (1239-1240)" /** (abbr.) */,
- "Ninji (1240-1243)" /** (abbr.) */,
- "Kangen (1243-1247)" /** (abbr.) */,
- "Hōji (1247-1249)" /** (abbr.) */,
- "Kenchō (1249-1256)" /** (abbr.) */,
- "Kōgen (1256-1257)" /** (abbr.) */,
- "Shōka (1257-1259)" /** (abbr.) */,
- "Shōgen (1259-1260)" /** (abbr.) */,
- "Bun-ō (1260-1261)" /** (abbr.) */,
- "Kōchō (1261-1264)" /** (abbr.) */,
- "Bun-ei (1264-1275)" /** (abbr.) */,
- "Kenji (1275-1278)" /** (abbr.) */,
- "Kōan (1278-1288)" /** (abbr.) */,
- "Shōō (1288-1293)" /** (abbr.) */,
- "Einin (1293-1299)" /** (abbr.) */,
- "Shōan (1299-1302)" /** (abbr.) */,
- "Kengen (1302-1303)" /** (abbr.) */,
- "Kagen (1303-1306)" /** (abbr.) */,
- "Tokuji (1306-1308)" /** (abbr.) */,
- "Enkei (1308-1311)" /** (abbr.) */,
- "Ōchō (1311-1312)" /** (abbr.) */,
- "Shōwa (1312-1317)" /** (abbr.) */,
- "Bunpō (1317-1319)" /** (abbr.) */,
- "Genō (1319-1321)" /** (abbr.) */,
- "Genkyō (1321-1324)" /** (abbr.) */,
- "Shōchū (1324-1326)" /** (abbr.) */,
- "Kareki (1326-1329)" /** (abbr.) */,
- "Gentoku (1329-1331)" /** (abbr.) */,
- "Genkō (1331-1334)" /** (abbr.) */,
- "Kemmu (1334-1336)" /** (abbr.) */,
- "Engen (1336-1340)" /** (abbr.) */,
- "Kōkoku (1340-1346)" /** (abbr.) */,
- "Shōhei (1346-1370)" /** (abbr.) */,
- "Kentoku (1370-1372)" /** (abbr.) */,
- "Bunchũ (1372-1375)" /** (abbr.) */,
- "Tenju (1375-1379)" /** (abbr.) */,
- "Kōryaku (1379-1381)" /** (abbr.) */,
- "Kōwa (1381-1384)" /** (abbr.) */,
- "Genchũ (1384-1392)" /** (abbr.) */,
- "Meitoku (1384-1387)" /** (abbr.) */,
- "Kakei (1387-1389)" /** (abbr.) */,
- "Kōō (1389-1390)" /** (abbr.) */,
- "Meitoku (1390-1394)" /** (abbr.) */,
- "Ōei (1394-1428)" /** (abbr.) */,
- "Shōchō (1428-1429)" /** (abbr.) */,
- "Eikyō (1429-1441)" /** (abbr.) */,
- "Kakitsu (1441-1444)" /** (abbr.) */,
- "Bun-an (1444-1449)" /** (abbr.) */,
- "Hōtoku (1449-1452)" /** (abbr.) */,
- "Kyōtoku (1452-1455)" /** (abbr.) */,
- "Kōshō (1455-1457)" /** (abbr.) */,
- "Chōroku (1457-1460)" /** (abbr.) */,
- "Kanshō (1460-1466)" /** (abbr.) */,
- "Bunshō (1466-1467)" /** (abbr.) */,
- "Ōnin (1467-1469)" /** (abbr.) */,
- "Bunmei (1469-1487)" /** (abbr.) */,
- "Chōkyō (1487-1489)" /** (abbr.) */,
- "Entoku (1489-1492)" /** (abbr.) */,
- "Meiō (1492-1501)" /** (abbr.) */,
- "Bunki (1501-1504)" /** (abbr.) */,
- "Eishō (1504-1521)" /** (abbr.) */,
- "Taiei (1521-1528)" /** (abbr.) */,
- "Kyōroku (1528-1532)" /** (abbr.) */,
- "Tenmon (1532-1555)" /** (abbr.) */,
- "Kōji (1555-1558)" /** (abbr.) */,
- "Eiroku (1558-1570)" /** (abbr.) */,
- "Genki (1570-1573)" /** (abbr.) */,
- "Tenshō (1573-1592)" /** (abbr.) */,
- "Bunroku (1592-1596)" /** (abbr.) */,
- "Keichō (1596-1615)" /** (abbr.) */,
- "Genwa (1615-1624)" /** (abbr.) */,
- "Kan-ei (1624-1644)" /** (abbr.) */,
- "Shōho (1644-1648)" /** (abbr.) */,
- "Keian (1648-1652)" /** (abbr.) */,
- "Shōō (1652-1655)" /** (abbr.) */,
- "Meiryaku (1655-1658)" /** (abbr.) */,
- "Manji (1658-1661)" /** (abbr.) */,
- "Kanbun (1661-1673)" /** (abbr.) */,
- "Enpō (1673-1681)" /** (abbr.) */,
- "Tenwa (1681-1684)" /** (abbr.) */,
- "Jōkyō (1684-1688)" /** (abbr.) */,
- "Genroku (1688-1704)" /** (abbr.) */,
- "Hōei (1704-1711)" /** (abbr.) */,
- "Shōtoku (1711-1716)" /** (abbr.) */,
- "Kyōhō (1716-1736)" /** (abbr.) */,
- "Genbun (1736-1741)" /** (abbr.) */,
- "Kanpō (1741-1744)" /** (abbr.) */,
- "Enkyō (1744-1748)" /** (abbr.) */,
- "Kan-en (1748-1751)" /** (abbr.) */,
- "Hōryaku (1751-1764)" /** (abbr.) */,
- "Meiwa (1764-1772)" /** (abbr.) */,
- "An-ei (1772-1781)" /** (abbr.) */,
- "Tenmei (1781-1789)" /** (abbr.) */,
- "Kansei (1789-1801)" /** (abbr.) */,
- "Kyōwa (1801-1804)" /** (abbr.) */,
- "Bunka (1804-1818)" /** (abbr.) */,
- "Bunsei (1818-1830)" /** (abbr.) */,
- "Tenpō (1830-1844)" /** (abbr.) */,
- "Kōka (1844-1848)" /** (abbr.) */,
- "Kaei (1848-1854)" /** (abbr.) */,
- "Ansei (1854-1860)" /** (abbr.) */,
- "Man-en (1860-1861)" /** (abbr.) */,
- "Bunkyū (1861-1864)" /** (abbr.) */,
- "Genji (1864-1865)" /** (abbr.) */,
- "Keiō (1865-1868)" /** (abbr.) */,
+ "Taika (645-650)",
+ "Hakuchi (650-671)",
+ "Hakuhō (672-686)",
+ "Shuchō (686-701)",
+ "Taihō (701-704)",
+ "Keiun (704-708)",
+ "Wadō (708-715)",
+ "Reiki (715-717)",
+ "Yōrō (717-724)",
+ "Jinki (724-729)",
+ "Tempyō (729-749)",
+ "Tempyō-kampō (749-749)",
+ "Tempyō-shōhō (749-757)",
+ "Tempyō-hōji (757-765)",
+ "Temphō-jingo (765-767)",
+ "Jingo-keiun (767-770)",
+ "Hōki (770-780)",
+ "Ten-ō (781-782)",
+ "Enryaku (782-806)",
+ "Daidō (806-810)",
+ "Kōnin (810-824)",
+ "Tenchō (824-834)",
+ "Shōwa (834-848)",
+ "Kajō (848-851)",
+ "Ninju (851-854)",
+ "Saiko (854-857)",
+ "Tennan (857-859)",
+ "Jōgan (859-877)",
+ "Genkei (877-885)",
+ "Ninna (885-889)",
+ "Kampyō (889-898)",
+ "Shōtai (898-901)",
+ "Engi (901-923)",
+ "Enchō (923-931)",
+ "Shōhei (931-938)",
+ "Tengyō (938-947)",
+ "Tenryaku (947-957)",
+ "Tentoku (957-961)",
+ "Ōwa (961-964)",
+ "Kōhō (964-968)",
+ "Anna (968-970)",
+ "Tenroku (970-973)",
+ "Ten-en (973-976)",
+ "Jōgen (976-978)",
+ "Tengen (978-983)",
+ "Eikan (983-985)",
+ "Kanna (985-987)",
+ "Ei-en (987-989)",
+ "Eiso (989-990)",
+ "Shōryaku (990-995)",
+ "Chōtoku (995-999)",
+ "Chōhō (999-1004)",
+ "Kankō (1004-1012)",
+ "Chōwa (1012-1017)",
+ "Kannin (1017-1021)",
+ "Jian (1021-1024)",
+ "Manju (1024-1028)",
+ "Chōgen (1028-1037)",
+ "Chōryaku (1037-1040)",
+ "Chōkyū (1040-1044)",
+ "Kantoku (1044-1046)",
+ "Eishō (1046-1053)",
+ "Tengi (1053-1058)",
+ "Kōhei (1058-1065)",
+ "Jiryaku (1065-1069)",
+ "Enkyū (1069-1074)",
+ "Shōho (1074-1077)",
+ "Shōryaku (1077-1081)",
+ "Eiho (1081-1084)",
+ "Ōtoku (1084-1087)",
+ "Kanji (1087-1094)",
+ "Kaho (1094-1096)",
+ "Eichō (1096-1097)",
+ "Shōtoku (1097-1099)",
+ "Kōwa (1099-1104)",
+ "Chōji (1104-1106)",
+ "Kashō (1106-1108)",
+ "Tennin (1108-1110)",
+ "Ten-ei (1110-1113)",
+ "Eikyū (1113-1118)",
+ "Gen-ei (1118-1120)",
+ "Hoan (1120-1124)",
+ "Tenji (1124-1126)",
+ "Daiji (1126-1131)",
+ "Tenshō (1131-1132)",
+ "Chōshō (1132-1135)",
+ "Hoen (1135-1141)",
+ "Eiji (1141-1142)",
+ "Kōji (1142-1144)",
+ "Tenyō (1144-1145)",
+ "Kyūan (1145-1151)",
+ "Ninpei (1151-1154)",
+ "Kyūju (1154-1156)",
+ "Hogen (1156-1159)",
+ "Heiji (1159-1160)",
+ "Eiryaku (1160-1161)",
+ "Ōho (1161-1163)",
+ "Chōkan (1163-1165)",
+ "Eiman (1165-1166)",
+ "Nin-an (1166-1169)",
+ "Kaō (1169-1171)",
+ "Shōan (1171-1175)",
+ "Angen (1175-1177)",
+ "Jishō (1177-1181)",
+ "Yōwa (1181-1182)",
+ "Juei (1182-1184)",
+ "Genryuku (1184-1185)",
+ "Bunji (1185-1190)",
+ "Kenkyū (1190-1199)",
+ "Shōji (1199-1201)",
+ "Kennin (1201-1204)",
+ "Genkyū (1204-1206)",
+ "Ken-ei (1206-1207)",
+ "Shōgen (1207-1211)",
+ "Kenryaku (1211-1213)",
+ "Kenpō (1213-1219)",
+ "Shōkyū (1219-1222)",
+ "Jōō (1222-1224)",
+ "Gennin (1224-1225)",
+ "Karoku (1225-1227)",
+ "Antei (1227-1229)",
+ "Kanki (1229-1232)",
+ "Jōei (1232-1233)",
+ "Tempuku (1233-1234)",
+ "Bunryaku (1234-1235)",
+ "Katei (1235-1238)",
+ "Ryakunin (1238-1239)",
+ "En-ō (1239-1240)",
+ "Ninji (1240-1243)",
+ "Kangen (1243-1247)",
+ "Hōji (1247-1249)",
+ "Kenchō (1249-1256)",
+ "Kōgen (1256-1257)",
+ "Shōka (1257-1259)",
+ "Shōgen (1259-1260)",
+ "Bun-ō (1260-1261)",
+ "Kōchō (1261-1264)",
+ "Bun-ei (1264-1275)",
+ "Kenji (1275-1278)",
+ "Kōan (1278-1288)",
+ "Shōō (1288-1293)",
+ "Einin (1293-1299)",
+ "Shōan (1299-1302)",
+ "Kengen (1302-1303)",
+ "Kagen (1303-1306)",
+ "Tokuji (1306-1308)",
+ "Enkei (1308-1311)",
+ "Ōchō (1311-1312)",
+ "Shōwa (1312-1317)",
+ "Bunpō (1317-1319)",
+ "Genō (1319-1321)",
+ "Genkyō (1321-1324)",
+ "Shōchū (1324-1326)",
+ "Kareki (1326-1329)",
+ "Gentoku (1329-1331)",
+ "Genkō (1331-1334)",
+ "Kemmu (1334-1336)",
+ "Engen (1336-1340)",
+ "Kōkoku (1340-1346)",
+ "Shōhei (1346-1370)",
+ "Kentoku (1370-1372)",
+ "Bunchũ (1372-1375)",
+ "Tenju (1375-1379)",
+ "Kōryaku (1379-1381)",
+ "Kōwa (1381-1384)",
+ "Genchũ (1384-1392)",
+ "Meitoku (1384-1387)",
+ "Kakei (1387-1389)",
+ "Kōō (1389-1390)",
+ "Meitoku (1390-1394)",
+ "Ōei (1394-1428)",
+ "Shōchō (1428-1429)",
+ "Eikyō (1429-1441)",
+ "Kakitsu (1441-1444)",
+ "Bun-an (1444-1449)",
+ "Hōtoku (1449-1452)",
+ "Kyōtoku (1452-1455)",
+ "Kōshō (1455-1457)",
+ "Chōroku (1457-1460)",
+ "Kanshō (1460-1466)",
+ "Bunshō (1466-1467)",
+ "Ōnin (1467-1469)",
+ "Bunmei (1469-1487)",
+ "Chōkyō (1487-1489)",
+ "Entoku (1489-1492)",
+ "Meiō (1492-1501)",
+ "Bunki (1501-1504)",
+ "Eishō (1504-1521)",
+ "Taiei (1521-1528)",
+ "Kyōroku (1528-1532)",
+ "Tenmon (1532-1555)",
+ "Kōji (1555-1558)",
+ "Eiroku (1558-1570)",
+ "Genki (1570-1573)",
+ "Tenshō (1573-1592)",
+ "Bunroku (1592-1596)",
+ "Keichō (1596-1615)",
+ "Genwa (1615-1624)",
+ "Kan-ei (1624-1644)",
+ "Shōho (1644-1648)",
+ "Keian (1648-1652)",
+ "Shōō (1652-1655)",
+ "Meiryaku (1655-1658)",
+ "Manji (1658-1661)",
+ "Kanbun (1661-1673)",
+ "Enpō (1673-1681)",
+ "Tenwa (1681-1684)",
+ "Jōkyō (1684-1688)",
+ "Genroku (1688-1704)",
+ "Hōei (1704-1711)",
+ "Shōtoku (1711-1716)",
+ "Kyōhō (1716-1736)",
+ "Genbun (1736-1741)",
+ "Kanpō (1741-1744)",
+ "Enkyō (1744-1748)",
+ "Kan-en (1748-1751)",
+ "Hōryaku (1751-1764)",
+ "Meiwa (1764-1772)",
+ "An-ei (1772-1781)",
+ "Tenmei (1781-1789)",
+ "Kansei (1789-1801)",
+ "Kyōwa (1801-1804)",
+ "Bunka (1804-1818)",
+ "Bunsei (1818-1830)",
+ "Tenpō (1830-1844)",
+ "Kōka (1844-1848)",
+ "Kaei (1848-1854)",
+ "Ansei (1854-1860)",
+ "Man-en (1860-1861)",
+ "Bunkyū (1861-1864)",
+ "Genji (1864-1865)",
+ "Keiō (1865-1868)",
"M",
"T",
"S",
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ru.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ru.xml
// *
// ***************************************************************************
/**
"Сьова",
"Эпоха Хэйсэй",
}
- narrow{
- "Эпоха Тайка" /** (abbr.) */,
- "Эпоха Хакути" /** (abbr.) */,
- "Эпоха Хакухо" /** (abbr.) */,
- "Эпоха Сючё" /** (abbr.) */,
- "Эпоха Тайхо" /** (abbr.) */,
- "Эпоха Кёюн" /** (abbr.) */,
- "Эпоха Вадо" /** (abbr.) */,
- "Эпоха Рэйки" /** (abbr.) */,
- "Эпоха Ёро" /** (abbr.) */,
- "Эпоха Дзинки" /** (abbr.) */,
- "Эпоха Темпьё" /** (abbr.) */,
- "Эпоха Темпьё" /** (abbr.) */,
- "Эпоха Темпьё-Сьохо" /** (abbr.) */,
- "Эпоха Темпьё-Ходзи" /** (abbr.) */,
- "Эпоха Темпьё-Ходзи" /** (abbr.) */,
- "Эпоха Джинго-Кёюн" /** (abbr.) */,
- "Эпоха Хоки" /** (abbr.) */,
- "Эпоха Теньё" /** (abbr.) */,
- "Эпоха Енряку" /** (abbr.) */,
- "Эпоха Дайдо" /** (abbr.) */,
- "Эпоха Конин" /** (abbr.) */,
- "Эпоха Тентьо" /** (abbr.) */,
- "Эпоха Шова" /** (abbr.) */,
- "Эпоха Кайо" /** (abbr.) */,
- "Эпоха Ниндзю" /** (abbr.) */,
- "Эпоха Сайко" /** (abbr.) */,
- "Эпоха Теннан" /** (abbr.) */,
- "Эпоха Йоган" /** (abbr.) */,
- "Эпоха Генкей" /** (abbr.) */,
- "Эпоха Нинна" /** (abbr.) */,
- "Эпоха Кампьё" /** (abbr.) */,
- "Эпоха Сьотай" /** (abbr.) */,
- "Эпоха Энги" /** (abbr.) */,
- "Эпоха Ентьо" /** (abbr.) */,
- "Эпоха Сьёхэй" /** (abbr.) */,
- "Эпоха Тенгьо" /** (abbr.) */,
- "Эпоха Тенрияку" /** (abbr.) */,
- "Эпоха Тентоку" /** (abbr.) */,
- "Эпоха Ова" /** (abbr.) */,
- "Эпоха Кохо" /** (abbr.) */,
- "Эпоха Анна" /** (abbr.) */,
- "Эпоха Тенроку" /** (abbr.) */,
- "Эпоха Теньен" /** (abbr.) */,
- "Эпоха Дзьоген" /** (abbr.) */,
- "Эпоха Тенген" /** (abbr.) */,
- "Эпоха Ейкан" /** (abbr.) */,
- "Эпоха Канна" /** (abbr.) */,
- "Эпоха Ейен" /** (abbr.) */,
- "Эпоха Ейсо" /** (abbr.) */,
- "Эпоха Сёряку" /** (abbr.) */,
- "Эпоха Тётоку" /** (abbr.) */,
- "Эпоха Тёхо" /** (abbr.) */,
- "Эпоха Канко" /** (abbr.) */,
- "Эпоха Тёва" /** (abbr.) */,
- "Эпоха Каннин" /** (abbr.) */,
- "Эпоха Дзиан" /** (abbr.) */,
- "Эпоха Мандзю" /** (abbr.) */,
- "Эпоха Тёгэн" /** (abbr.) */,
- "Эпоха Тёряку" /** (abbr.) */,
- "Эпоха Тёкю" /** (abbr.) */,
- "Эпоха Катоку" /** (abbr.) */,
- "Эпоха Эйсо" /** (abbr.) */,
- "Эпоха Тэнги" /** (abbr.) */,
- "Эпоха Кохэй" /** (abbr.) */,
- "Эпоха Дзиряку" /** (abbr.) */,
- "Эпоха Энкю" /** (abbr.) */,
- "Эпоха Сёхо" /** (abbr.) */,
- "Эпоха Сёряку" /** (abbr.) */,
- "Эпоха Эйхо" /** (abbr.) */,
- "Эпоха Отоку" /** (abbr.) */,
- "Эпоха Кандзи" /** (abbr.) */,
- "Эпоха Кахо" /** (abbr.) */,
- "Эпоха Эйтё" /** (abbr.) */,
- "Эпоха Сётоку" /** (abbr.) */,
- "Эпоха Кова" /** (abbr.) */,
- "Эпоха Тёдзи" /** (abbr.) */,
- "Эпоха Касё" /** (abbr.) */,
- "Эпоха Тэннин" /** (abbr.) */,
- "Эпоха Тэнъэй" /** (abbr.) */,
- "Эпоха Эйкю" /** (abbr.) */,
- "Эпоха Гэнъэй" /** (abbr.) */,
- "Эпоха Хоан" /** (abbr.) */,
- "Эпоха Тэндзи" /** (abbr.) */,
- "Эпоха Дайдзи" /** (abbr.) */,
- "Эпоха Тэнсё" /** (abbr.) */,
- "Эпоха Тёсё" /** (abbr.) */,
- "Эпоха Хоэн" /** (abbr.) */,
- "Эпоха Эйдзи" /** (abbr.) */,
- "Эпоха Кодзи" /** (abbr.) */,
- "Эпоха Тэнё" /** (abbr.) */,
- "Эпоха Кюан" /** (abbr.) */,
- "Эпоха Нимпэй" /** (abbr.) */,
- "Эпоха Кюдзю" /** (abbr.) */,
- "Эпоха Хогэн" /** (abbr.) */,
- "Эпоха Хэйдзи" /** (abbr.) */,
- "Эпоха Эйряку" /** (abbr.) */,
- "Эпоха Охо" /** (abbr.) */,
- "Эпоха Тёкан" /** (abbr.) */,
- "Эпоха Эйман" /** (abbr.) */,
- "Эпоха Нинъан" /** (abbr.) */,
- "Эпоха Као" /** (abbr.) */,
- "Эпоха Сёан" /** (abbr.) */,
- "Эпоха Ангэн" /** (abbr.) */,
- "Эпоха Дзисё" /** (abbr.) */,
- "Эпоха Ёва" /** (abbr.) */,
- "Эпоха Дзюэй" /** (abbr.) */,
- "Эпоха Гэнрюку" /** (abbr.) */,
- "Эпоха Бундзи" /** (abbr.) */,
- "Эпоха Кэнкю" /** (abbr.) */,
- "Эпоха Сёдзи" /** (abbr.) */,
- "Эпоха Кэннин" /** (abbr.) */,
- "Эпоха Гэнкю" /** (abbr.) */,
- "Эпоха Кэнъэй" /** (abbr.) */,
- "Эпоха Сёгэн" /** (abbr.) */,
- "Эпоха Кэнряку" /** (abbr.) */,
- "Эпоха Кэмпо" /** (abbr.) */,
- "Эпоха Сёкю" /** (abbr.) */,
- "Эпоха Дзёо" /** (abbr.) */,
- "Эпоха Гэннин" /** (abbr.) */,
- "Эпоха Кароку" /** (abbr.) */,
- "Эпоха Антэй" /** (abbr.) */,
- "Эпоха Канки" /** (abbr.) */,
- "Эпоха Дзёэй" /** (abbr.) */,
- "Эпоха Тэмпуку" /** (abbr.) */,
- "Эпоха Бунряку" /** (abbr.) */,
- "Эпоха Катэй" /** (abbr.) */,
- "Эпоха Рякунин" /** (abbr.) */,
- "Эпоха Энъо" /** (abbr.) */,
- "Эпоха Ниндзи" /** (abbr.) */,
- "Эпоха Кангэн" /** (abbr.) */,
- "Эпоха Ходзи" /** (abbr.) */,
- "Эпоха Кэнтё" /** (abbr.) */,
- "Эпоха Когэн" /** (abbr.) */,
- "Эпоха Сёка" /** (abbr.) */,
- "Эпоха Сёгэн" /** (abbr.) */,
- "Эпоха Бунъо" /** (abbr.) */,
- "Эпоха Котё" /** (abbr.) */,
- "Эпоха Бунъэй" /** (abbr.) */,
- "Эпоха Кэндзи" /** (abbr.) */,
- "Эпоха Коан" /** (abbr.) */,
- "Эпоха Сёо" /** (abbr.) */,
- "Эпоха Эйнин" /** (abbr.) */,
- "Эпоха Сёан" /** (abbr.) */,
- "Эпоха Кэнгэн" /** (abbr.) */,
- "Эпоха Кагэн" /** (abbr.) */,
- "Эпоха Токудзи" /** (abbr.) */,
- "Эпоха Энкэй" /** (abbr.) */,
- "Эпоха Отё" /** (abbr.) */,
- "Эпоха Сёва" /** (abbr.) */,
- "Эпоха Бумпо" /** (abbr.) */,
- "Эпоха Гэно" /** (abbr.) */,
- "Эпоха Гэнкё" /** (abbr.) */,
- "Эпоха Сётю" /** (abbr.) */,
- "Эпоха Карэки" /** (abbr.) */,
- "Эпоха Гэнтоку" /** (abbr.) */,
- "Эпоха Гэнко" /** (abbr.) */,
- "Эпоха Кэмму" /** (abbr.) */,
- "Эпоха Энгэн" /** (abbr.) */,
- "Эпоха Кококу" /** (abbr.) */,
- "Эпоха Сёхэй" /** (abbr.) */,
- "Эпоха Кэнтоку" /** (abbr.) */,
- "Эпоха Бунтю" /** (abbr.) */,
- "Эпоха Иэндзю" /** (abbr.) */,
- "Эпоха Коряку" /** (abbr.) */,
- "Эпоха Кова" /** (abbr.) */,
- "Эпоха Гэнтю" /** (abbr.) */,
- "Эпоха Мэйтоку" /** (abbr.) */,
- "Эпоха Какэй" /** (abbr.) */,
- "Эпоха Коо" /** (abbr.) */,
- "Эпоха Мэйтоку" /** (abbr.) */,
- "Эпоха Оэй" /** (abbr.) */,
- "Эпоха Сётё" /** (abbr.) */,
- "Эпоха Эйкё" /** (abbr.) */,
- "Эпоха Какицу" /** (abbr.) */,
- "Эпоха Банъан" /** (abbr.) */,
- "Эпоха Хотоку" /** (abbr.) */,
- "Эпоха Кётоку" /** (abbr.) */,
- "Эпоха Косё" /** (abbr.) */,
- "Эпоха Тёроку" /** (abbr.) */,
- "Эпоха Кансё" /** (abbr.) */,
- "Эпоха Бунсё" /** (abbr.) */,
- "Эпоха Онин" /** (abbr.) */,
- "Эпоха Буммэй" /** (abbr.) */,
- "Эпоха Тёкё" /** (abbr.) */,
- "Эпоха Энтоку" /** (abbr.) */,
- "Эпоха Мэйо" /** (abbr.) */,
- "Эпоха Бунки" /** (abbr.) */,
- "Эпоха Эйсё" /** (abbr.) */,
- "Эпоха Тайэй" /** (abbr.) */,
- "Эпоха Кёроку" /** (abbr.) */,
- "Эпоха Тэммон" /** (abbr.) */,
- "Эпоха Кодзи" /** (abbr.) */,
- "Эпоха Эйроку" /** (abbr.) */,
- "Эпоха Гэнки" /** (abbr.) */,
- "Эпоха Тэнсё" /** (abbr.) */,
- "Эпоха Бунроку" /** (abbr.) */,
- "Эпоха Кэйтё" /** (abbr.) */,
- "Эпоха Гэнва" /** (abbr.) */,
- "Эпоха Канъэй" /** (abbr.) */,
- "Эпоха Сёхо" /** (abbr.) */,
- "Эпоха Кэйан" /** (abbr.) */,
- "Эпоха Сё" /** (abbr.) */,
- "Эпоха Мэйряку" /** (abbr.) */,
- "Эпоха Мандзи" /** (abbr.) */,
- "Эпоха Камбун" /** (abbr.) */,
- "Эпоха Эмпо" /** (abbr.) */,
- "Эпоха Тэнва" /** (abbr.) */,
- "Эпоха Дзёкё" /** (abbr.) */,
- "Эпоха Гэнроку" /** (abbr.) */,
- "Эпоха Хоэй" /** (abbr.) */,
- "Эпоха Сётоку" /** (abbr.) */,
- "Эпоха Кёхо" /** (abbr.) */,
- "Эпоха Гэмбун" /** (abbr.) */,
- "Эпоха Кампо" /** (abbr.) */,
- "Эпоха Энкё" /** (abbr.) */,
- "Эпоха Канъэн" /** (abbr.) */,
- "Эпоха Хоряку" /** (abbr.) */,
- "Эпоха Мэйва" /** (abbr.) */,
- "Эпоха Анъэй" /** (abbr.) */,
- "Эпоха Тэммэй" /** (abbr.) */,
- "Эпоха Кансэй" /** (abbr.) */,
- "Эпоха Кёва" /** (abbr.) */,
- "Эпоха Бунка" /** (abbr.) */,
- "Эпоха Бунсэй" /** (abbr.) */,
- "Эпоха Тэмпо" /** (abbr.) */,
- "Эпоха Кока" /** (abbr.) */,
- "Эпоха Каэй" /** (abbr.) */,
- "Эпоха Ансэй" /** (abbr.) */,
- "Эпоха Манъэн" /** (abbr.) */,
- "Эпоха Бункю" /** (abbr.) */,
- "Эпоха Гендзи" /** (abbr.) */,
- "Эпоха Кейо" /** (abbr.) */,
- "Мэйдзи",
- "Тайсьо",
- "Сьова",
- "Хэйсэй",
- }
}
}
persian{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ru_MD.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ru_MD.xml
// *
// ***************************************************************************
ru_MD{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ru_RU.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ru_RU.xml
// *
// ***************************************************************************
ru_RU{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ru_UA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ru_UA.xml
// *
// ***************************************************************************
ru_UA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rw_RW.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rw_RW.xml
// *
// ***************************************************************************
rw_RW{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rwk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rwk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rwk_TZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rwk_TZ.xml
// *
// ***************************************************************************
rwk_TZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/saq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/saq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/saq_KE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/saq_KE.xml
// *
// ***************************************************************************
saq_KE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sbp.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sbp.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sbp_TZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sbp_TZ.xml
// *
// ***************************************************************************
sbp_TZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/seh.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/seh.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/seh_MZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/seh_MZ.xml
// *
// ***************************************************************************
seh_MZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ses.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ses.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ses_ML.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ses_ML.xml
// *
// ***************************************************************************
ses_ML{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sg_CF.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sg_CF.xml
// *
// ***************************************************************************
sg_CF{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/shi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/shi.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/shi_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/shi_Latn.xml
// *
// ***************************************************************************
shi_Latn{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/shi_Latn_MA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/shi_Latn_MA.xml
// *
// ***************************************************************************
shi_Latn_MA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/shi_Tfng.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/shi_Tfng.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/shi_Tfng_MA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/shi_Tfng_MA.xml
// *
// ***************************************************************************
shi_Tfng_MA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/si.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/si.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/si_LK.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/si_LK.xml
// *
// ***************************************************************************
si_LK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sk_SK.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sk_SK.xml
// *
// ***************************************************************************
sk_SK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sl_SI.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sl_SI.xml
// *
// ***************************************************************************
sl_SI{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sn_ZW.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sn_ZW.xml
// *
// ***************************************************************************
sn_ZW{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/so.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/so.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/so_DJ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/so_DJ.xml
// *
// ***************************************************************************
so_DJ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/so_ET.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/so_ET.xml
// *
// ***************************************************************************
so_ET{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/so_KE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/so_KE.xml
// *
// ***************************************************************************
so_KE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/so_SO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/so_SO.xml
// *
// ***************************************************************************
so_SO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sq_AL.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sq_AL.xml
// *
// ***************************************************************************
sq_AL{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr_Cyrl_BA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr_Cyrl_BA.xml
// *
// ***************************************************************************
sr_Cyrl_BA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr_Cyrl_ME.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr_Cyrl_ME.xml
// *
// ***************************************************************************
sr_Cyrl_ME{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr_Cyrl_RS.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr_Cyrl_RS.xml
// *
// ***************************************************************************
sr_Cyrl_RS{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr_Latn.xml
// *
// ***************************************************************************
/**
}
}
unitsShort{
- day{
- few{"{0} dana"}
- many{"{0} dana"}
- one{"{0} dan"}
- other{"{0} dan"}
- }
- hour{
- few{"{0} sata"}
- many{"{0} sati"}
- one{"{0} sat"}
- other{"{0} sat"}
- }
- minute{
- few{"{0} min"}
- many{"{0} min"}
- one{"{0} min"}
- other{"{0} min"}
- }
- month{
- few{"{0} mes"}
- many{"{0} mes"}
- one{"{0} mes"}
- other{"{0} mes"}
- }
- second{
- few{"{0} sek"}
- many{"{0} sek"}
- one{"{0} sek"}
- other{"{0} sek"}
- }
- week{
- few{"{0} ned"}
- many{"{0} ned"}
- one{"{0} ned"}
- other{"{0} ned"}
- }
year{
- few{"{0} god"}
- many{"{0} god"}
- one{"{0} god"}
other{"{0} god"}
}
}
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr_Latn_BA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr_Latn_BA.xml
// *
// ***************************************************************************
sr_Latn_BA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr_Latn_ME.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr_Latn_ME.xml
// *
// ***************************************************************************
sr_Latn_ME{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr_Latn_RS.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr_Latn_RS.xml
// *
// ***************************************************************************
sr_Latn_RS{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sv.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sv.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sv_FI.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sv_FI.xml
// *
// ***************************************************************************
sv_FI{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sv_SE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sv_SE.xml
// *
// ***************************************************************************
sv_SE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sw_KE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sw_KE.xml
// *
// ***************************************************************************
sw_KE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sw_TZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sw_TZ.xml
// *
// ***************************************************************************
sw_TZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/swc.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/swc.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/swc_CD.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/swc_CD.xml
// *
// ***************************************************************************
swc_CD{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ta.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ta.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ta_IN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ta_IN.xml
// *
// ***************************************************************************
ta_IN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ta_LK.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ta_LK.xml
// *
// ***************************************************************************
ta_LK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/te.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/te.xml
// *
// ***************************************************************************
/**
calendar{
gregorian{
AmPmMarkers{
- "à°\89",
- "సా",
+ "à°ªà±\82à°°à±\8dవాహà±\8dà°¨à°\82",
+ "à°\85పరాహà±\8dà°¨à°\82",
}
DateTimePatterns{
"h:mm:ss a zzzz",
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/te_IN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/te_IN.xml
// *
// ***************************************************************************
te_IN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/teo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/teo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/teo_KE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/teo_KE.xml
// *
// ***************************************************************************
teo_KE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/teo_UG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/teo_UG.xml
// *
// ***************************************************************************
teo_UG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/th.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/th.xml
// *
// ***************************************************************************
/**
"เฮเซ",
}
narrow{
- "ทะอิกะ" /** (abbr.) */,
- "ฮะกุชิ" /** (abbr.) */,
- "ฮากุโฮ" /** (abbr.) */,
- "ชุโช" /** (abbr.) */,
- "ทะอิโฮ" /** (abbr.) */,
- "เคอุง" /** (abbr.) */,
- "วะโด" /** (abbr.) */,
- "เรกิ" /** (abbr.) */,
- "โยโร" /** (abbr.) */,
- "จิงกิ" /** (abbr.) */,
- "เท็มเพียว" /** (abbr.) */,
- "เท็มเพียว-คัมโป" /** (abbr.) */,
- "เท็มเพียว-โชโฮ" /** (abbr.) */,
- "เท็มเพียว-โฮจิ" /** (abbr.) */,
- "เท็มเพียว-จิงโงะ" /** (abbr.) */,
- "จิงโงะ-เคอุง" /** (abbr.) */,
- "โฮกิ" /** (abbr.) */,
- "เท็นโอ" /** (abbr.) */,
- "เอ็นเรียะกุ" /** (abbr.) */,
- "ดะอิโด" /** (abbr.) */,
- "โคนิง" /** (abbr.) */,
- "เท็นโช" /** (abbr.) */,
- "โชวะ" /** (abbr.) */,
- "คะโจ" /** (abbr.) */,
- "นินจุ" /** (abbr.) */,
- "ซะอิโกะ" /** (abbr.) */,
- "เท็นนัง" /** (abbr.) */,
- "โจงัง" /** (abbr.) */,
- "เก็งเก" /** (abbr.) */,
- "นินนะ" /** (abbr.) */,
- "คัมเพียว" /** (abbr.) */,
- "โชตะอิ" /** (abbr.) */,
- "เอ็งงิ" /** (abbr.) */,
- "เอ็นโช" /** (abbr.) */,
- "โชเฮ" /** (abbr.) */,
- "เท็งเงียว" /** (abbr.) */,
- "เท็นเรียะกุ" /** (abbr.) */,
- "เท็นโตะกุ" /** (abbr.) */,
- "โอวะ" /** (abbr.) */,
- "โคโฮ" /** (abbr.) */,
- "อันนะ" /** (abbr.) */,
- "เท็นโระกุ" /** (abbr.) */,
- "เท็นเอ็ง" /** (abbr.) */,
- "โจเง็ง" /** (abbr.) */,
- "เท็งเง็ง" /** (abbr.) */,
- "เอกัง" /** (abbr.) */,
- "คันนะ" /** (abbr.) */,
- "เอเอ็ง" /** (abbr.) */,
- "เอโซ" /** (abbr.) */,
- "โชเรียะกุ" /** (abbr.) */,
- "โชโตะกุ" /** (abbr.) */,
- "โชโฮ" /** (abbr.) */,
- "คันโก" /** (abbr.) */,
- "โชวะ" /** (abbr.) */,
- "คันนิง" /** (abbr.) */,
- "จิอัง" /** (abbr.) */,
- "มันจุ" /** (abbr.) */,
- "โชเง็ง" /** (abbr.) */,
- "โชเรียะกุ" /** (abbr.) */,
- "โชคีว" /** (abbr.) */,
- "คันโตะกุ" /** (abbr.) */,
- "เอโช" /** (abbr.) */,
- "เท็งงิ" /** (abbr.) */,
- "โคเฮ" /** (abbr.) */,
- "จิเรียะกุ" /** (abbr.) */,
- "เอ็งคีว" /** (abbr.) */,
- "โชโฮ" /** (abbr.) */,
- "โชเรียะกุ" /** (abbr.) */,
- "เอโฮะ" /** (abbr.) */,
- "โอโตะกุ" /** (abbr.) */,
- "คันจิ" /** (abbr.) */,
- "คะโฮะ" /** (abbr.) */,
- "เอโช" /** (abbr.) */,
- "โชโตะกุ" /** (abbr.) */,
- "โควะ" /** (abbr.) */,
- "โชจิ" /** (abbr.) */,
- "คะโช" /** (abbr.) */,
- "เท็นนิง" /** (abbr.) */,
- "เท็นเอ" /** (abbr.) */,
- "เอกีว" /** (abbr.) */,
- "เก็นเอ" /** (abbr.) */,
- "โฮะอัง" /** (abbr.) */,
- "เท็นจิ" /** (abbr.) */,
- "ดะอิจิ" /** (abbr.) */,
- "เท็นโช" /** (abbr.) */,
- "โชโช" /** (abbr.) */,
- "โฮะเอ็ง" /** (abbr.) */,
- "เอจิ" /** (abbr.) */,
- "โคจิ" /** (abbr.) */,
- "เท็นโย" /** (abbr.) */,
- "คีวอัง" /** (abbr.) */,
- "นิมเป" /** (abbr.) */,
- "คีวจุ" /** (abbr.) */,
- "โฮะเง็ง" /** (abbr.) */,
- "เฮจิ" /** (abbr.) */,
- "เอเรียะกุ" /** (abbr.) */,
- "โอโฮ" /** (abbr.) */,
- "โชกัง" /** (abbr.) */,
- "เอมัง" /** (abbr.) */,
- "นินอัง" /** (abbr.) */,
- "คะโอ" /** (abbr.) */,
- "โชอัง" /** (abbr.) */,
- "อังเง็ง" /** (abbr.) */,
- "จิโช" /** (abbr.) */,
- "โยวะ" /** (abbr.) */,
- "จุเอ" /** (abbr.) */,
- "เก็นเรียะกุ" /** (abbr.) */,
- "บุนจิ" /** (abbr.) */,
- "เค็งกีว" /** (abbr.) */,
- "โชจิ" /** (abbr.) */,
- "เค็นนิง" /** (abbr.) */,
- "เก็งกีว" /** (abbr.) */,
- "เค็นเอ" /** (abbr.) */,
- "โชเก็ง" /** (abbr.) */,
- "เค็นเรียะกุ" /** (abbr.) */,
- "เค็มโป" /** (abbr.) */,
- "โชกีว" /** (abbr.) */,
- "โจโอ" /** (abbr.) */,
- "เก็นนิง" /** (abbr.) */,
- "คะโระกุ" /** (abbr.) */,
- "อันเต" /** (abbr.) */,
- "คังกิ" /** (abbr.) */,
- "โจเอ" /** (abbr.) */,
- "เท็มปุกุ" /** (abbr.) */,
- "บุนเรียะกุ" /** (abbr.) */,
- "คะเต" /** (abbr.) */,
- "เรียะกุนิง" /** (abbr.) */,
- "เอ็นโอ" /** (abbr.) */,
- "นินจิ" /** (abbr.) */,
- "คังเง็ง" /** (abbr.) */,
- "โฮจิ" /** (abbr.) */,
- "เค็นโช" /** (abbr.) */,
- "โคเง็ง" /** (abbr.) */,
- "โชกะ" /** (abbr.) */,
- "โชเง็ง" /** (abbr.) */,
- "บุนโอ" /** (abbr.) */,
- "โคโช" /** (abbr.) */,
- "บุนเอ" /** (abbr.) */,
- "เค็นจิ" /** (abbr.) */,
- "โคอัง" /** (abbr.) */,
- "โชโอ" /** (abbr.) */,
- "เอนิง" /** (abbr.) */,
- "โชอัง" /** (abbr.) */,
- "เค็งเง็ง" /** (abbr.) */,
- "คะเง็ง" /** (abbr.) */,
- "โทะกุจิ" /** (abbr.) */,
- "เอ็งเก" /** (abbr.) */,
- "โอโช" /** (abbr.) */,
- "โชวะ" /** (abbr.) */,
- "บุมโป" /** (abbr.) */,
- "เก็นโอ" /** (abbr.) */,
- "เก็งเกียว" /** (abbr.) */,
- "โชชู" /** (abbr.) */,
- "คะเระกิ" /** (abbr.) */,
- "เก็นโตะกุ" /** (abbr.) */,
- "เก็งโก" /** (abbr.) */,
- "เค็มมุ" /** (abbr.) */,
- "เอ็งเง็ง" /** (abbr.) */,
- "โคโกะกุ" /** (abbr.) */,
- "โชเฮ" /** (abbr.) */,
- "เค็นโตะกุ" /** (abbr.) */,
- "บุนชู" /** (abbr.) */,
- "เท็นจุ" /** (abbr.) */,
- "โคเรียะกุ" /** (abbr.) */,
- "โควะ" /** (abbr.) */,
- "เก็นชู" /** (abbr.) */,
- "เมโตะกุ" /** (abbr.) */,
- "คะเค" /** (abbr.) */,
- "โคโอ" /** (abbr.) */,
- "เมโตะกุ" /** (abbr.) */,
- "โอเอ" /** (abbr.) */,
- "โชโช" /** (abbr.) */,
- "เอเกียว" /** (abbr.) */,
- "คะกิสึ" /** (abbr.) */,
- "บุนอัง" /** (abbr.) */,
- "โฮโตะกุ" /** (abbr.) */,
- "เคียวโตะกุ" /** (abbr.) */,
- "โคโช" /** (abbr.) */,
- "โชโระกุ" /** (abbr.) */,
- "คันโช" /** (abbr.) */,
- "บุนโช" /** (abbr.) */,
- "โอนิง" /** (abbr.) */,
- "บุมเม" /** (abbr.) */,
- "โชเกียว" /** (abbr.) */,
- "เอ็นโตะกุ" /** (abbr.) */,
- "เมโอ" /** (abbr.) */,
- "บุงกิ" /** (abbr.) */,
- "เอโช" /** (abbr.) */,
- "ทะอิเอ" /** (abbr.) */,
- "เคียวโระกุ" /** (abbr.) */,
- "เท็มมน" /** (abbr.) */,
- "โคจิ" /** (abbr.) */,
- "เอโระกุ" /** (abbr.) */,
- "เก็งกิ" /** (abbr.) */,
- "เท็นโช" /** (abbr.) */,
- "บุนโระกุ" /** (abbr.) */,
- "เคโช" /** (abbr.) */,
- "เก็งวะ" /** (abbr.) */,
- "คันเอ" /** (abbr.) */,
- "โชโฮ" /** (abbr.) */,
- "เคอัง" /** (abbr.) */,
- "โชโอ" /** (abbr.) */,
- "เมเรียะกุ" /** (abbr.) */,
- "มันจิ" /** (abbr.) */,
- "คัมบุง" /** (abbr.) */,
- "เอ็มโป" /** (abbr.) */,
- "เท็นวะ" /** (abbr.) */,
- "โจเกียว" /** (abbr.) */,
- "เก็นโระกุ" /** (abbr.) */,
- "โฮเอ" /** (abbr.) */,
- "โชโตะกุ" /** (abbr.) */,
- "เคียวโฮ" /** (abbr.) */,
- "เก็มบุง" /** (abbr.) */,
- "คัมโป" /** (abbr.) */,
- "เอ็งเกียว" /** (abbr.) */,
- "คันเอ็ง" /** (abbr.) */,
- "โฮเรียะกุ" /** (abbr.) */,
- "เมวะ" /** (abbr.) */,
- "อันเอ" /** (abbr.) */,
- "เท็มเม" /** (abbr.) */,
- "คันเซ" /** (abbr.) */,
- "เคียววะ" /** (abbr.) */,
- "บุงกะ" /** (abbr.) */,
- "บุนเซ" /** (abbr.) */,
- "เท็มโป" /** (abbr.) */,
- "โคกะ" /** (abbr.) */,
- "คะเอ" /** (abbr.) */,
- "อันเซ" /** (abbr.) */,
- "มันเอ็ง" /** (abbr.) */,
- "บุงกีว" /** (abbr.) */,
- "เก็นจิ" /** (abbr.) */,
- "เคโอ" /** (abbr.) */,
+ "ทะอิกะ",
+ "ฮะกุชิ",
+ "ฮากุโฮ",
+ "ชุโช",
+ "ทะอิโฮ",
+ "เคอุง",
+ "วะโด",
+ "เรกิ",
+ "โยโร",
+ "จิงกิ",
+ "เท็มเพียว",
+ "เท็มเพียว-คัมโป",
+ "เท็มเพียว-โชโฮ",
+ "เท็มเพียว-โฮจิ",
+ "เท็มเพียว-จิงโงะ",
+ "จิงโงะ-เคอุง",
+ "โฮกิ",
+ "เท็นโอ",
+ "เอ็นเรียะกุ",
+ "ดะอิโด",
+ "โคนิง",
+ "เท็นโช",
+ "โชวะ",
+ "คะโจ",
+ "นินจุ",
+ "ซะอิโกะ",
+ "เท็นนัง",
+ "โจงัง",
+ "เก็งเก",
+ "นินนะ",
+ "คัมเพียว",
+ "โชตะอิ",
+ "เอ็งงิ",
+ "เอ็นโช",
+ "โชเฮ",
+ "เท็งเงียว",
+ "เท็นเรียะกุ",
+ "เท็นโตะกุ",
+ "โอวะ",
+ "โคโฮ",
+ "อันนะ",
+ "เท็นโระกุ",
+ "เท็นเอ็ง",
+ "โจเง็ง",
+ "เท็งเง็ง",
+ "เอกัง",
+ "คันนะ",
+ "เอเอ็ง",
+ "เอโซ",
+ "โชเรียะกุ",
+ "โชโตะกุ",
+ "โชโฮ",
+ "คันโก",
+ "โชวะ",
+ "คันนิง",
+ "จิอัง",
+ "มันจุ",
+ "โชเง็ง",
+ "โชเรียะกุ",
+ "โชคีว",
+ "คันโตะกุ",
+ "เอโช",
+ "เท็งงิ",
+ "โคเฮ",
+ "จิเรียะกุ",
+ "เอ็งคีว",
+ "โชโฮ",
+ "โชเรียะกุ",
+ "เอโฮะ",
+ "โอโตะกุ",
+ "คันจิ",
+ "คะโฮะ",
+ "เอโช",
+ "โชโตะกุ",
+ "โควะ",
+ "โชจิ",
+ "คะโช",
+ "เท็นนิง",
+ "เท็นเอ",
+ "เอกีว",
+ "เก็นเอ",
+ "โฮะอัง",
+ "เท็นจิ",
+ "ดะอิจิ",
+ "เท็นโช",
+ "โชโช",
+ "โฮะเอ็ง",
+ "เอจิ",
+ "โคจิ",
+ "เท็นโย",
+ "คีวอัง",
+ "นิมเป",
+ "คีวจุ",
+ "โฮะเง็ง",
+ "เฮจิ",
+ "เอเรียะกุ",
+ "โอโฮ",
+ "โชกัง",
+ "เอมัง",
+ "นินอัง",
+ "คะโอ",
+ "โชอัง",
+ "อังเง็ง",
+ "จิโช",
+ "โยวะ",
+ "จุเอ",
+ "เก็นเรียะกุ",
+ "บุนจิ",
+ "เค็งกีว",
+ "โชจิ",
+ "เค็นนิง",
+ "เก็งกีว",
+ "เค็นเอ",
+ "โชเก็ง",
+ "เค็นเรียะกุ",
+ "เค็มโป",
+ "โชกีว",
+ "โจโอ",
+ "เก็นนิง",
+ "คะโระกุ",
+ "อันเต",
+ "คังกิ",
+ "โจเอ",
+ "เท็มปุกุ",
+ "บุนเรียะกุ",
+ "คะเต",
+ "เรียะกุนิง",
+ "เอ็นโอ",
+ "นินจิ",
+ "คังเง็ง",
+ "โฮจิ",
+ "เค็นโช",
+ "โคเง็ง",
+ "โชกะ",
+ "โชเง็ง",
+ "บุนโอ",
+ "โคโช",
+ "บุนเอ",
+ "เค็นจิ",
+ "โคอัง",
+ "โชโอ",
+ "เอนิง",
+ "โชอัง",
+ "เค็งเง็ง",
+ "คะเง็ง",
+ "โทะกุจิ",
+ "เอ็งเก",
+ "โอโช",
+ "โชวะ",
+ "บุมโป",
+ "เก็นโอ",
+ "เก็งเกียว",
+ "โชชู",
+ "คะเระกิ",
+ "เก็นโตะกุ",
+ "เก็งโก",
+ "เค็มมุ",
+ "เอ็งเง็ง",
+ "โคโกะกุ",
+ "โชเฮ",
+ "เค็นโตะกุ",
+ "บุนชู",
+ "เท็นจุ",
+ "โคเรียะกุ",
+ "โควะ",
+ "เก็นชู",
+ "เมโตะกุ",
+ "คะเค",
+ "โคโอ",
+ "เมโตะกุ",
+ "โอเอ",
+ "โชโช",
+ "เอเกียว",
+ "คะกิสึ",
+ "บุนอัง",
+ "โฮโตะกุ",
+ "เคียวโตะกุ",
+ "โคโช",
+ "โชโระกุ",
+ "คันโช",
+ "บุนโช",
+ "โอนิง",
+ "บุมเม",
+ "โชเกียว",
+ "เอ็นโตะกุ",
+ "เมโอ",
+ "บุงกิ",
+ "เอโช",
+ "ทะอิเอ",
+ "เคียวโระกุ",
+ "เท็มมน",
+ "โคจิ",
+ "เอโระกุ",
+ "เก็งกิ",
+ "เท็นโช",
+ "บุนโระกุ",
+ "เคโช",
+ "เก็งวะ",
+ "คันเอ",
+ "โชโฮ",
+ "เคอัง",
+ "โชโอ",
+ "เมเรียะกุ",
+ "มันจิ",
+ "คัมบุง",
+ "เอ็มโป",
+ "เท็นวะ",
+ "โจเกียว",
+ "เก็นโระกุ",
+ "โฮเอ",
+ "โชโตะกุ",
+ "เคียวโฮ",
+ "เก็มบุง",
+ "คัมโป",
+ "เอ็งเกียว",
+ "คันเอ็ง",
+ "โฮเรียะกุ",
+ "เมวะ",
+ "อันเอ",
+ "เท็มเม",
+ "คันเซ",
+ "เคียววะ",
+ "บุงกะ",
+ "บุนเซ",
+ "เท็มโป",
+ "โคกะ",
+ "คะเอ",
+ "อันเซ",
+ "มันเอ็ง",
+ "บุงกีว",
+ "เก็นจิ",
+ "เคโอ",
"ม",
"ท",
"ช",
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/th_TH.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/th_TH.xml
// *
// ***************************************************************************
th_TH{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ti.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ti.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ti_ER.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ti_ER.xml
// *
// ***************************************************************************
ti_ER{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ti_ET.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ti_ET.xml
// *
// ***************************************************************************
ti_ET{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/to.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/to.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/to_TO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/to_TO.xml
// *
// ***************************************************************************
to_TO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/tr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/tr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/tr_TR.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/tr_TR.xml
// *
// ***************************************************************************
tr_TR{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/twq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/twq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/twq_NE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/twq_NE.xml
// *
// ***************************************************************************
twq_NE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/tzm.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/tzm.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/tzm_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/tzm_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/tzm_Latn_MA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/tzm_Latn_MA.xml
// *
// ***************************************************************************
tzm_Latn_MA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uk_UA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uk_UA.xml
// *
// ***************************************************************************
uk_UA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ur.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ur.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ur_IN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ur_IN.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ur_PK.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ur_PK.xml
// *
// ***************************************************************************
ur_PK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz_Arab.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz_Arab.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz_Arab_AF.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz_Arab_AF.xml
// *
// ***************************************************************************
uz_Arab_AF{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz_Cyrl_UZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz_Cyrl_UZ.xml
// *
// ***************************************************************************
uz_Cyrl_UZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz_Latn_UZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz_Latn_UZ.xml
// *
// ***************************************************************************
uz_Latn_UZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vai.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vai.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vai_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vai_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vai_Latn_LR.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vai_Latn_LR.xml
// *
// ***************************************************************************
vai_Latn_LR{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vai_Vaii.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vai_Vaii.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vai_Vaii_LR.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vai_Vaii_LR.xml
// *
// ***************************************************************************
vai_Vaii_LR{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vi.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vi_VN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vi_VN.xml
// *
// ***************************************************************************
vi_VN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vun.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vun.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vun_TZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vun_TZ.xml
// *
// ***************************************************************************
vun_TZ{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/xog.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/xog.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/xog_UG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/xog_UG.xml
// *
// ***************************************************************************
xog_UG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/yav.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/yav.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/yav_CM.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/yav_CM.xml
// *
// ***************************************************************************
yav_CM{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/yo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/yo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/yo_NG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/yo_NG.xml
// *
// ***************************************************************************
yo_NG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans_CN.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans_CN.xml
// *
// ***************************************************************************
zh_Hans_CN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans_HK.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans_HK.xml
// *
// ***************************************************************************
zh_Hans_HK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans_MO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans_MO.xml
// *
// ***************************************************************************
zh_Hans_MO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans_SG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans_SG.xml
// *
// ***************************************************************************
zh_Hans_SG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hant.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hant.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hant_HK.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hant_HK.xml
// *
// ***************************************************************************
zh_Hant_HK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hant_MO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hant_MO.xml
// *
// ***************************************************************************
zh_Hant_MO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hant_TW.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hant_TW.xml
// *
// ***************************************************************************
zh_Hant_TW{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zu_ZA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zu_ZA.xml
// *
// ***************************************************************************
zu_ZA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/likelySubtags.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/likelySubtags.xml
// *
// ***************************************************************************
likelySubtags:table(nofallback){
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/metaZones.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/metaZones.xml
// *
// ***************************************************************************
metaZones:table(nofallback){
}
metazoneInfo{
"Africa:Abidjan"{
- {
- "GMT",
- }
+ {"GMT"}
}
"Africa:Accra"{
- {
- "GMT",
- }
+ {"GMT"}
}
"Africa:Addis_Ababa"{
- {
- "Africa_Eastern",
- }
+ {"Africa_Eastern"}
}
"Africa:Algiers"{
{
}
}
"Africa:Asmera"{
- {
- "Africa_Eastern",
- }
+ {"Africa_Eastern"}
}
"Africa:Bamako"{
- {
- "GMT",
- }
+ {"GMT"}
}
"Africa:Bangui"{
- {
- "Africa_Western",
- }
+ {"Africa_Western"}
}
"Africa:Banjul"{
- {
- "GMT",
- }
+ {"GMT"}
}
"Africa:Bissau"{
{
}
}
"Africa:Blantyre"{
- {
- "Africa_Central",
- }
+ {"Africa_Central"}
}
"Africa:Brazzaville"{
- {
- "Africa_Western",
- }
+ {"Africa_Western"}
}
"Africa:Bujumbura"{
- {
- "Africa_Central",
- }
+ {"Africa_Central"}
}
"Africa:Cairo"{
- {
- "Europe_Eastern",
- }
+ {"Europe_Eastern"}
}
"Africa:Casablanca"{
{
}
}
"Africa:Conakry"{
- {
- "GMT",
- }
+ {"GMT"}
}
"Africa:Dakar"{
- {
- "GMT",
- }
+ {"GMT"}
}
"Africa:Dar_es_Salaam"{
- {
- "Africa_Eastern",
- }
+ {"Africa_Eastern"}
}
"Africa:Djibouti"{
- {
- "Africa_Eastern",
- }
+ {"Africa_Eastern"}
}
"Africa:Douala"{
- {
- "Africa_Western",
- }
+ {"Africa_Western"}
}
"Africa:El_Aaiun"{
{
}
}
"Africa:Freetown"{
- {
- "GMT",
- }
+ {"GMT"}
}
"Africa:Gaborone"{
- {
- "Africa_Central",
- }
+ {"Africa_Central"}
}
"Africa:Harare"{
- {
- "Africa_Central",
- }
+ {"Africa_Central"}
}
"Africa:Johannesburg"{
- {
- "Africa_Southern",
- }
+ {"Africa_Southern"}
}
"Africa:Juba"{
{
}
}
"Africa:Kampala"{
- {
- "Africa_Eastern",
- }
+ {"Africa_Eastern"}
}
"Africa:Khartoum"{
{
}
}
"Africa:Kigali"{
- {
- "Africa_Central",
- }
+ {"Africa_Central"}
}
"Africa:Kinshasa"{
- {
- "Africa_Western",
- }
+ {"Africa_Western"}
}
"Africa:Lagos"{
- {
- "Africa_Western",
- }
+ {"Africa_Western"}
}
"Africa:Libreville"{
- {
- "Africa_Western",
- }
+ {"Africa_Western"}
}
"Africa:Lome"{
- {
- "GMT",
- }
+ {"GMT"}
}
"Africa:Luanda"{
- {
- "Africa_Western",
- }
+ {"Africa_Western"}
}
"Africa:Lubumbashi"{
- {
- "Africa_Central",
- }
+ {"Africa_Central"}
}
"Africa:Lusaka"{
- {
- "Africa_Central",
- }
+ {"Africa_Central"}
}
"Africa:Malabo"{
- {
- "Africa_Western",
- }
+ {"Africa_Western"}
}
"Africa:Maputo"{
- {
- "Africa_Central",
- }
+ {"Africa_Central"}
}
"Africa:Maseru"{
- {
- "Africa_Southern",
- }
+ {"Africa_Southern"}
}
"Africa:Mbabane"{
- {
- "Africa_Southern",
- }
+ {"Africa_Southern"}
}
"Africa:Mogadishu"{
- {
- "Africa_Eastern",
- }
+ {"Africa_Eastern"}
}
"Africa:Monrovia"{
{
}
}
"Africa:Nairobi"{
- {
- "Africa_Eastern",
- }
+ {"Africa_Eastern"}
}
"Africa:Ndjamena"{
- {
- "Africa_Western",
- }
+ {"Africa_Western"}
}
"Africa:Niamey"{
- {
- "Africa_Western",
- }
+ {"Africa_Western"}
}
"Africa:Nouakchott"{
- {
- "GMT",
- }
+ {"GMT"}
}
"Africa:Ouagadougou"{
- {
- "GMT",
- }
+ {"GMT"}
}
"Africa:Porto-Novo"{
- {
- "Africa_Western",
- }
+ {"Africa_Western"}
}
"Africa:Sao_Tome"{
- {
- "GMT",
- }
+ {"GMT"}
}
"Africa:Tripoli"{
{
}
}
"Africa:Tunis"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Africa:Windhoek"{
{
}
}
"America:Anguilla"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Antigua"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Araguaina"{
- {
- "Brasilia",
- }
+ {"Brasilia"}
}
"America:Argentina:La_Rioja"{
{
}
}
"America:Aruba"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Asuncion"{
- {
- "Paraguay",
- }
+ {"Paraguay"}
}
"America:Bahia"{
- {
- "Brasilia",
- }
+ {"Brasilia"}
}
"America:Bahia_Banderas"{
{
}
}
"America:Barbados"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Belem"{
- {
- "Brasilia",
- }
+ {"Brasilia"}
}
"America:Belize"{
- {
- "America_Central",
- }
+ {"America_Central"}
}
"America:Blanc-Sablon"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Boa_Vista"{
- {
- "Amazon",
- }
+ {"Amazon"}
}
"America:Bogota"{
- {
- "Colombia",
- }
+ {"Colombia"}
}
"America:Boise"{
- {
- "America_Mountain",
- }
+ {"America_Mountain"}
}
"America:Buenos_Aires"{
- {
- "Argentina",
- }
+ {"Argentina"}
}
"America:Cambridge_Bay"{
{
}
}
"America:Campo_Grande"{
- {
- "Amazon",
- }
+ {"Amazon"}
}
"America:Cancun"{
{
}
}
"America:Caracas"{
- {
- "Venezuela",
- }
+ {"Venezuela"}
}
"America:Catamarca"{
{
}
}
"America:Cayenne"{
- {
- "French_Guiana",
- }
+ {"French_Guiana"}
}
"America:Cayman"{
- {
- "America_Eastern",
- }
+ {"America_Eastern"}
}
"America:Chicago"{
- {
- "America_Central",
- }
+ {"America_Central"}
}
"America:Chihuahua"{
{
}
}
"America:Coral_Harbour"{
- {
- "America_Eastern",
- }
+ {"America_Eastern"}
}
"America:Cordoba"{
{
}
}
"America:Costa_Rica"{
- {
- "America_Central",
- }
+ {"America_Central"}
}
"America:Creston"{
- {
- "America_Mountain",
- }
+ {"America_Mountain"}
}
"America:Cuiaba"{
- {
- "Amazon",
- }
+ {"Amazon"}
}
"America:Curacao"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Danmarkshavn"{
{
}
}
"America:Denver"{
- {
- "America_Mountain",
- }
+ {"America_Mountain"}
}
"America:Detroit"{
- {
- "America_Eastern",
- }
+ {"America_Eastern"}
}
"America:Dominica"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Edmonton"{
- {
- "America_Mountain",
- }
+ {"America_Mountain"}
}
"America:Eirunepe"{
{
}
}
"America:El_Salvador"{
- {
- "America_Central",
- }
+ {"America_Central"}
}
"America:Fortaleza"{
- {
- "Brasilia",
- }
+ {"Brasilia"}
}
"America:Glace_Bay"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Godthab"{
- {
- "Greenland_Western",
- }
+ {"Greenland_Western"}
}
"America:Goose_Bay"{
{
}
}
"America:Grand_Turk"{
- {
- "America_Eastern",
- }
+ {"America_Eastern"}
}
"America:Grenada"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Guadeloupe"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Guatemala"{
- {
- "America_Central",
- }
+ {"America_Central"}
}
"America:Guayaquil"{
- {
- "Ecuador",
- }
+ {"Ecuador"}
}
"America:Guyana"{
- {
- "Guyana",
- }
+ {"Guyana"}
}
"America:Halifax"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Havana"{
- {
- "Cuba",
- }
+ {"Cuba"}
}
"America:Hermosillo"{
{
}
}
"America:Indiana:Vevay"{
- {
- "America_Eastern",
- }
+ {"America_Eastern"}
}
"America:Indiana:Vincennes"{
{
}
}
"America:Indianapolis"{
- {
- "America_Eastern",
- }
+ {"America_Eastern"}
}
"America:Inuvik"{
{
}
}
"America:Jamaica"{
- {
- "America_Eastern",
- }
+ {"America_Eastern"}
}
"America:Jujuy"{
{
}
}
"America:Kralendijk"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:La_Paz"{
- {
- "Bolivia",
- }
+ {"Bolivia"}
}
"America:Lima"{
- {
- "Peru",
- }
+ {"Peru"}
}
"America:Los_Angeles"{
- {
- "America_Pacific",
- }
+ {"America_Pacific"}
}
"America:Louisville"{
{
}
}
"America:Lower_Princes"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Maceio"{
- {
- "Brasilia",
- }
+ {"Brasilia"}
}
"America:Managua"{
{
}
}
"America:Manaus"{
- {
- "Amazon",
- }
+ {"Amazon"}
}
"America:Marigot"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Martinique"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Matamoros"{
- {
- "America_Central",
- }
+ {"America_Central"}
}
"America:Mazatlan"{
{
}
}
"America:Metlakatla"{
- {
- "America_Pacific",
- }
+ {"America_Pacific"}
}
"America:Mexico_City"{
- {
- "America_Central",
- }
+ {"America_Central"}
}
"America:Miquelon"{
{
}
}
"America:Moncton"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Monterrey"{
- {
- "America_Central",
- }
+ {"America_Central"}
}
"America:Montevideo"{
- {
- "Uruguay",
- }
+ {"Uruguay"}
}
"America:Montreal"{
- {
- "America_Eastern",
- }
+ {"America_Eastern"}
}
"America:Montserrat"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Nassau"{
- {
- "America_Eastern",
- }
+ {"America_Eastern"}
}
"America:New_York"{
- {
- "America_Eastern",
- }
+ {"America_Eastern"}
}
"America:Nipigon"{
- {
- "America_Eastern",
- }
+ {"America_Eastern"}
}
"America:Nome"{
{
}
}
"America:Noronha"{
- {
- "Noronha",
- }
+ {"Noronha"}
}
"America:North_Dakota:Beulah"{
{
}
}
"America:Panama"{
- {
- "America_Eastern",
- }
+ {"America_Eastern"}
}
"America:Pangnirtung"{
{
}
}
"America:Phoenix"{
- {
- "America_Mountain",
- }
+ {"America_Mountain"}
}
"America:Port-au-Prince"{
- {
- "America_Eastern",
- }
+ {"America_Eastern"}
}
"America:Port_of_Spain"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Porto_Velho"{
- {
- "Amazon",
- }
+ {"Amazon"}
}
"America:Puerto_Rico"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Rainy_River"{
- {
- "America_Central",
- }
+ {"America_Central"}
}
"America:Rankin_Inlet"{
{
}
}
"America:Recife"{
- {
- "Brasilia",
- }
+ {"Brasilia"}
}
"America:Regina"{
- {
- "America_Central",
- }
+ {"America_Central"}
}
"America:Resolute"{
{
}
}
"America:Santa_Isabel"{
- {
- "America_Pacific",
- }
+ {"America_Pacific"}
}
"America:Santarem"{
{
}
}
"America:Santiago"{
- {
- "Chile",
- }
+ {"Chile"}
}
"America:Santo_Domingo"{
{
}
}
"America:Sao_Paulo"{
- {
- "Brasilia",
- }
+ {"Brasilia"}
}
"America:Scoresbysund"{
{
}
}
"America:Shiprock"{
- {
- "America_Mountain",
- }
+ {"America_Mountain"}
}
"America:Sitka"{
{
}
}
"America:St_Barthelemy"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:St_Johns"{
- {
- "Newfoundland",
- }
+ {"Newfoundland"}
}
"America:St_Kitts"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:St_Lucia"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:St_Thomas"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:St_Vincent"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Swift_Current"{
{
}
}
"America:Tegucigalpa"{
- {
- "America_Central",
- }
+ {"America_Central"}
}
"America:Thule"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Thunder_Bay"{
- {
- "America_Eastern",
- }
+ {"America_Eastern"}
}
"America:Tijuana"{
- {
- "America_Pacific",
- }
+ {"America_Pacific"}
}
"America:Toronto"{
- {
- "America_Eastern",
- }
+ {"America_Eastern"}
}
"America:Tortola"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"America:Vancouver"{
- {
- "America_Pacific",
- }
+ {"America_Pacific"}
}
"America:Whitehorse"{
- {
- "America_Pacific",
- }
+ {"America_Pacific"}
}
"America:Winnipeg"{
- {
- "America_Central",
- }
+ {"America_Central"}
}
"America:Yakutat"{
{
}
}
"America:Yellowknife"{
- {
- "America_Mountain",
- }
+ {"America_Mountain"}
}
"Antarctica:Casey"{
{
}
}
"Antarctica:Davis"{
- {
- "Davis",
- }
+ {"Davis"}
}
"Antarctica:DumontDUrville"{
- {
- "DumontDUrville",
- }
+ {"DumontDUrville"}
}
"Antarctica:Macquarie"{
{
}
}
"Antarctica:Mawson"{
- {
- "Mawson",
- }
+ {"Mawson"}
}
"Antarctica:McMurdo"{
- {
- "New_Zealand",
- }
+ {"New_Zealand"}
}
"Antarctica:Palmer"{
{
}
}
"Antarctica:Rothera"{
- {
- "Rothera",
- }
+ {"Rothera"}
}
"Antarctica:Syowa"{
- {
- "Syowa",
- }
+ {"Syowa"}
}
"Antarctica:Vostok"{
- {
- "Vostok",
- }
+ {"Vostok"}
}
"Arctic:Longyearbyen"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Asia:Aden"{
- {
- "Arabian",
- }
+ {"Arabian"}
}
"Asia:Almaty"{
{
}
}
"Asia:Amman"{
- {
- "Europe_Eastern",
- }
+ {"Europe_Eastern"}
}
"Asia:Anadyr"{
{
}
}
"Asia:Baghdad"{
- {
- "Arabian",
- }
+ {"Arabian"}
}
"Asia:Bahrain"{
{
}
}
"Asia:Bangkok"{
- {
- "Indochina",
- }
+ {"Indochina"}
}
"Asia:Beirut"{
- {
- "Europe_Eastern",
- }
+ {"Europe_Eastern"}
}
"Asia:Bishkek"{
{
}
}
"Asia:Brunei"{
- {
- "Brunei",
- }
+ {"Brunei"}
}
"Asia:Calcutta"{
- {
- "India",
- }
+ {"India"}
}
"Asia:Choibalsan"{
{
}
}
"Asia:Damascus"{
- {
- "Europe_Eastern",
- }
+ {"Europe_Eastern"}
}
"Asia:Dhaka"{
{
}
}
"Asia:Dubai"{
- {
- "Gulf",
- }
+ {"Gulf"}
}
"Asia:Dushanbe"{
{
}
}
"Asia:Hong_Kong"{
- {
- "Hong_Kong",
- }
+ {"Hong_Kong"}
}
"Asia:Hovd"{
- {
- "Hovd",
- }
+ {"Hovd"}
}
"Asia:Irkutsk"{
- {
- "Irkutsk",
- }
+ {"Irkutsk"}
}
"Asia:Jakarta"{
- {
- "Indonesia_Western",
- }
+ {"Indonesia_Western"}
}
"Asia:Jayapura"{
- {
- "Indonesia_Eastern",
- }
+ {"Indonesia_Eastern"}
}
"Asia:Jerusalem"{
- {
- "Israel",
- }
+ {"Israel"}
}
"Asia:Kabul"{
- {
- "Afghanistan",
- }
+ {"Afghanistan"}
}
"Asia:Kamchatka"{
{
}
}
"Asia:Katmandu"{
- {
- "Nepal",
- }
+ {"Nepal"}
}
"Asia:Krasnoyarsk"{
- {
- "Krasnoyarsk",
- }
+ {"Krasnoyarsk"}
}
"Asia:Kuala_Lumpur"{
{
}
}
"Asia:Kuwait"{
- {
- "Arabian",
- }
+ {"Arabian"}
}
"Asia:Macau"{
{
}
}
"Asia:Magadan"{
- {
- "Magadan",
- }
+ {"Magadan"}
}
"Asia:Makassar"{
- {
- "Indonesia_Central",
- }
+ {"Indonesia_Central"}
}
"Asia:Manila"{
- {
- "Philippines",
- }
+ {"Philippines"}
}
"Asia:Muscat"{
- {
- "Gulf",
- }
+ {"Gulf"}
}
"Asia:Nicosia"{
- {
- "Europe_Eastern",
- }
+ {"Europe_Eastern"}
}
"Asia:Novokuznetsk"{
{
}
}
"Asia:Novosibirsk"{
- {
- "Novosibirsk",
- }
+ {"Novosibirsk"}
}
"Asia:Omsk"{
- {
- "Omsk",
- }
+ {"Omsk"}
}
"Asia:Oral"{
{
}
}
"Asia:Phnom_Penh"{
- {
- "Indochina",
- }
+ {"Indochina"}
}
"Asia:Pontianak"{
{
}
}
"Asia:Pyongyang"{
- {
- "Korea",
- }
+ {"Korea"}
}
"Asia:Qatar"{
{
}
}
"Asia:Rangoon"{
- {
- "Myanmar",
- }
+ {"Myanmar"}
}
"Asia:Riyadh"{
- {
- "Arabian",
- }
+ {"Arabian"}
}
"Asia:Saigon"{
- {
- "Indochina",
- }
+ {"Indochina"}
}
"Asia:Sakhalin"{
- {
- "Sakhalin",
- }
+ {"Sakhalin"}
}
"Asia:Samarkand"{
{
}
}
"Asia:Seoul"{
- {
- "Korea",
- }
+ {"Korea"}
}
"Asia:Shanghai"{
- {
- "China",
- }
+ {"China"}
}
"Asia:Singapore"{
- {
- "Singapore",
- }
+ {"Singapore"}
}
"Asia:Taipei"{
- {
- "Taipei",
- }
+ {"Taipei"}
}
"Asia:Tashkent"{
{
}
}
"Asia:Tehran"{
- {
- "Iran",
- }
+ {"Iran"}
}
"Asia:Thimphu"{
{
}
}
"Asia:Tokyo"{
- {
- "Japan",
- }
+ {"Japan"}
}
"Asia:Ulaanbaatar"{
- {
- "Mongolia",
- }
+ {"Mongolia"}
}
"Asia:Urumqi"{
{
}
}
"Asia:Vientiane"{
- {
- "Indochina",
- }
+ {"Indochina"}
}
"Asia:Vladivostok"{
- {
- "Vladivostok",
- }
+ {"Vladivostok"}
}
"Asia:Yakutsk"{
- {
- "Yakutsk",
- }
+ {"Yakutsk"}
}
"Asia:Yekaterinburg"{
{
}
}
"Atlantic:Bermuda"{
- {
- "Atlantic",
- }
+ {"Atlantic"}
}
"Atlantic:Canary"{
- {
- "Europe_Western",
- }
+ {"Europe_Western"}
}
"Atlantic:Cape_Verde"{
- {
- "Cape_Verde",
- }
+ {"Cape_Verde"}
}
"Atlantic:Faeroe"{
- {
- "Europe_Western",
- }
+ {"Europe_Western"}
}
"Atlantic:Madeira"{
- {
- "Europe_Western",
- }
+ {"Europe_Western"}
}
"Atlantic:Reykjavik"{
- {
- "GMT",
- }
+ {"GMT"}
}
"Atlantic:South_Georgia"{
- {
- "South_Georgia",
- }
+ {"South_Georgia"}
}
"Atlantic:St_Helena"{
- {
- "GMT",
- }
+ {"GMT"}
}
"Atlantic:Stanley"{
- {
- "Falkland",
- }
+ {"Falkland"}
}
"Australia:Adelaide"{
- {
- "Australia_Central",
- }
+ {"Australia_Central"}
}
"Australia:Brisbane"{
- {
- "Australia_Eastern",
- }
+ {"Australia_Eastern"}
}
"Australia:Broken_Hill"{
- {
- "Australia_Central",
- }
+ {"Australia_Central"}
}
"Australia:Currie"{
- {
- "Australia_Eastern",
- }
+ {"Australia_Eastern"}
}
"Australia:Darwin"{
- {
- "Australia_Central",
- }
+ {"Australia_Central"}
}
"Australia:Eucla"{
- {
- "Australia_CentralWestern",
- }
+ {"Australia_CentralWestern"}
}
"Australia:Hobart"{
- {
- "Australia_Eastern",
- }
+ {"Australia_Eastern"}
}
"Australia:Lindeman"{
- {
- "Australia_Eastern",
- }
+ {"Australia_Eastern"}
}
"Australia:Lord_Howe"{
{
}
}
"Australia:Melbourne"{
- {
- "Australia_Eastern",
- }
+ {"Australia_Eastern"}
}
"Australia:Perth"{
- {
- "Australia_Western",
- }
+ {"Australia_Western"}
}
"Australia:Sydney"{
- {
- "Australia_Eastern",
- }
+ {"Australia_Eastern"}
}
"CST6CDT"{
- {
- "America_Central",
- }
+ {"America_Central"}
}
"EST5EDT"{
- {
- "America_Eastern",
- }
+ {"America_Eastern"}
}
"Europe:Amsterdam"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Andorra"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Athens"{
- {
- "Europe_Eastern",
- }
+ {"Europe_Eastern"}
}
"Europe:Belgrade"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Berlin"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Bratislava"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Brussels"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Bucharest"{
- {
- "Europe_Eastern",
- }
+ {"Europe_Eastern"}
}
"Europe:Budapest"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Chisinau"{
{
}
}
"Europe:Copenhagen"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Dublin"{
{
}
}
"Europe:Gibraltar"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Guernsey"{
{
}
}
"Europe:Helsinki"{
- {
- "Europe_Eastern",
- }
+ {"Europe_Eastern"}
}
"Europe:Isle_of_Man"{
{
}
}
"Europe:Ljubljana"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:London"{
{
}
}
"Europe:Luxembourg"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Madrid"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Malta"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Mariehamn"{
- {
- "Europe_Eastern",
- }
+ {"Europe_Eastern"}
}
"Europe:Minsk"{
{
}
}
"Europe:Monaco"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Moscow"{
{
}
}
"Europe:Oslo"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Paris"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Podgorica"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Prague"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Riga"{
{
}
}
"Europe:Rome"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Samara"{
{
}
}
"Europe:San_Marino"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Sarajevo"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Simferopol"{
{
}
}
"Europe:Skopje"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Sofia"{
- {
- "Europe_Eastern",
- }
+ {"Europe_Eastern"}
}
"Europe:Stockholm"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Tallinn"{
{
}
}
"Europe:Tirane"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Uzhgorod"{
{
}
}
"Europe:Vaduz"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Vatican"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Vienna"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Vilnius"{
{
}
}
"Europe:Volgograd"{
- {
- "Volgograd",
- }
+ {"Volgograd"}
}
"Europe:Warsaw"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Zagreb"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Europe:Zaporozhye"{
{
}
}
"Europe:Zurich"{
- {
- "Europe_Central",
- }
+ {"Europe_Central"}
}
"Indian:Antananarivo"{
- {
- "Africa_Eastern",
- }
+ {"Africa_Eastern"}
}
"Indian:Chagos"{
- {
- "Indian_Ocean",
- }
+ {"Indian_Ocean"}
}
"Indian:Christmas"{
- {
- "Christmas",
- }
+ {"Christmas"}
}
"Indian:Cocos"{
- {
- "Cocos",
- }
+ {"Cocos"}
}
"Indian:Comoro"{
- {
- "Africa_Eastern",
- }
+ {"Africa_Eastern"}
}
"Indian:Kerguelen"{
- {
- "French_Southern",
- }
+ {"French_Southern"}
}
"Indian:Mahe"{
- {
- "Seychelles",
- }
+ {"Seychelles"}
}
"Indian:Maldives"{
- {
- "Maldives",
- }
+ {"Maldives"}
}
"Indian:Mauritius"{
- {
- "Mauritius",
- }
+ {"Mauritius"}
}
"Indian:Mayotte"{
- {
- "Africa_Eastern",
- }
+ {"Africa_Eastern"}
}
"Indian:Reunion"{
- {
- "Reunion",
- }
+ {"Reunion"}
}
"MST7MDT"{
- {
- "America_Mountain",
- }
+ {"America_Mountain"}
}
"PST8PDT"{
- {
- "America_Pacific",
- }
+ {"America_Pacific"}
}
"Pacific:Apia"{
{
}
}
"Pacific:Auckland"{
- {
- "New_Zealand",
- }
+ {"New_Zealand"}
}
"Pacific:Chatham"{
- {
- "Chatham",
- }
+ {"Chatham"}
}
"Pacific:Easter"{
- {
- "Easter",
- }
+ {"Easter"}
}
"Pacific:Efate"{
- {
- "Vanuatu",
- }
+ {"Vanuatu"}
}
"Pacific:Enderbury"{
- {
- "Phoenix_Islands",
- }
+ {"Phoenix_Islands"}
}
"Pacific:Fakaofo"{
- {
- "Tokelau",
- }
+ {"Tokelau"}
}
"Pacific:Fiji"{
- {
- "Fiji",
- }
+ {"Fiji"}
}
"Pacific:Funafuti"{
- {
- "Tuvalu",
- }
+ {"Tuvalu"}
}
"Pacific:Galapagos"{
{
}
}
"Pacific:Gambier"{
- {
- "Gambier",
- }
+ {"Gambier"}
}
"Pacific:Guadalcanal"{
- {
- "Solomon",
- }
+ {"Solomon"}
}
"Pacific:Guam"{
{
}
}
"Pacific:Kiritimati"{
- {
- "Line_Islands",
- }
+ {"Line_Islands"}
}
"Pacific:Kosrae"{
- {
- "Kosrae",
- }
+ {"Kosrae"}
}
"Pacific:Kwajalein"{
{
}
}
"Pacific:Majuro"{
- {
- "Marshall_Islands",
- }
+ {"Marshall_Islands"}
}
"Pacific:Marquesas"{
- {
- "Marquesas",
- }
+ {"Marquesas"}
}
"Pacific:Midway"{
{
}
}
"Pacific:Nauru"{
- {
- "Nauru",
- }
+ {"Nauru"}
}
"Pacific:Niue"{
- {
- "Niue",
- }
+ {"Niue"}
}
"Pacific:Norfolk"{
- {
- "Norfolk",
- }
+ {"Norfolk"}
}
"Pacific:Noumea"{
- {
- "New_Caledonia",
- }
+ {"New_Caledonia"}
}
"Pacific:Pago_Pago"{
{
}
}
"Pacific:Palau"{
- {
- "Palau",
- }
+ {"Palau"}
}
"Pacific:Pitcairn"{
- {
- "Pitcairn",
- }
+ {"Pitcairn"}
}
"Pacific:Ponape"{
- {
- "Ponape",
- }
+ {"Ponape"}
}
"Pacific:Port_Moresby"{
- {
- "Papua_New_Guinea",
- }
+ {"Papua_New_Guinea"}
}
"Pacific:Rarotonga"{
- {
- "Cook",
- }
+ {"Cook"}
}
"Pacific:Saipan"{
{
}
}
"Pacific:Tahiti"{
- {
- "Tahiti",
- }
+ {"Tahiti"}
}
"Pacific:Tarawa"{
- {
- "Gilbert_Islands",
- }
+ {"Gilbert_Islands"}
}
"Pacific:Tongatapu"{
- {
- "Tonga",
- }
+ {"Tonga"}
}
"Pacific:Truk"{
- {
- "Truk",
- }
+ {"Truk"}
}
"Pacific:Wake"{
- {
- "Wake",
- }
+ {"Wake"}
}
"Pacific:Wallis"{
- {
- "Wallis",
- }
+ {"Wallis"}
}
}
}
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/supplementalMetadata.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/supplementalMetadata.xml
// *
// ***************************************************************************
metadata:table(nofallback){
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/numberingSystems.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/numberingSystems.xml
// *
// ***************************************************************************
numberingSystems:table(nofallback){
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/plurals.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/plurals.xml, ordinals.xml
// *
// ***************************************************************************
plurals:table(nofallback){
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/supplementalData.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/supplementalData.xml
// *
// ***************************************************************************
supplementalData:table(nofallback){
calendarPreferenceData{
- 001{
- "gregorian",
- }
+ 001{"gregorian"}
AE{
"gregorian",
"islamic",
languageData{
aa{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
territories{
}
ab{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- territories{
- "GE",
- }
+ territories{"GE"}
}
}
abq{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
abr{
secondary{
- territories{
- "GH",
- }
+ territories{"GH"}
}
}
ace{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "ID",
- }
+ territories{"ID"}
}
}
ach{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
ada{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
ady{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- territories{
- "RU",
- }
+ territories{"RU"}
}
}
ae{
secondary{
- scripts{
- "Avst",
- }
+ scripts{"Avst"}
}
}
af{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"NA",
"ZA",
}
agq{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
aii{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- scripts{
- "Syrc",
- }
+ scripts{"Syrc"}
}
}
ain{
}
ak{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "GH",
- }
+ territories{"GH"}
}
}
akk{
secondary{
- scripts{
- "Xsux",
- }
+ scripts{"Xsux"}
}
}
ale{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
alt{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
am{
primary{
- scripts{
- "Ethi",
- }
- territories{
- "ET",
- }
+ scripts{"Ethi"}
+ territories{"ET"}
}
}
amo{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
an{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
anp{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
}
ar{
primary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
territories{
"AE",
"BH",
}
}
secondary{
- scripts{
- "Syrc",
- }
+ scripts{"Syrc"}
territories{
"IR",
"SS",
}
arc{
secondary{
- scripts{
- "Armi",
- }
+ scripts{"Armi"}
}
}
arn{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
arp{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
arw{
secondary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
as{
primary{
- scripts{
- "Beng",
- }
+ scripts{"Beng"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
asa{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
ast{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "ES",
- }
+ territories{"ES"}
}
}
av{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- territories{
- "RU",
- }
+ territories{"RU"}
}
}
awa{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
ay{
primary{
- scripts{
- "Latn",
- }
- territories{
- "BO",
- }
+ scripts{"Latn"}
+ territories{"BO"}
}
}
az{
"Cyrl",
"Latn",
}
- territories{
- "AZ",
- }
+ territories{"AZ"}
}
secondary{
- territories{
- "IR",
- }
+ territories{"IR"}
}
}
ba{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- territories{
- "RU",
- }
+ territories{"RU"}
}
}
bal{
}
ban{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Bali",
- }
- territories{
- "ID",
- }
+ scripts{"Bali"}
+ territories{"ID"}
}
}
bas{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
bax{
secondary{
- scripts{
- "Bamu",
- }
+ scripts{"Bamu"}
}
}
bbc{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Batk",
- }
- territories{
- "ID",
- }
+ scripts{"Batk"}
+ territories{"ID"}
}
}
bci{
secondary{
- territories{
- "CI",
- }
+ territories{"CI"}
}
}
bcl{
secondary{
- territories{
- "PH",
- }
+ territories{"PH"}
}
}
be{
primary{
- scripts{
- "Cyrl",
- }
- territories{
- "BY",
- }
+ scripts{"Cyrl"}
+ territories{"BY"}
}
}
bej{
primary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
}
}
bem{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "ZM",
- }
+ territories{"ZM"}
}
}
bew{
secondary{
- territories{
- "ID",
- }
+ territories{"ID"}
}
}
bez{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
bfq{
primary{
- scripts{
- "Taml",
- }
+ scripts{"Taml"}
}
}
bft{
primary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
}
secondary{
- scripts{
- "Tibt",
- }
+ scripts{"Tibt"}
}
}
bfy{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
}
bg{
primary{
- scripts{
- "Cyrl",
- }
- territories{
- "BG",
- }
+ scripts{"Cyrl"}
+ territories{"BG"}
}
}
bgc{
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
bh{
}
bhb{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
bhi{
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
bhk{
secondary{
- territories{
- "PH",
- }
+ territories{"PH"}
}
}
bho{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
secondary{
territories{
}
bi{
primary{
- scripts{
- "Latn",
- }
- territories{
- "VU",
- }
+ scripts{"Latn"}
+ territories{"VU"}
}
}
bik{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
bin{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "NG",
- }
+ territories{"NG"}
}
}
bjj{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
bjn{
}
bku{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Buhd",
- }
+ scripts{"Buhd"}
}
}
bla{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
blt{
secondary{
- scripts{
- "Tavt",
- }
+ scripts{"Tavt"}
}
}
bm{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "ML",
- }
+ territories{"ML"}
}
}
bn{
primary{
- scripts{
- "Beng",
- }
- territories{
- "BD",
- }
+ scripts{"Beng"}
+ territories{"BD"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
bo{
primary{
- scripts{
- "Tibt",
- }
+ scripts{"Tibt"}
}
secondary{
- territories{
- "CN",
- }
+ territories{"CN"}
}
}
bqi{
secondary{
- territories{
- "IR",
- }
+ territories{"IR"}
}
}
bqv{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
br{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "FR",
- }
+ territories{"FR"}
}
}
bra{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
}
brh{
secondary{
- territories{
- "PK",
- }
+ territories{"PK"}
}
}
brx{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
bs{
primary{
- scripts{
- "Latn",
- }
- territories{
- "BA",
- }
+ scripts{"Latn"}
+ territories{"BA"}
}
}
btv{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
}
bua{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
buc{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "YT",
- }
+ territories{"YT"}
}
}
bug{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Bugi",
- }
- territories{
- "ID",
- }
+ scripts{"Bugi"}
+ territories{"ID"}
}
}
bxr{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
bya{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Batk",
- }
- territories{
- "ID",
- }
+ scripts{"Batk"}
+ territories{"ID"}
}
}
byn{
primary{
- scripts{
- "Ethi",
- }
+ scripts{"Ethi"}
}
}
ca{
primary{
- scripts{
- "Latn",
- }
- territories{
- "AD",
- }
+ scripts{"Latn"}
+ territories{"AD"}
}
secondary{
- territories{
- "ES",
- }
+ territories{"ES"}
}
}
cad{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
car{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
cay{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
cch{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
ccp{
primary{
- scripts{
- "Beng",
- }
+ scripts{"Beng"}
}
secondary{
- scripts{
- "Cakm",
- }
+ scripts{"Cakm"}
}
}
ce{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- territories{
- "RU",
- }
+ territories{"RU"}
}
}
ceb{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "PH",
- }
+ territories{"PH"}
}
}
cgg{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "UG",
- }
+ territories{"UG"}
}
}
ch{
primary{
- scripts{
- "Latn",
- }
- territories{
- "GU",
- }
+ scripts{"Latn"}
+ territories{"GU"}
}
}
chk{
primary{
- scripts{
- "Latn",
- }
- territories{
- "FM",
- }
+ scripts{"Latn"}
+ territories{"FM"}
}
}
chm{
}
chn{
secondary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
cho{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
chp{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Cans",
- }
+ scripts{"Cans"}
}
}
chr{
}
chy{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
cja{
primary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
}
secondary{
- scripts{
- "Cham",
- }
+ scripts{"Cham"}
}
}
cjm{
primary{
- scripts{
- "Cham",
- }
+ scripts{"Cham"}
}
secondary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
}
}
cjs{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
ckb{
primary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
}
secondary{
- territories{
- "IR",
- }
+ territories{"IR"}
}
}
ckt{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
co{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
cop{
}
cpe{
secondary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
cr{
}
crh{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
crk{
primary{
- scripts{
- "Cans",
- }
+ scripts{"Cans"}
}
}
crs{
secondary{
- territories{
- "SC",
- }
+ territories{"SC"}
}
}
cs{
primary{
- scripts{
- "Latn",
- }
- territories{
- "CZ",
- }
+ scripts{"Latn"}
+ territories{"CZ"}
}
}
csb{
secondary{
- scripts{
- "Latn",
- }
- territories{
- "PL",
- }
+ scripts{"Latn"}
+ territories{"PL"}
}
}
cu{
secondary{
- scripts{
- "Glag",
- }
+ scripts{"Glag"}
}
}
cv{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- territories{
- "RU",
- }
+ territories{"RU"}
}
}
cwd{
primary{
- scripts{
- "Cans",
- }
+ scripts{"Cans"}
}
}
cy{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "GB",
- }
+ territories{"GB"}
}
}
da{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"DK",
"GL",
}
dak{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
dar{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
dav{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
dcc{
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
de{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"AT",
"BE",
}
}
secondary{
- scripts{
- "Runr",
- }
+ scripts{"Runr"}
territories{
"BR",
"US",
}
del{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
den{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Cans",
- }
+ scripts{"Cans"}
}
}
dgr{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
dhd{
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
din{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
diq{
secondary{
- territories{
- "TR",
- }
+ territories{"TR"}
}
}
dje{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "NE",
- }
+ territories{"NE"}
}
}
dng{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
doi{
primary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
dsb{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
dua{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
dv{
primary{
- scripts{
- "Thaa",
- }
- territories{
- "MV",
- }
+ scripts{"Thaa"}
+ territories{"MV"}
}
}
dyo{
primary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
}
secondary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
dyu{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "BF",
- }
+ territories{"BF"}
}
}
dz{
primary{
- scripts{
- "Tibt",
- }
- territories{
- "BT",
- }
+ scripts{"Tibt"}
+ territories{"BT"}
}
}
ebu{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
ee{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
territories{
}
efi{
primary{
- scripts{
- "Latn",
- }
- territories{
- "NG",
- }
+ scripts{"Latn"}
+ territories{"NG"}
}
}
egy{
secondary{
- scripts{
- "Egyp",
- }
+ scripts{"Egyp"}
}
}
eka{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
eky{
primary{
- scripts{
- "Kali",
- }
+ scripts{"Kali"}
}
}
el{
primary{
- scripts{
- "Grek",
- }
+ scripts{"Grek"}
territories{
"CY",
"GR",
}
emk{
primary{
- scripts{
- "Nkoo",
- }
+ scripts{"Nkoo"}
}
secondary{
- territories{
- "GN",
- }
+ territories{"GN"}
}
}
en{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"AG",
"AI",
}
eo{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
es{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"AR",
"BO",
}
et{
primary{
- scripts{
- "Latn",
- }
- territories{
- "EE",
- }
+ scripts{"Latn"}
+ territories{"EE"}
}
}
ett{
}
eu{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "ES",
- }
+ territories{"ES"}
}
}
evn{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
ewo{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
fa{
primary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
territories{
"AF",
"IR",
}
}
secondary{
- territories{
- "PK",
- }
+ territories{"PK"}
}
}
fan{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "GQ",
- }
+ territories{"GQ"}
}
}
fat{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
ff{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
territories{
}
ffm{
secondary{
- territories{
- "ML",
- }
+ territories{"ML"}
}
}
fi{
primary{
- scripts{
- "Latn",
- }
- territories{
- "FI",
- }
+ scripts{"Latn"}
+ territories{"FI"}
}
secondary{
- territories{
- "SE",
- }
+ territories{"SE"}
}
}
fil{
primary{
- scripts{
- "Latn",
- }
- territories{
- "PH",
- }
+ scripts{"Latn"}
+ territories{"PH"}
}
secondary{
- scripts{
- "Tglg",
- }
+ scripts{"Tglg"}
}
}
fiu{
secondary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
fj{
primary{
- scripts{
- "Latn",
- }
- territories{
- "FJ",
- }
+ scripts{"Latn"}
+ territories{"FJ"}
}
}
fo{
primary{
- scripts{
- "Latn",
- }
- territories{
- "FO",
- }
+ scripts{"Latn"}
+ territories{"FO"}
}
}
fon{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "BJ",
- }
+ territories{"BJ"}
}
}
fr{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"BE",
"BF",
}
frr{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
frs{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
fud{
secondary{
- territories{
- "WF",
- }
+ territories{"WF"}
}
}
fuq{
secondary{
- territories{
- "NE",
- }
+ territories{"NE"}
}
}
fur{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
fuv{
secondary{
- territories{
- "NG",
- }
+ territories{"NG"}
}
}
fy{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "NL",
- }
+ territories{"NL"}
}
}
ga{
primary{
- scripts{
- "Latn",
- }
- territories{
- "IE",
- }
+ scripts{"Latn"}
+ territories{"IE"}
}
secondary{
- territories{
- "GB",
- }
+ territories{"GB"}
}
}
gaa{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "GH",
- }
+ territories{"GH"}
}
}
gag{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Cyrl",
- }
- territories{
- "MD",
- }
+ scripts{"Cyrl"}
+ territories{"MD"}
}
}
gay{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
gba{
primary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
}
}
gbm{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
gcr{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "GF",
- }
+ territories{"GF"}
}
}
gd{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "GB",
- }
+ territories{"GB"}
}
}
gez{
secondary{
- scripts{
- "Ethi",
- }
+ scripts{"Ethi"}
}
}
gil{
primary{
- scripts{
- "Latn",
- }
- territories{
- "KI",
- }
+ scripts{"Latn"}
+ territories{"KI"}
}
}
gl{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "ES",
- }
+ territories{"ES"}
}
}
gld{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
glk{
secondary{
- territories{
- "IR",
- }
+ territories{"IR"}
}
}
gn{
primary{
- scripts{
- "Latn",
- }
- territories{
- "PY",
- }
+ scripts{"Latn"}
+ territories{"PY"}
}
}
gno{
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
gon{
}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
gor{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "ID",
- }
+ territories{"ID"}
}
}
got{
secondary{
- scripts{
- "Goth",
- }
+ scripts{"Goth"}
}
}
grb{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
grc{
}
grt{
primary{
- scripts{
- "Beng",
- }
+ scripts{"Beng"}
}
}
gsw{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
territories{
}
gu{
primary{
- scripts{
- "Gujr",
- }
+ scripts{"Gujr"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
guz{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "KE",
- }
+ territories{"KE"}
}
}
gv{
primary{
- scripts{
- "Latn",
- }
- territories{
- "IM",
- }
+ scripts{"Latn"}
+ territories{"IM"}
}
}
gwi{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
ha{
"Arab",
"Latn",
}
- territories{
- "NG",
- }
+ territories{"NG"}
}
secondary{
- territories{
- "NE",
- }
+ territories{"NE"}
}
}
hai{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
haw{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "US",
- }
+ territories{"US"}
}
}
haz{
secondary{
- territories{
- "AF",
- }
+ territories{"AF"}
}
}
he{
primary{
- scripts{
- "Hebr",
- }
- territories{
- "IL",
- }
+ scripts{"Hebr"}
+ territories{"IL"}
}
}
hi{
primary{
- scripts{
- "Deva",
- }
- territories{
- "IN",
- }
+ scripts{"Deva"}
+ territories{"IN"}
}
secondary{
- territories{
- "FJ",
- }
+ territories{"FJ"}
}
}
hil{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "PH",
- }
+ territories{"PH"}
}
}
hmn{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Hmng",
- }
+ scripts{"Hmng"}
}
}
hne{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
hnn{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Hano",
- }
+ scripts{"Hano"}
}
}
hno{
secondary{
- territories{
- "PK",
- }
+ territories{"PK"}
}
}
ho{
primary{
- scripts{
- "Latn",
- }
- territories{
- "PG",
- }
+ scripts{"Latn"}
+ territories{"PG"}
}
}
hoc{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
secondary{
- scripts{
- "Wara",
- }
- territories{
- "IN",
- }
+ scripts{"Wara"}
+ territories{"IN"}
}
}
hoj{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
}
hop{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
hr{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"BA",
"HR",
}
}
secondary{
- territories{
- "AT",
- }
+ territories{"AT"}
}
}
hsb{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
ht{
primary{
- scripts{
- "Latn",
- }
- territories{
- "HT",
- }
+ scripts{"Latn"}
+ territories{"HT"}
}
}
hu{
primary{
- scripts{
- "Latn",
- }
- territories{
- "HU",
- }
+ scripts{"Latn"}
+ territories{"HU"}
}
secondary{
territories{
}
hup{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
hy{
primary{
- scripts{
- "Armn",
- }
- territories{
- "AM",
- }
+ scripts{"Armn"}
+ territories{"AM"}
}
}
hz{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
ia{
secondary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
iba{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
ibb{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "NG",
- }
+ territories{"NG"}
}
}
id{
primary{
- scripts{
- "Latn",
- }
- territories{
- "ID",
- }
+ scripts{"Latn"}
+ territories{"ID"}
}
secondary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
}
}
ig{
primary{
- scripts{
- "Latn",
- }
- territories{
- "NG",
- }
+ scripts{"Latn"}
+ territories{"NG"}
}
}
ii{
primary{
- scripts{
- "Yiii",
- }
+ scripts{"Yiii"}
}
secondary{
- scripts{
- "Latn",
- }
- territories{
- "CN",
- }
+ scripts{"Latn"}
+ territories{"CN"}
}
}
ik{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
ike{
secondary{
- territories{
- "CA",
- }
+ territories{"CA"}
}
}
ikt{
secondary{
- territories{
- "CA",
- }
+ territories{"CA"}
}
}
iku{
secondary{
- territories{
- "CA",
- }
+ territories{"CA"}
}
}
ilo{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "PH",
- }
+ territories{"PH"}
}
}
inh{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
scripts{
"Arab",
"Latn",
}
- territories{
- "RU",
- }
+ territories{"RU"}
}
}
is{
primary{
- scripts{
- "Latn",
- }
- territories{
- "IS",
- }
+ scripts{"Latn"}
+ territories{"IS"}
}
}
it{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"CH",
"IT",
}
iu{
primary{
- scripts{
- "Cans",
- }
+ scripts{"Cans"}
}
secondary{
- scripts{
- "Latn",
- }
- territories{
- "GL",
- }
+ scripts{"Latn"}
+ territories{"GL"}
}
}
ja{
primary{
- scripts{
- "Jpan",
- }
- territories{
- "JP",
- }
+ scripts{"Jpan"}
+ territories{"JP"}
}
}
jmc{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
jpr{
primary{
- scripts{
- "Hebr",
- }
+ scripts{"Hebr"}
}
}
jrb{
primary{
- scripts{
- "Hebr",
- }
+ scripts{"Hebr"}
}
}
jv{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Java",
- }
- territories{
- "ID",
- }
+ scripts{"Java"}
+ territories{"ID"}
}
}
ka{
primary{
- scripts{
- "Geor",
- }
- territories{
- "GE",
- }
+ scripts{"Geor"}
+ territories{"GE"}
}
}
kaa{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
kab{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "DZ",
- }
+ territories{"DZ"}
}
}
kac{
primary{
- scripts{
- "Mymr",
- }
+ scripts{"Mymr"}
}
}
kaj{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
kam{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "KE",
- }
+ territories{"KE"}
}
}
kbd{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- territories{
- "RU",
- }
+ territories{"RU"}
}
}
kca{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
kcg{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
kde{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "TZ",
- }
+ territories{"TZ"}
}
}
kdt{
primary{
- scripts{
- "Thai",
- }
+ scripts{"Thai"}
}
}
kea{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "CV",
- }
+ territories{"CV"}
}
}
kfo{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
kfr{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
}
kfy{
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
kg{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "CD",
- }
+ territories{"CD"}
}
}
kha{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Beng",
- }
- territories{
- "IN",
- }
+ scripts{"Beng"}
+ territories{"IN"}
}
}
khb{
primary{
- scripts{
- "Talu",
- }
+ scripts{"Talu"}
}
}
khn{
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
khq{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
kht{
primary{
- scripts{
- "Mymr",
- }
+ scripts{"Mymr"}
}
}
ki{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "KE",
- }
+ territories{"KE"}
}
}
kj{
primary{
- scripts{
- "Latn",
- }
- territories{
- "NA",
- }
+ scripts{"Latn"}
+ territories{"NA"}
}
}
kjh{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
kk{
primary{
- scripts{
- "Cyrl",
- }
- territories{
- "KZ",
- }
+ scripts{"Cyrl"}
+ territories{"KZ"}
}
secondary{
- scripts{
- "Arab",
- }
- territories{
- "CN",
- }
+ scripts{"Arab"}
+ territories{"CN"}
}
}
kl{
primary{
- scripts{
- "Latn",
- }
- territories{
- "GL",
- }
+ scripts{"Latn"}
+ territories{"GL"}
}
secondary{
- territories{
- "DK",
- }
+ territories{"DK"}
}
}
kln{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "KE",
- }
+ territories{"KE"}
}
}
km{
primary{
- scripts{
- "Khmr",
- }
- territories{
- "KH",
- }
+ scripts{"Khmr"}
+ territories{"KH"}
}
}
kmb{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "AO",
- }
+ territories{"AO"}
}
}
kmr{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
kn{
primary{
- scripts{
- "Knda",
- }
+ scripts{"Knda"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
ko{
primary{
- scripts{
- "Kore",
- }
+ scripts{"Kore"}
territories{
"KP",
"KR",
}
}
secondary{
- territories{
- "CN",
- }
+ territories{"CN"}
}
}
koi{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- territories{
- "RU",
- }
+ territories{"RU"}
}
}
kok{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
kos{
primary{
- scripts{
- "Latn",
- }
- territories{
- "FM",
- }
+ scripts{"Latn"}
+ territories{"FM"}
}
}
kpe{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
kpv{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- territories{
- "RU",
- }
+ territories{"RU"}
}
}
kpy{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
kr{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
krc{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- territories{
- "RU",
- }
+ territories{"RU"}
}
}
kri{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "SL",
- }
+ territories{"SL"}
}
}
krl{
}
kru{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
ks{
}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
ksb{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
ksf{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
ksh{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
ku{
}
kum{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- territories{
- "RU",
- }
+ territories{"RU"}
}
}
kut{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
kv{
}
kw{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
kxm{
secondary{
- territories{
- "TH",
- }
+ territories{"TH"}
}
}
ky{
"Arab",
"Cyrl",
}
- territories{
- "KG",
- }
+ territories{"KG"}
}
secondary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
kyu{
primary{
- scripts{
- "Kali",
- }
+ scripts{"Kali"}
}
}
la{
primary{
- scripts{
- "Latn",
- }
- territories{
- "VA",
- }
+ scripts{"Latn"}
+ territories{"VA"}
}
}
lab{
secondary{
- scripts{
- "Lina",
- }
+ scripts{"Lina"}
}
}
lad{
primary{
- scripts{
- "Hebr",
- }
+ scripts{"Hebr"}
}
}
lag{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
lah{
primary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
}
secondary{
- territories{
- "PK",
- }
+ territories{"PK"}
}
}
laj{
secondary{
- territories{
- "UG",
- }
+ territories{"UG"}
}
}
lam{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
lb{
primary{
- scripts{
- "Latn",
- }
- territories{
- "LU",
- }
+ scripts{"Latn"}
+ territories{"LU"}
}
}
lbe{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- territories{
- "RU",
- }
+ territories{"RU"}
}
}
lcp{
primary{
- scripts{
- "Thai",
- }
+ scripts{"Thai"}
}
}
lep{
primary{
- scripts{
- "Lepc",
- }
+ scripts{"Lepc"}
}
}
lez{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- territories{
- "RU",
- }
+ territories{"RU"}
}
}
lg{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "UG",
- }
+ territories{"UG"}
}
}
li{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
lif{
}
lis{
secondary{
- scripts{
- "Lisu",
- }
+ scripts{"Lisu"}
}
}
ljp{
secondary{
- territories{
- "ID",
- }
+ territories{"ID"}
}
}
lki{
primary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
}
}
lmn{
primary{
- scripts{
- "Telu",
- }
+ scripts{"Telu"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
ln{
primary{
- scripts{
- "Latn",
- }
- territories{
- "CG",
- }
+ scripts{"Latn"}
+ territories{"CG"}
}
secondary{
- territories{
- "CD",
- }
+ territories{"CD"}
}
}
lo{
primary{
- scripts{
- "Laoo",
- }
- territories{
- "LA",
- }
+ scripts{"Laoo"}
+ territories{"LA"}
}
}
lol{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
loz{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
lrc{
secondary{
- territories{
- "IR",
- }
+ territories{"IR"}
}
}
lt{
primary{
- scripts{
- "Latn",
- }
- territories{
- "LT",
- }
+ scripts{"Latn"}
+ territories{"LT"}
}
}
lu{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "CD",
- }
+ territories{"CD"}
}
}
lua{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "CD",
- }
+ territories{"CD"}
}
}
lui{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
lun{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
luo{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "KE",
- }
+ territories{"KE"}
}
}
lus{
primary{
- scripts{
- "Beng",
- }
+ scripts{"Beng"}
}
}
lut{
secondary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
luy{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "KE",
- }
+ territories{"KE"}
}
}
lv{
primary{
- scripts{
- "Latn",
- }
- territories{
- "LV",
- }
+ scripts{"Latn"}
+ territories{"LV"}
}
}
lwl{
primary{
- scripts{
- "Thai",
- }
+ scripts{"Thai"}
}
}
mad{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "ID",
- }
+ territories{"ID"}
}
}
mag{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
mai{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
secondary{
territories{
}
mak{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Bugi",
- }
- territories{
- "ID",
- }
+ scripts{"Bugi"}
+ territories{"ID"}
}
}
man{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
mas{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
mdf{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- territories{
- "RU",
- }
+ territories{"RU"}
}
}
mdh{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "PH",
- }
+ territories{"PH"}
}
}
mdr{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Bugi",
- }
+ scripts{"Bugi"}
}
}
men{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "SL",
- }
+ territories{"SL"}
}
}
mer{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "KE",
- }
+ territories{"KE"}
}
}
mfa{
secondary{
- territories{
- "TH",
- }
+ territories{"TH"}
}
}
mfe{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "MU",
- }
+ territories{"MU"}
}
}
mg{
primary{
- scripts{
- "Latn",
- }
- territories{
- "MG",
- }
+ scripts{"Latn"}
+ territories{"MG"}
}
}
mgh{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
mh{
primary{
- scripts{
- "Latn",
- }
- territories{
- "MH",
- }
+ scripts{"Latn"}
+ territories{"MH"}
}
}
mi{
primary{
- scripts{
- "Latn",
- }
- territories{
- "NZ",
- }
+ scripts{"Latn"}
+ territories{"NZ"}
}
}
mic{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
min{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "ID",
- }
+ territories{"ID"}
}
}
mk{
primary{
- scripts{
- "Cyrl",
- }
- territories{
- "MK",
- }
+ scripts{"Cyrl"}
+ territories{"MK"}
}
}
ml{
primary{
- scripts{
- "Mlym",
- }
+ scripts{"Mlym"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
mn{
"Cyrl",
"Mong",
}
- territories{
- "MN",
- }
+ territories{"MN"}
}
secondary{
- scripts{
- "Phag",
- }
- territories{
- "CN",
- }
+ scripts{"Phag"}
+ territories{"CN"}
}
}
mnc{
secondary{
- scripts{
- "Mong",
- }
+ scripts{"Mong"}
}
}
mni{
primary{
- scripts{
- "Beng",
- }
+ scripts{"Beng"}
}
secondary{
- scripts{
- "Mtei",
- }
- territories{
- "IN",
- }
+ scripts{"Mtei"}
+ territories{"IN"}
}
}
mns{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
mnw{
primary{
- scripts{
- "Mymr",
- }
+ scripts{"Mymr"}
}
}
moh{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
mos{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "BF",
- }
+ territories{"BF"}
}
}
mr{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
ms{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"BN",
"MY",
}
}
secondary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
territories{
"CC",
"ID",
}
mt{
primary{
- scripts{
- "Latn",
- }
- territories{
- "MT",
- }
+ scripts{"Latn"}
+ territories{"MT"}
}
}
mtr{
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
mua{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
mup{
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
mus{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
mwl{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
mwr{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
my{
primary{
- scripts{
- "Mymr",
- }
- territories{
- "MM",
- }
+ scripts{"Mymr"}
+ territories{"MM"}
}
}
myv{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- territories{
- "RU",
- }
+ territories{"RU"}
}
}
myx{
secondary{
- territories{
- "UG",
- }
+ territories{"UG"}
}
}
myz{
secondary{
- scripts{
- "Mand",
- }
+ scripts{"Mand"}
}
}
na{
primary{
- scripts{
- "Latn",
- }
- territories{
- "NR",
- }
+ scripts{"Latn"}
+ territories{"NR"}
}
}
nap{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "IT",
- }
+ territories{"IT"}
}
}
naq{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
nb{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"NO",
"SJ",
}
nbf{
secondary{
- scripts{
- "Nkgb",
- }
+ scripts{"Nkgb"}
}
}
nd{
primary{
- scripts{
- "Latn",
- }
- territories{
- "ZW",
- }
+ scripts{"Latn"}
+ territories{"ZW"}
}
}
ndc{
secondary{
- territories{
- "MZ",
- }
+ territories{"MZ"}
}
}
nds{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "DE",
- }
+ territories{"DE"}
}
}
ne{
primary{
- scripts{
- "Deva",
- }
- territories{
- "NP",
- }
+ scripts{"Deva"}
+ territories{"NP"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
new{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
}
ng{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "NA",
- }
+ territories{"NA"}
}
}
ngl{
secondary{
- territories{
- "MZ",
- }
+ territories{"MZ"}
}
}
nia{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
niu{
primary{
- scripts{
- "Latn",
- }
- territories{
- "NU",
- }
+ scripts{"Latn"}
+ territories{"NU"}
}
}
nl{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"AW",
"BE",
}
nmg{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
nn{
primary{
- scripts{
- "Latn",
- }
- territories{
- "NO",
- }
+ scripts{"Latn"}
+ territories{"NO"}
}
}
no{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
nod{
secondary{
- scripts{
- "Lana",
- }
- territories{
- "TH",
- }
+ scripts{"Lana"}
+ territories{"TH"}
}
}
noe{
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
nog{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
nqo{
primary{
- scripts{
- "Nkoo",
- }
+ scripts{"Nkoo"}
}
}
nr{
primary{
- scripts{
- "Latn",
- }
- territories{
- "ZA",
- }
+ scripts{"Latn"}
+ territories{"ZA"}
}
}
nso{
primary{
- scripts{
- "Latn",
- }
- territories{
- "ZA",
- }
+ scripts{"Latn"}
+ territories{"ZA"}
}
}
nus{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
nv{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
ny{
primary{
- scripts{
- "Latn",
- }
- territories{
- "MW",
- }
+ scripts{"Latn"}
+ territories{"MW"}
}
secondary{
- territories{
- "ZM",
- }
+ territories{"ZM"}
}
}
nym{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "TZ",
- }
+ territories{"TZ"}
}
}
nyn{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "UG",
- }
+ territories{"UG"}
}
}
nyo{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
nzi{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
oc{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "FR",
- }
+ territories{"FR"}
}
}
oj{
primary{
- scripts{
- "Cans",
- }
+ scripts{"Cans"}
}
secondary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
om{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Ethi",
- }
- territories{
- "ET",
- }
+ scripts{"Ethi"}
+ territories{"ET"}
}
}
or{
primary{
- scripts{
- "Orya",
- }
+ scripts{"Orya"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
os{
}
}
secondary{
- territories{
- "GE",
- }
+ territories{"GE"}
}
}
osa{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
osc{
}
otk{
secondary{
- scripts{
- "Orkh",
- }
+ scripts{"Orkh"}
}
}
pa{
primary{
- scripts{
- "Guru",
- }
+ scripts{"Guru"}
}
secondary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
territories{
"IN",
"PK",
}
pag{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "PH",
- }
+ territories{"PH"}
}
}
pal{
secondary{
- scripts{
- "Phli",
- }
+ scripts{"Phli"}
}
}
pam{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "PH",
- }
+ territories{"PH"}
}
}
pap{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "AW",
- }
+ territories{"AW"}
}
}
pau{
primary{
- scripts{
- "Latn",
- }
- territories{
- "PW",
- }
+ scripts{"Latn"}
+ territories{"PW"}
}
}
peo{
secondary{
- scripts{
- "Xpeo",
- }
+ scripts{"Xpeo"}
}
}
phn{
secondary{
- scripts{
- "Phnx",
- }
+ scripts{"Phnx"}
}
}
pi{
}
pl{
primary{
- scripts{
- "Latn",
- }
- territories{
- "PL",
- }
+ scripts{"Latn"}
+ territories{"PL"}
}
secondary{
- territories{
- "UA",
- }
+ territories{"UA"}
}
}
pon{
primary{
- scripts{
- "Latn",
- }
- territories{
- "FM",
- }
+ scripts{"Latn"}
+ territories{"FM"}
}
}
pra{
}
prd{
primary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
}
}
prg{
secondary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
ps{
primary{
- scripts{
- "Arab",
- }
- territories{
- "AF",
- }
+ scripts{"Arab"}
+ territories{"AF"}
}
secondary{
- territories{
- "PK",
- }
+ territories{"PK"}
}
}
pt{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"AO",
"BR",
}
}
secondary{
- territories{
- "FR",
- }
+ territories{"FR"}
}
}
qu{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"BO",
"PE",
}
raj{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
rap{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
rar{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
rcf{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "RE",
- }
+ territories{"RE"}
}
}
rej{
secondary{
- scripts{
- "Rjng",
- }
- territories{
- "ID",
- }
+ scripts{"Rjng"}
+ territories{"ID"}
}
}
rif{
secondary{
- territories{
- "MA",
- }
+ territories{"MA"}
}
}
ril{
primary{
- scripts{
- "Beng",
- }
+ scripts{"Beng"}
}
}
rjb{
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
rm{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "CH",
- }
+ territories{"CH"}
}
}
rmt{
secondary{
- territories{
- "IR",
- }
+ territories{"IR"}
}
}
rn{
primary{
- scripts{
- "Latn",
- }
- territories{
- "BI",
- }
+ scripts{"Latn"}
+ territories{"BI"}
}
}
ro{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"MD",
"RO",
}
}
secondary{
- scripts{
- "Cyrl",
- }
- territories{
- "RS",
- }
+ scripts{"Cyrl"}
+ territories{"RS"}
}
}
rof{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
rom{
}
ru{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
territories{
"BY",
"KG",
}
rup{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
rw{
primary{
- scripts{
- "Latn",
- }
- territories{
- "RW",
- }
+ scripts{"Latn"}
+ territories{"RW"}
}
}
rwk{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
sa{
"Deva",
"Sinh",
}
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
sad{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
sah{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- territories{
- "RU",
- }
+ territories{"RU"}
}
}
sam{
}
saq{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
sas{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "ID",
- }
+ territories{"ID"}
}
}
sat{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
scripts{
"Olck",
"Orya",
}
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
saz{
primary{
- scripts{
- "Saur",
- }
+ scripts{"Saur"}
}
}
sbp{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
sc{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
sck{
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
scn{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "IT",
- }
+ territories{"IT"}
}
}
sco{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "GB",
- }
+ territories{"GB"}
}
}
sd{
}
sdh{
primary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
}
secondary{
- territories{
- "IR",
- }
+ territories{"IR"}
}
}
se{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Cyrl",
- }
- territories{
- "NO",
- }
+ scripts{"Cyrl"}
+ territories{"NO"}
}
}
see{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
seh{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "MZ",
- }
+ territories{"MZ"}
}
}
sel{
secondary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
ses{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
sg{
primary{
- scripts{
- "Latn",
- }
- territories{
- "CF",
- }
+ scripts{"Latn"}
+ territories{"CF"}
}
}
sga{
}
sh{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
shi{
primary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
}
secondary{
- scripts{
- "Tfng",
- }
- territories{
- "MA",
- }
+ scripts{"Tfng"}
+ territories{"MA"}
}
}
shn{
primary{
- scripts{
- "Mymr",
- }
+ scripts{"Mymr"}
}
secondary{
- territories{
- "MM",
- }
+ territories{"MM"}
}
}
si{
primary{
- scripts{
- "Sinh",
- }
- territories{
- "LK",
- }
+ scripts{"Sinh"}
+ territories{"LK"}
}
}
sid{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "ET",
- }
+ territories{"ET"}
}
}
sk{
primary{
- scripts{
- "Latn",
- }
- territories{
- "SK",
- }
+ scripts{"Latn"}
+ territories{"SK"}
}
secondary{
- territories{
- "RS",
- }
+ territories{"RS"}
}
}
skr{
secondary{
- territories{
- "PK",
- }
+ territories{"PK"}
}
}
sl{
primary{
- scripts{
- "Latn",
- }
- territories{
- "SI",
- }
+ scripts{"Latn"}
+ territories{"SI"}
}
secondary{
- territories{
- "AT",
- }
+ territories{"AT"}
}
}
sm{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"AS",
"WS",
}
sma{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
smi{
secondary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
smj{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
smn{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
sms{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
sn{
primary{
- scripts{
- "Latn",
- }
- territories{
- "ZW",
- }
+ scripts{"Latn"}
+ territories{"ZW"}
}
}
snk{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
so{
primary{
- scripts{
- "Latn",
- }
- territories{
- "SO",
- }
+ scripts{"Latn"}
+ territories{"SO"}
}
secondary{
scripts{
}
son{
secondary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
sou{
secondary{
- territories{
- "TH",
- }
+ territories{"TH"}
}
}
sq{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"AL",
"MK",
}
}
secondary{
- territories{
- "RS",
- }
+ territories{"RS"}
}
}
sr{
}
srn{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "SR",
- }
+ territories{"SR"}
}
}
srr{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "SN",
- }
+ territories{"SN"}
}
}
ss{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"SZ",
"ZA",
}
ssy{
primary{
- scripts{
- "Ethi",
- }
+ scripts{"Ethi"}
}
}
st{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"LS",
"ZA",
}
su{
primary{
- scripts{
- "Latn",
- }
- territories{
- "ID",
- }
+ scripts{"Latn"}
+ territories{"ID"}
}
secondary{
- scripts{
- "Sund",
- }
+ scripts{"Sund"}
}
}
suk{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "TZ",
- }
+ territories{"TZ"}
}
}
sus{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Arab",
- }
- territories{
- "GN",
- }
+ scripts{"Arab"}
+ territories{"GN"}
}
}
sv{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"AX",
"FI",
}
sw{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"KE",
"TZ",
}
}
secondary{
- territories{
- "CD",
- }
+ territories{"CD"}
}
}
swb{
primary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
}
secondary{
- scripts{
- "Latn",
- }
- territories{
- "YT",
- }
+ scripts{"Latn"}
+ territories{"YT"}
}
}
swc{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
swv{
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
syl{
primary{
- scripts{
- "Beng",
- }
+ scripts{"Beng"}
}
secondary{
- scripts{
- "Sylo",
- }
- territories{
- "BD",
- }
+ scripts{"Sylo"}
+ territories{"BD"}
}
}
syr{
secondary{
- scripts{
- "Syrc",
- }
+ scripts{"Syrc"}
}
}
ta{
primary{
- scripts{
- "Taml",
- }
+ scripts{"Taml"}
territories{
"LK",
"SG",
}
tab{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
tbw{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Tagb",
- }
+ scripts{"Tagb"}
}
}
tcy{
primary{
- scripts{
- "Knda",
- }
+ scripts{"Knda"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
tdd{
primary{
- scripts{
- "Tale",
- }
+ scripts{"Tale"}
}
}
te{
primary{
- scripts{
- "Telu",
- }
+ scripts{"Telu"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
tem{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "SL",
- }
+ territories{"SL"}
}
}
teo{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "UG",
- }
+ territories{"UG"}
}
}
ter{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
tet{
primary{
- scripts{
- "Latn",
- }
- territories{
- "TL",
- }
+ scripts{"Latn"}
+ territories{"TL"}
}
}
tg{
"Cyrl",
"Latn",
}
- territories{
- "TJ",
- }
+ territories{"TJ"}
}
}
th{
primary{
- scripts{
- "Thai",
- }
- territories{
- "TH",
- }
+ scripts{"Thai"}
+ territories{"TH"}
}
}
ti{
primary{
- scripts{
- "Ethi",
- }
- territories{
- "ER",
- }
+ scripts{"Ethi"}
+ territories{"ER"}
}
secondary{
- territories{
- "ET",
- }
+ territories{"ET"}
}
}
tig{
primary{
- scripts{
- "Ethi",
- }
+ scripts{"Ethi"}
}
secondary{
- territories{
- "ER",
- }
+ territories{"ER"}
}
}
tiv{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "NG",
- }
+ territories{"NG"}
}
}
tk{
"Cyrl",
"Latn",
}
- territories{
- "TM",
- }
+ territories{"TM"}
}
secondary{
- territories{
- "IR",
- }
+ territories{"IR"}
}
}
tkl{
primary{
- scripts{
- "Latn",
- }
- territories{
- "TK",
- }
+ scripts{"Latn"}
+ territories{"TK"}
}
}
tl{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
territories{
}
tli{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
tmh{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
tn{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"BW",
"ZA",
}
to{
primary{
- scripts{
- "Latn",
- }
- territories{
- "TO",
- }
+ scripts{"Latn"}
+ territories{"TO"}
}
}
tog{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
tpi{
primary{
- scripts{
- "Latn",
- }
- territories{
- "PG",
- }
+ scripts{"Latn"}
+ territories{"PG"}
}
}
tr{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
territories{
"CY",
"TR",
}
}
secondary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
territories{
"DE",
"MK",
}
tru{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Syrc",
- }
+ scripts{"Syrc"}
}
}
trv{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "TW",
- }
+ territories{"TW"}
}
}
ts{
primary{
- scripts{
- "Latn",
- }
- territories{
- "ZA",
- }
+ scripts{"Latn"}
+ territories{"ZA"}
}
secondary{
- territories{
- "MZ",
- }
+ territories{"MZ"}
}
}
tsg{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "PH",
- }
+ territories{"PH"}
}
}
tsi{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
tt{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- territories{
- "RU",
- }
+ territories{"RU"}
}
}
tts{
primary{
- scripts{
- "Thai",
- }
+ scripts{"Thai"}
}
secondary{
- territories{
- "TH",
- }
+ territories{"TH"}
}
}
ttt{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
tum{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "MW",
- }
+ territories{"MW"}
}
}
tut{
secondary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
tvl{
primary{
- scripts{
- "Latn",
- }
- territories{
- "TV",
- }
+ scripts{"Latn"}
+ territories{"TV"}
}
}
tw{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
twq{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
ty{
primary{
- scripts{
- "Latn",
- }
- territories{
- "PF",
- }
+ scripts{"Latn"}
+ territories{"PF"}
}
}
tyv{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- territories{
- "RU",
- }
+ territories{"RU"}
}
}
tzm{
"Latn",
"Tfng",
}
- territories{
- "MA",
- }
+ territories{"MA"}
}
}
ude{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
udm{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
secondary{
- scripts{
- "Latn",
- }
- territories{
- "RU",
- }
+ scripts{"Latn"}
+ territories{"RU"}
}
}
ug{
primary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
}
secondary{
scripts{
"Cyrl",
"Latn",
}
- territories{
- "CN",
- }
+ territories{"CN"}
}
}
uga{
secondary{
- scripts{
- "Ugar",
- }
+ scripts{"Ugar"}
}
}
uk{
primary{
- scripts{
- "Cyrl",
- }
- territories{
- "UA",
- }
+ scripts{"Cyrl"}
+ territories{"UA"}
}
}
uli{
primary{
- scripts{
- "Latn",
- }
- territories{
- "FM",
- }
+ scripts{"Latn"}
+ territories{"FM"}
}
}
umb{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "AO",
- }
+ territories{"AO"}
}
}
und{
}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
unx{
}
ur{
primary{
- scripts{
- "Arab",
- }
- territories{
- "PK",
- }
+ scripts{"Arab"}
+ territories{"PK"}
}
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
uz{
"Cyrl",
"Latn",
}
- territories{
- "UZ",
- }
+ territories{"UZ"}
}
secondary{
- territories{
- "AF",
- }
+ territories{"AF"}
}
}
vai{
primary{
- scripts{
- "Vaii",
- }
+ scripts{"Vaii"}
}
secondary{
- scripts{
- "Latn",
- }
- territories{
- "LR",
- }
+ scripts{"Latn"}
+ territories{"LR"}
}
}
ve{
primary{
- scripts{
- "Latn",
- }
- territories{
- "ZA",
- }
+ scripts{"Latn"}
+ territories{"ZA"}
}
}
vi{
primary{
- scripts{
- "Latn",
- }
- territories{
- "VN",
- }
+ scripts{"Latn"}
+ territories{"VN"}
}
secondary{
- scripts{
- "Hani",
- }
- territories{
- "US",
- }
+ scripts{"Hani"}
+ territories{"US"}
}
}
vmw{
secondary{
- territories{
- "MZ",
- }
+ territories{"MZ"}
}
}
vo{
secondary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
vot{
secondary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
vun{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
wa{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
wae{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
wal{
primary{
- scripts{
- "Ethi",
- }
+ scripts{"Ethi"}
}
secondary{
- territories{
- "ET",
- }
+ territories{"ET"}
}
}
war{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "PH",
- }
+ territories{"PH"}
}
}
was{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
wbq{
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
wbr{
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
wls{
secondary{
- territories{
- "WF",
- }
+ territories{"WF"}
}
}
wo{
primary{
- scripts{
- "Latn",
- }
- territories{
- "SN",
- }
+ scripts{"Latn"}
+ territories{"SN"}
}
secondary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
}
}
wtm{
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
xal{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
xcr{
secondary{
- scripts{
- "Cari",
- }
+ scripts{"Cari"}
}
}
xh{
primary{
- scripts{
- "Latn",
- }
- territories{
- "ZA",
- }
+ scripts{"Latn"}
+ territories{"ZA"}
}
}
xlc{
secondary{
- scripts{
- "Lyci",
- }
+ scripts{"Lyci"}
}
}
xld{
secondary{
- scripts{
- "Lydi",
- }
+ scripts{"Lydi"}
}
}
xnr{
secondary{
- territories{
- "IN",
- }
+ territories{"IN"}
}
}
xog{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- territories{
- "UG",
- }
+ territories{"UG"}
}
}
xpr{
secondary{
- scripts{
- "Prti",
- }
+ scripts{"Prti"}
}
}
xsa{
secondary{
- scripts{
- "Sarb",
- }
+ scripts{"Sarb"}
}
}
xsr{
primary{
- scripts{
- "Deva",
- }
+ scripts{"Deva"}
}
}
xum{
}
yao{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
yap{
primary{
- scripts{
- "Latn",
- }
- territories{
- "FM",
- }
+ scripts{"Latn"}
+ territories{"FM"}
}
}
yav{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
yi{
primary{
- scripts{
- "Hebr",
- }
+ scripts{"Hebr"}
}
}
yo{
primary{
- scripts{
- "Latn",
- }
- territories{
- "NG",
- }
+ scripts{"Latn"}
+ territories{"NG"}
}
}
yrk{
primary{
- scripts{
- "Cyrl",
- }
+ scripts{"Cyrl"}
}
}
yue{
primary{
- scripts{
- "Hans",
- }
+ scripts{"Hans"}
}
}
za{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
secondary{
- scripts{
- "Hans",
- }
- territories{
- "CN",
- }
+ scripts{"Hans"}
+ territories{"CN"}
}
}
zap{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
zbl{
primary{
- scripts{
- "Blis",
- }
+ scripts{"Blis"}
}
}
zdj{
primary{
- territories{
- "KM",
- }
+ territories{"KM"}
}
}
zen{
secondary{
- scripts{
- "Tfng",
- }
+ scripts{"Tfng"}
}
}
zh{
}
zu{
primary{
- scripts{
- "Latn",
- }
- territories{
- "ZA",
- }
+ scripts{"Latn"}
+ territories{"ZA"}
}
}
zun{
primary{
- scripts{
- "Latn",
- }
+ scripts{"Latn"}
}
}
zza{
primary{
- scripts{
- "Arab",
- }
+ scripts{"Arab"}
}
}
}
languageMatching{
written{
{
- "no",
- "nb",
- "100",
+ "*",
+ "*",
+ "1",
}
{
- "nn",
- "no",
+ "*-*",
+ "*-*",
+ "20",
+ }
+ {
+ "*-*-*",
+ "*-*-*",
"96",
}
+ {
+ "*-Hans",
+ "*-Hant",
+ "85",
+ }
+ {
+ "*-Hant",
+ "*-Hans",
+ "75",
+ }
{
"da",
"nb",
"90",
}
{
- "sh",
+ "da",
+ "no",
+ "90",
+ }
+ {
+ "en-*-*",
+ "en-*-*",
+ "99",
+ }
+ {
+ "en-*-CA",
+ "en-*-*",
+ "98",
+ }
+ {
+ "en-*-US",
+ "en-*-*",
+ "97",
+ }
+ {
+ "en-*-US",
+ "en-*-CA",
+ "98",
+ }
+ {
+ "es-*-ES",
+ "es-*-*",
+ "93",
+ }
+ {
+ "es-*-ES",
+ "es-*-ES",
+ "100",
+ }
+ {
+ "hr",
"bs",
"96",
}
{
- "sh",
- "hr",
+ "ms",
+ "id",
+ "90",
+ }
+ {
+ "nn",
+ "nb",
"96",
}
{
- "sh",
- "sr",
+ "nn",
+ "no",
"96",
}
{
- "ssy",
- "aa",
+ "no",
+ "nb",
+ "100",
+ }
+ {
+ "sh",
+ "bs",
"96",
}
{
- "*-Hans",
- "*-Hant",
- "85",
+ "sh",
+ "hr",
+ "96",
}
{
- "en-*-US",
- "en-*-CA",
- "98",
+ "sh",
+ "sr",
+ "96",
}
{
- "en-*-CA",
- "en-*-*",
- "98",
+ "sr-Latn",
+ "sr-Cyrl",
+ "90",
}
{
- "es-*-ES",
- "es-*-ES",
- "100",
+ "sr",
+ "bs",
+ "96",
}
{
- "*",
- "*",
- "1",
+ "sr",
+ "hr",
+ "96",
}
{
- "*-*-*",
- "*-*-*",
+ "ssy",
+ "aa",
"96",
}
}
}
- /**
- * Map from territory codes to ITU telephone codes.
- * NOTE: This is not true locale data; it exists only in ROOT
- */
telephoneCodeData{
001{
{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/windowsZones.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/windowsZones.xml
// *
// ***************************************************************************
windowsZones:table(nofallback){
mapTimezones{
- AUS Central Standard Time{
+ "AUS Central Standard Time"{
001{"Australia/Darwin"}
AU{"Australia/Darwin"}
}
- AUS Eastern Standard Time{
+ "AUS Eastern Standard Time"{
001{"Australia/Sydney"}
AU{"Australia/Sydney Australia/Melbourne"}
}
- Afghanistan Standard Time{
+ "Afghanistan Standard Time"{
001{"Asia/Kabul"}
AF{"Asia/Kabul"}
}
- Alaskan Standard Time{
+ "Alaskan Standard Time"{
001{"America/Anchorage"}
US{
"America/Anchorage America/Juneau America/Nome America/Sitka America/"
"Yakutat"
}
}
- Arab Standard Time{
+ "Arab Standard Time"{
001{"Asia/Riyadh"}
BH{"Asia/Bahrain"}
KW{"Asia/Kuwait"}
SA{"Asia/Riyadh"}
YE{"Asia/Aden"}
}
- Arabian Standard Time{
+ "Arabian Standard Time"{
001{"Asia/Dubai"}
AE{"Asia/Dubai"}
OM{"Asia/Muscat"}
ZZ{"Etc/GMT-4"}
}
- Arabic Standard Time{
+ "Arabic Standard Time"{
001{"Asia/Baghdad"}
IQ{"Asia/Baghdad"}
}
- Argentina Standard Time{
+ "Argentina Standard Time"{
001{"America/Buenos_Aires"}
AR{
"America/Buenos_Aires America/Argentina/La_Rioja America/Argentina/Ri"
"uaia America/Catamarca America/Cordoba America/Jujuy America/Mendoza"
}
}
- Atlantic Standard Time{
+ "Atlantic Standard Time"{
001{"America/Halifax"}
BM{"Atlantic/Bermuda"}
CA{"America/Halifax America/Glace_Bay America/Goose_Bay America/Moncton"}
GL{"America/Thule"}
}
- Azerbaijan Standard Time{
+ "Azerbaijan Standard Time"{
001{"Asia/Baku"}
AZ{"Asia/Baku"}
}
- Azores Standard Time{
+ "Azores Standard Time"{
001{"Atlantic/Azores"}
GL{"America/Scoresbysund"}
PT{"Atlantic/Azores"}
}
- Bahia Standard Time{
+ "Bahia Standard Time"{
001{"America/Bahia"}
BR{"America/Bahia"}
}
- Bangladesh Standard Time{
+ "Bangladesh Standard Time"{
001{"Asia/Dhaka"}
BD{"Asia/Dhaka"}
BT{"Asia/Thimphu"}
}
- Canada Central Standard Time{
+ "Canada Central Standard Time"{
001{"America/Regina"}
CA{"America/Regina America/Swift_Current"}
}
- Cape Verde Standard Time{
+ "Cape Verde Standard Time"{
001{"Atlantic/Cape_Verde"}
CV{"Atlantic/Cape_Verde"}
ZZ{"Etc/GMT+1"}
}
- Caucasus Standard Time{
+ "Caucasus Standard Time"{
001{"Asia/Yerevan"}
AM{"Asia/Yerevan"}
}
- Cen. Australia Standard Time{
+ "Cen. Australia Standard Time"{
001{"Australia/Adelaide"}
AU{"Australia/Adelaide Australia/Broken_Hill"}
}
- Central America Standard Time{
+ "Central America Standard Time"{
001{"America/Guatemala"}
BZ{"America/Belize"}
CR{"America/Costa_Rica"}
SV{"America/El_Salvador"}
ZZ{"Etc/GMT+6"}
}
- Central Asia Standard Time{
+ "Central Asia Standard Time"{
001{"Asia/Almaty"}
AQ{"Antarctica/Vostok"}
IO{"Indian/Chagos"}
KZ{"Asia/Almaty Asia/Qyzylorda"}
ZZ{"Etc/GMT-6"}
}
- Central Brazilian Standard Time{
+ "Central Brazilian Standard Time"{
001{"America/Cuiaba"}
BR{"America/Cuiaba America/Campo_Grande"}
}
- Central Europe Standard Time{
+ "Central Europe Standard Time"{
001{"Europe/Budapest"}
AL{"Europe/Tirane"}
CZ{"Europe/Prague"}
SI{"Europe/Ljubljana"}
SK{"Europe/Bratislava"}
}
- Central European Standard Time{
+ "Central European Standard Time"{
001{"Europe/Warsaw"}
BA{"Europe/Sarajevo"}
HR{"Europe/Zagreb"}
MK{"Europe/Skopje"}
PL{"Europe/Warsaw"}
}
- Central Pacific Standard Time{
+ "Central Pacific Standard Time"{
001{"Pacific/Guadalcanal"}
AQ{"Antarctica/Macquarie"}
FM{"Pacific/Ponape Pacific/Kosrae"}
VU{"Pacific/Efate"}
ZZ{"Etc/GMT-11"}
}
- Central Standard Time{
+ "Central Standard Time (Mexico)"{
+ 001{"America/Mexico_City"}
+ MX{
+ "America/Mexico_City America/Bahia_Banderas America/Cancun America/Me"
+ "rida America/Monterrey"
+ }
+ }
+ "Central Standard Time"{
001{"America/Chicago"}
CA{
"America/Winnipeg America/Rainy_River America/Rankin_Inlet America/Re"
}
ZZ{"CST6CDT"}
}
- Central Standard Time (Mexico){
- 001{"America/Mexico_City"}
- MX{
- "America/Mexico_City America/Bahia_Banderas America/Cancun America/Me"
- "rida America/Monterrey"
- }
- }
- China Standard Time{
+ "China Standard Time"{
001{"Asia/Shanghai"}
CN{"Asia/Shanghai Asia/Chongqing Asia/Harbin Asia/Kashgar Asia/Urumqi"}
HK{"Asia/Hong_Kong"}
MO{"Asia/Macau"}
}
- Dateline Standard Time{
+ "Dateline Standard Time"{
001{"Etc/GMT+12"}
ZZ{"Etc/GMT+12"}
}
- E. Africa Standard Time{
+ "E. Africa Standard Time"{
001{"Africa/Nairobi"}
AQ{"Antarctica/Syowa"}
DJ{"Africa/Djibouti"}
YT{"Indian/Mayotte"}
ZZ{"Etc/GMT-3"}
}
- E. Australia Standard Time{
+ "E. Australia Standard Time"{
001{"Australia/Brisbane"}
AU{"Australia/Brisbane Australia/Lindeman"}
}
- E. Europe Standard Time{
+ "E. Europe Standard Time"{
001{"Asia/Nicosia"}
CY{"Asia/Nicosia"}
}
- E. South America Standard Time{
+ "E. South America Standard Time"{
001{"America/Sao_Paulo"}
BR{"America/Sao_Paulo"}
}
- Eastern Standard Time{
+ "Eastern Standard Time"{
001{"America/New_York"}
BS{"America/Nassau"}
CA{
}
ZZ{"EST5EDT"}
}
- Egypt Standard Time{
+ "Egypt Standard Time"{
001{"Africa/Cairo"}
EG{"Africa/Cairo"}
PS{"Asia/Gaza Asia/Hebron"}
}
- Ekaterinburg Standard Time{
+ "Ekaterinburg Standard Time"{
001{"Asia/Yekaterinburg"}
RU{"Asia/Yekaterinburg"}
}
- FLE Standard Time{
+ "FLE Standard Time"{
001{"Europe/Kiev"}
AX{"Europe/Mariehamn"}
BG{"Europe/Sofia"}
LV{"Europe/Riga"}
UA{"Europe/Kiev Europe/Simferopol Europe/Uzhgorod Europe/Zaporozhye"}
}
- Fiji Standard Time{
+ "Fiji Standard Time"{
001{"Pacific/Fiji"}
FJ{"Pacific/Fiji"}
}
- GMT Standard Time{
+ "GMT Standard Time"{
001{"Europe/London"}
ES{"Atlantic/Canary"}
FO{"Atlantic/Faeroe"}
JE{"Europe/Jersey"}
PT{"Europe/Lisbon Atlantic/Madeira"}
}
- GTB Standard Time{
+ "GTB Standard Time"{
001{"Europe/Bucharest"}
GR{"Europe/Athens"}
MD{"Europe/Chisinau"}
RO{"Europe/Bucharest"}
}
- Georgian Standard Time{
+ "Georgian Standard Time"{
001{"Asia/Tbilisi"}
GE{"Asia/Tbilisi"}
}
- Greenland Standard Time{
+ "Greenland Standard Time"{
001{"America/Godthab"}
GL{"America/Godthab"}
}
- Greenwich Standard Time{
+ "Greenwich Standard Time"{
001{"Atlantic/Reykjavik"}
BF{"Africa/Ouagadougou"}
CI{"Africa/Abidjan"}
ST{"Africa/Sao_Tome"}
TG{"Africa/Lome"}
}
- Hawaiian Standard Time{
+ "Hawaiian Standard Time"{
001{"Pacific/Honolulu"}
CK{"Pacific/Rarotonga"}
PF{"Pacific/Tahiti"}
US{"Pacific/Honolulu"}
ZZ{"Etc/GMT+10"}
}
- India Standard Time{
+ "India Standard Time"{
001{"Asia/Calcutta"}
IN{"Asia/Calcutta"}
}
- Iran Standard Time{
+ "Iran Standard Time"{
001{"Asia/Tehran"}
IR{"Asia/Tehran"}
}
- Israel Standard Time{
+ "Israel Standard Time"{
001{"Asia/Jerusalem"}
IL{"Asia/Jerusalem"}
}
- Jordan Standard Time{
+ "Jordan Standard Time"{
001{"Asia/Amman"}
JO{"Asia/Amman"}
}
- Kaliningrad Standard Time{
+ "Kaliningrad Standard Time"{
001{"Europe/Kaliningrad"}
BY{"Europe/Minsk"}
RU{"Europe/Kaliningrad"}
}
- Korea Standard Time{
+ "Korea Standard Time"{
001{"Asia/Seoul"}
KP{"Asia/Pyongyang"}
KR{"Asia/Seoul"}
}
- Magadan Standard Time{
+ "Magadan Standard Time"{
001{"Asia/Magadan"}
RU{"Asia/Magadan Asia/Anadyr Asia/Kamchatka"}
}
- Mauritius Standard Time{
+ "Mauritius Standard Time"{
001{"Indian/Mauritius"}
MU{"Indian/Mauritius"}
RE{"Indian/Reunion"}
SC{"Indian/Mahe"}
}
- Middle East Standard Time{
+ "Middle East Standard Time"{
001{"Asia/Beirut"}
LB{"Asia/Beirut"}
}
- Montevideo Standard Time{
+ "Montevideo Standard Time"{
001{"America/Montevideo"}
UY{"America/Montevideo"}
}
- Morocco Standard Time{
+ "Morocco Standard Time"{
001{"Africa/Casablanca"}
MA{"Africa/Casablanca"}
}
- Mountain Standard Time{
+ "Mountain Standard Time (Mexico)"{
+ 001{"America/Chihuahua"}
+ MX{"America/Chihuahua America/Mazatlan"}
+ }
+ "Mountain Standard Time"{
001{"America/Denver"}
CA{
"America/Edmonton America/Cambridge_Bay America/Inuvik America/Yellow"
US{"America/Denver America/Boise America/Shiprock"}
ZZ{"MST7MDT"}
}
- Mountain Standard Time (Mexico){
- 001{"America/Chihuahua"}
- MX{"America/Chihuahua America/Mazatlan"}
- }
- Myanmar Standard Time{
+ "Myanmar Standard Time"{
001{"Asia/Rangoon"}
CC{"Indian/Cocos"}
MM{"Asia/Rangoon"}
}
- N. Central Asia Standard Time{
+ "N. Central Asia Standard Time"{
001{"Asia/Novosibirsk"}
RU{"Asia/Novosibirsk Asia/Novokuznetsk Asia/Omsk"}
}
- Namibia Standard Time{
+ "Namibia Standard Time"{
001{"Africa/Windhoek"}
NA{"Africa/Windhoek"}
}
- Nepal Standard Time{
+ "Nepal Standard Time"{
001{"Asia/Katmandu"}
NP{"Asia/Katmandu"}
}
- New Zealand Standard Time{
+ "New Zealand Standard Time"{
001{"Pacific/Auckland"}
AQ{"Antarctica/South_Pole Antarctica/McMurdo"}
NZ{"Pacific/Auckland"}
}
- Newfoundland Standard Time{
+ "Newfoundland Standard Time"{
001{"America/St_Johns"}
CA{"America/St_Johns"}
}
- North Asia East Standard Time{
+ "North Asia East Standard Time"{
001{"Asia/Irkutsk"}
RU{"Asia/Irkutsk"}
}
- North Asia Standard Time{
+ "North Asia Standard Time"{
001{"Asia/Krasnoyarsk"}
RU{"Asia/Krasnoyarsk"}
}
- Pacific SA Standard Time{
+ "Pacific SA Standard Time"{
001{"America/Santiago"}
AQ{"Antarctica/Palmer"}
CL{"America/Santiago"}
}
- Pacific Standard Time{
+ "Pacific Standard Time (Mexico)"{
+ 001{"America/Santa_Isabel"}
+ MX{"America/Santa_Isabel"}
+ }
+ "Pacific Standard Time"{
001{"America/Los_Angeles"}
CA{"America/Vancouver America/Dawson America/Whitehorse"}
MX{"America/Tijuana"}
US{"America/Los_Angeles"}
ZZ{"PST8PDT"}
}
- Pacific Standard Time (Mexico){
- 001{"America/Santa_Isabel"}
- MX{"America/Santa_Isabel"}
- }
- Pakistan Standard Time{
+ "Pakistan Standard Time"{
001{"Asia/Karachi"}
PK{"Asia/Karachi"}
}
- Paraguay Standard Time{
+ "Paraguay Standard Time"{
001{"America/Asuncion"}
PY{"America/Asuncion"}
}
- Romance Standard Time{
+ "Romance Standard Time"{
001{"Europe/Paris"}
BE{"Europe/Brussels"}
DK{"Europe/Copenhagen"}
ES{"Europe/Madrid Africa/Ceuta"}
FR{"Europe/Paris"}
}
- Russian Standard Time{
+ "Russian Standard Time"{
001{"Europe/Moscow"}
RU{"Europe/Moscow Europe/Samara Europe/Volgograd"}
}
- SA Eastern Standard Time{
+ "SA Eastern Standard Time"{
001{"America/Cayenne"}
AQ{"Antarctica/Rothera"}
BR{
SR{"America/Paramaribo"}
ZZ{"Etc/GMT+3"}
}
- SA Pacific Standard Time{
+ "SA Pacific Standard Time"{
001{"America/Bogota"}
CA{"America/Coral_Harbour"}
CO{"America/Bogota"}
PE{"America/Lima"}
ZZ{"Etc/GMT+5"}
}
- SA Western Standard Time{
+ "SA Western Standard Time"{
001{"America/La_Paz"}
AG{"America/Antigua"}
AI{"America/Anguilla"}
VI{"America/St_Thomas"}
ZZ{"Etc/GMT+4"}
}
- SE Asia Standard Time{
+ "SE Asia Standard Time"{
001{"Asia/Bangkok"}
AQ{"Antarctica/Davis"}
CX{"Indian/Christmas"}
VN{"Asia/Saigon"}
ZZ{"Etc/GMT-7"}
}
- Samoa Standard Time{
+ "Samoa Standard Time"{
001{"Pacific/Apia"}
WS{"Pacific/Apia"}
}
- Singapore Standard Time{
+ "Singapore Standard Time"{
001{"Asia/Singapore"}
BN{"Asia/Brunei"}
ID{"Asia/Makassar"}
SG{"Asia/Singapore"}
ZZ{"Etc/GMT-8"}
}
- South Africa Standard Time{
+ "South Africa Standard Time"{
001{"Africa/Johannesburg"}
BI{"Africa/Bujumbura"}
BW{"Africa/Gaborone"}
ZW{"Africa/Harare"}
ZZ{"Etc/GMT-2"}
}
- Sri Lanka Standard Time{
+ "Sri Lanka Standard Time"{
001{"Asia/Colombo"}
LK{"Asia/Colombo"}
}
- Syria Standard Time{
+ "Syria Standard Time"{
001{"Asia/Damascus"}
SY{"Asia/Damascus"}
}
- Taipei Standard Time{
+ "Taipei Standard Time"{
001{"Asia/Taipei"}
TW{"Asia/Taipei"}
}
- Tasmania Standard Time{
+ "Tasmania Standard Time"{
001{"Australia/Hobart"}
AU{"Australia/Hobart Australia/Currie"}
}
- Tokyo Standard Time{
+ "Tokyo Standard Time"{
001{"Asia/Tokyo"}
ID{"Asia/Jayapura"}
JP{"Asia/Tokyo"}
TL{"Asia/Dili"}
ZZ{"Etc/GMT-9"}
}
- Tonga Standard Time{
+ "Tonga Standard Time"{
001{"Pacific/Tongatapu"}
KI{"Pacific/Enderbury"}
TO{"Pacific/Tongatapu"}
ZZ{"Etc/GMT-13"}
}
- Turkey Standard Time{
+ "Turkey Standard Time"{
001{"Europe/Istanbul"}
TR{"Europe/Istanbul"}
}
- US Eastern Standard Time{
+ "US Eastern Standard Time"{
001{"America/Indianapolis"}
US{"America/Indianapolis America/Indiana/Marengo America/Indiana/Vevay"}
}
- US Mountain Standard Time{
+ "US Mountain Standard Time"{
001{"America/Phoenix"}
CA{"America/Dawson_Creek America/Creston"}
MX{"America/Hermosillo"}
US{"America/Phoenix"}
ZZ{"Etc/GMT+7"}
}
- UTC{
+ "UTC"{
001{"Etc/GMT"}
GL{"America/Danmarkshavn"}
ZZ{"Etc/GMT"}
}
- UTC+12{
+ "UTC+12"{
001{"Etc/GMT-12"}
KI{"Pacific/Tarawa"}
MH{"Pacific/Majuro Pacific/Kwajalein"}
WF{"Pacific/Wallis"}
ZZ{"Etc/GMT-12"}
}
- UTC-02{
+ "UTC-02"{
001{"Etc/GMT+2"}
BR{"America/Noronha"}
GS{"Atlantic/South_Georgia"}
ZZ{"Etc/GMT+2"}
}
- UTC-11{
+ "UTC-11"{
001{"Etc/GMT+11"}
AS{"Pacific/Pago_Pago"}
NU{"Pacific/Niue"}
UM{"Pacific/Midway"}
ZZ{"Etc/GMT+11"}
}
- Ulaanbaatar Standard Time{
+ "Ulaanbaatar Standard Time"{
001{"Asia/Ulaanbaatar"}
MN{"Asia/Ulaanbaatar Asia/Choibalsan"}
}
- Venezuela Standard Time{
+ "Venezuela Standard Time"{
001{"America/Caracas"}
VE{"America/Caracas"}
}
- Vladivostok Standard Time{
+ "Vladivostok Standard Time"{
001{"Asia/Vladivostok"}
RU{"Asia/Vladivostok Asia/Sakhalin"}
}
- W. Australia Standard Time{
+ "W. Australia Standard Time"{
001{"Australia/Perth"}
AQ{"Antarctica/Casey"}
AU{"Australia/Perth"}
}
- W. Central Africa Standard Time{
+ "W. Central Africa Standard Time"{
001{"Africa/Lagos"}
AO{"Africa/Luanda"}
BJ{"Africa/Porto-Novo"}
TN{"Africa/Tunis"}
ZZ{"Etc/GMT-1"}
}
- W. Europe Standard Time{
+ "W. Europe Standard Time"{
001{"Europe/Berlin"}
AD{"Europe/Andorra"}
AT{"Europe/Vienna"}
SM{"Europe/San_Marino"}
VA{"Europe/Vatican"}
}
- West Asia Standard Time{
+ "West Asia Standard Time"{
001{"Asia/Tashkent"}
AQ{"Antarctica/Mawson"}
KZ{"Asia/Oral Asia/Aqtau Asia/Aqtobe"}
UZ{"Asia/Tashkent Asia/Samarkand"}
ZZ{"Etc/GMT-5"}
}
- West Pacific Standard Time{
+ "West Pacific Standard Time"{
001{"Pacific/Port_Moresby"}
AQ{"Antarctica/DumontDUrville"}
FM{"Pacific/Truk"}
PG{"Pacific/Port_Moresby"}
ZZ{"Etc/GMT-10"}
}
- Yakutsk Standard Time{
+ "Yakutsk Standard Time"{
001{"Asia/Yakutsk"}
RU{"Asia/Yakutsk"}
}
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/af.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/af.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/agq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/agq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ak.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ak.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/am.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/am.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/as.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/as.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/asa.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/asa.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/az.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/az.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/az_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/az_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/az_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/az_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bas.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bas.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/be.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/be.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bem.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bem.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bez.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bez.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bm.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bm.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/br.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/br.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/brx.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/brx.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bs.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bs.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ca.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ca.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/cgg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/cgg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/chr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/chr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/cs.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/cs.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/cy.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/cy.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/da.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/da.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dav.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dav.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/de.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/de.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/de_CH.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/de_CH.xml
// *
// ***************************************************************************
de_CH{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dje.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dje.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dua.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dua.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dyo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dyo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ebu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ebu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ee.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ee.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/el.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/el.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/eo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/eo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_CL.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_CL.xml
// *
// ***************************************************************************
es_CL{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/et.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/et.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/eu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/eu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ewo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ewo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fa.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fa.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fa_AF.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fa_AF.xml
// *
// ***************************************************************************
fa_AF{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ff.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ff.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fi.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fil.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fil.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ga.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ga.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gsw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gsw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/guz.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/guz.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gv.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gv.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ha.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ha.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ha_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ha_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/haw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/haw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/he.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/he.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hi.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hy.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hy.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/id.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/id.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ig.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ig.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ii.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ii.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/is.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/is.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/it.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/it.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ja.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ja.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/jmc.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/jmc.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ka.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ka.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kab.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kab.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kam.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kam.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kde.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kde.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kea.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kea.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/khq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/khq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ki.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ki.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kk_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kk_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kln.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kln.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/km.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/km.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ko.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ko.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kok.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kok.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ksb.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ksb.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ksf.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ksf.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lag.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lag.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ln.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ln.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lt.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lt.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/luo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/luo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/luy.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/luy.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lv.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lv.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mas.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mas.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mer.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mer.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mfe.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mfe.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mgh.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mgh.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ml.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ml.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ms.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ms.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mt.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mt.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mua.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mua.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/my.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/my.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/naq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/naq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nb.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nb.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nd.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nd.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ne.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ne.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nl_BE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nl_BE.xml
// *
// ***************************************************************************
nl_BE{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nmg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nmg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nus.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nus.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nyn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nyn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/om.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/om.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/or.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/or.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pa.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pa.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pa_Arab.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pa_Arab.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pa_Guru.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pa_Guru.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ps.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ps.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pt.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pt.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pt_PT.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pt_PT.xml
// *
// ***************************************************************************
pt_PT{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rm.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rm.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ro.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ro.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rof.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rof.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/root.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/root.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ru.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ru.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rwk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rwk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/saq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/saq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sbp.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sbp.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/seh.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/seh.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ses.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ses.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/shi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/shi.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/shi_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/shi_Latn.xml
// *
// ***************************************************************************
shi_Latn{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/shi_Tfng.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/shi_Tfng.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/si.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/si.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/so.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/so.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sv.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sv.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/swc.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/swc.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ta.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ta.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/te.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/te.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/teo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/teo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/th.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/th.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ti.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ti.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/to.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/to.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/tr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/tr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/twq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/twq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/tzm.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/tzm.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/tzm_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/tzm_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ur.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ur.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz_Arab.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz_Arab.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vai.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vai.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vai_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vai_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vai_Vaii.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vai_Vaii.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vi.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vun.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vun.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/xog.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/xog.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/yav.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/yav.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/yo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/yo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans_HK.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans_HK.xml
// *
// ***************************************************************************
zh_Hans_HK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans_MO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans_MO.xml
// *
// ***************************************************************************
zh_Hans_MO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans_SG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans_SG.xml
// *
// ***************************************************************************
zh_Hans_SG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hant.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hant.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hant_HK.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hant_HK.xml
// *
// ***************************************************************************
zh_Hant_HK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/af.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/af.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/agq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/agq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ak.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ak.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/am.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/am.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ar.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ar.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/as.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/as.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/asa.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/asa.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/az.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/az.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/az_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/az_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/az_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/az_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bas.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bas.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/be.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/be.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bem.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bem.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bez.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bez.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bm.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bm.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/br.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/br.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/brx.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/brx.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/bs.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/bs.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ca.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ca.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/cgg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/cgg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/chr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/chr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/cs.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/cs.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/cy.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/cy.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/da.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/da.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dav.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dav.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/de.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/de.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dje.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dje.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dua.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dua.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/dyo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/dyo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ebu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ebu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ee.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ee.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/el.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/el.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_AU.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_AU.xml
// *
// ***************************************************************************
en_AU{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_CA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_CA.xml
// *
// ***************************************************************************
en_CA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_GB.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_GB.xml
// *
// ***************************************************************************
en_GB{
// *
// * Copyright (C) 2012 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
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_GU.xml
// *
// ***************************************************************************
en_GU{
// *
// * Copyright (C) 2012 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
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_HK.xml
// *
// ***************************************************************************
en_HK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_IE.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_IE.xml
// *
// ***************************************************************************
en_IE{
// *
// * Copyright (C) 2012 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
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_IN.xml
// *
// ***************************************************************************
en_IN{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_NZ.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_NZ.xml
// *
// ***************************************************************************
en_NZ{
// *
// * Copyright (C) 2012 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
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_PK.xml
// *
// ***************************************************************************
en_PK{
// *
// * Copyright (C) 2012 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
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_SG.xml
// *
// ***************************************************************************
en_SG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_ZA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_ZA.xml
// *
// ***************************************************************************
en_ZA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/en_ZW.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/en_ZW.xml
// *
// ***************************************************************************
en_ZW{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/eo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/eo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/es_419.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_419.xml
// *
// ***************************************************************************
es_419{
// *
// * Copyright (C) 2012 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
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/es_AR.xml
// *
// ***************************************************************************
es_AR{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/et.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/et.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/eu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/eu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ewo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ewo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fa.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fa.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ff.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ff.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fi.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fil.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fil.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/fr_CA.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/fr_CA.xml
// *
// ***************************************************************************
fr_CA{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ga.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ga.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gsw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gsw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/guz.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/guz.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/gv.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/gv.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ha.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ha.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ha_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ha_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/haw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/haw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/he.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/he.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hi.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/hy.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/hy.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/id.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/id.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ig.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ig.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ii.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ii.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/is.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/is.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/it.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/it.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ja.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ja.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/jmc.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/jmc.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ka.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ka.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kab.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kab.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kam.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kam.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kde.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kde.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kea.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kea.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/khq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/khq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ki.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ki.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kk_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kk_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kln.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kln.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/km.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/km.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ko.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ko.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kok.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kok.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ksb.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ksb.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ksf.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ksf.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/kw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/kw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lag.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lag.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ln.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ln.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lt.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lt.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lu.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/luo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/luo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/luy.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/luy.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/lv.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/lv.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mas.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mas.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mer.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mer.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mfe.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mfe.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mgh.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mgh.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ml.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ml.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ms.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ms.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mt.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mt.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/mua.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/mua.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/my.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/my.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/naq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/naq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nb.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nb.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nd.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nd.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ne.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ne.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nmg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nmg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nus.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nus.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/nyn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/nyn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/om.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/om.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/or.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/or.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pa.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pa.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pa_Arab.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pa_Arab.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pa_Guru.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pa_Guru.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ps.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ps.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pt.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pt.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/pt_PT.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/pt_PT.xml
// *
// ***************************************************************************
pt_PT{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rm.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rm.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ro.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ro.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rof.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rof.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/root.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/root.xml
// *
// ***************************************************************************
/**
root{
Version{"2.0.67.6"}
zoneStrings{
- ""{
- ec{""}
- ld{""}
- ls{""}
- sd{""}
- ss{""}
- }
"Africa:Asmera"{
ec{"Asmara"}
}
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ru.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ru.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/rwk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/rwk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/saq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/saq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sbp.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sbp.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/seh.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/seh.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ses.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ses.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sg.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sg.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/shi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/shi.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/shi_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/shi_Latn.xml
// *
// ***************************************************************************
shi_Latn{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/shi_Tfng.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/shi_Tfng.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/si.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/si.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/so.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/so.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sr_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sr_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sv.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sv.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/sw.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/sw.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/swc.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/swc.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ta.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ta.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/te.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/te.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/teo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/teo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/th.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/th.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ti.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ti.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/to.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/to.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/tr.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/tr.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/twq.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/twq.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/tzm.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/tzm.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/tzm_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/tzm_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uk.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uk.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/ur.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/ur.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz_Arab.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz_Arab.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz_Cyrl.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz_Cyrl.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/uz_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/uz_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vai.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vai.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vai_Latn.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vai_Latn.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vai_Vaii.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vai_Vaii.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vi.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vi.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/vun.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/vun.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/xog.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/xog.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/yav.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/yav.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/yo.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/yo.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans_HK.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans_HK.xml
// *
// ***************************************************************************
zh_Hans_HK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans_MO.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans_MO.xml
// *
// ***************************************************************************
zh_Hans_MO{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hans_SG.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hans_SG.xml
// *
// ***************************************************************************
zh_Hans_SG{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hant.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hant.xml
// *
// ***************************************************************************
/**
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zh_Hant_HK.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zh_Hant_HK.xml
// *
// ***************************************************************************
zh_Hant_HK{
// *
// * Copyright (C) 2012 International Business Machines
// * Corporation and others. All Rights Reserved.
-// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
-// * Source File:<path>/common/main/zu.xml
+// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
+// * Source File: <path>/common/main/zu.xml
// *
// ***************************************************************************
/**
/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2011, International Business Machines Corporation
+ * Copyright (c) 1997-2012, International Business Machines Corporation
* and others. All Rights Reserved.
********************************************************************/
/*******************************************************************************
};
const char* result[]={
- "2\\u00A0\\u20A7", "2\\u00A0F", "IEP1.50", "1,50\\u00A0FIM", "2\\u00A0F", "ITL\\u00A02",
+ "\\u20A7\\u00A02", "2\\u00A0F", "IEP1.50", "1,50\\u00A0FIM", "2\\u00A0F", "ITL\\u00A02",
"1$50\\u00A0Esc.", "\\u00F6S\\u00A01,50", "1,50\\u00A0\\u0394\\u03C1\\u03C7", "2\\u00A0\\u20A7", "1,50\\u00A0FB", "IEP1.50",
- "1,50\\u00A0BEF", "1,50\\u00A0DEM", "1,50\\u00A0BEF", "2\\u00A0\\u20A7", "1,50\\u00A0F", "2\\u00A0\\u20A7",
+ "1,50\\u00A0BEF", "1,50\\u00A0DEM", "1,50\\u00A0BEF", "\\u20A7\\u00A02", "1,50\\u00A0F", "2\\u00A0\\u20A7",
"NLG\\u00A01,50"
};
// -------------------------------------
static const char* testCases[][2]= {
/* locale ID */ /* expected */
- {"ca_ES_PREEURO", "1.150\\u00A0\\u20A7" },
+ {"ca_ES_PREEURO", "\\u20A7\\u00A01.150" },
{"de_LU_PREEURO", "1,150\\u00A0F" },
{"el_GR_PREEURO", "1.150,50\\u00A0\\u0394\\u03C1\\u03C7" },
{"en_BE_PREEURO", "1.150,50\\u00A0BEF" },
{"es_ES_PREEURO", "1.150\\u00A0\\u20A7" },
- {"eu_ES_PREEURO", "1.150\\u00A0\\u20A7" },
+ {"eu_ES_PREEURO", "\\u20A7\\u00A01.150" },
{"gl_ES_PREEURO", "1.150\\u00A0\\u20A7" },
{"it_IT_PREEURO", "ITL\\u00A01.150" },
{"pt_PT_PREEURO", "1,150$50\\u00A0Esc."},