• Home
Name Date Size #Lines LOC

..--

common/03-May-2024-2,552,1202,486,729

exemplars/03-May-2024-16,69912,500

keyboards/03-May-2024-186,057185,212

seed/03-May-2024-25,34724,206

specs/03-May-2024-50,19842,946

tools/03-May-2024-1,185,6981,116,746

.gitignoreD03-May-2024107 65

ICU-LICENSED03-May-202420.5 KiB415387

LICENSED03-May-202434.7 KiB684610

METADATAD03-May-2024297 1816

MODULE_LICENSE_APACHE2D03-May-20240

MODULE_LICENSE_ICUD03-May-20240

MODULE_LICENSE_UNICODED03-May-20240

NOTICED03-May-202434.7 KiB684610

OWNERSD03-May-2024145 86

apache-license.txtD03-May-202411.1 KiB203169

readme.htmlD03-May-20243.7 KiB7965

unicode-license.txtD03-May-20242.8 KiB5748

readme.html

1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
4<html lang="en-US" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
5  <head>
6    <title>ReadMe for Unicode CLDR</title>
7    <meta name="COPYRIGHT" content= "Copyright (c) 1991-2018 Unicode, Inc. All rights reserved." />
8    <meta name="DESCRIPTION" content= "Readme for Unicode CLDR with version number and other information." />
9    <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
10  </head>
11
12  <body>
13    <h2>Unicode Common Locale Data Repository (CLDR)</h2>
14    <h3>ReadMe for Unicode <abbr title="Common Locale Data Repository">CLDR</abbr> version 34</h3>
15    <p>Last updated: 2018-Oct-09</p>
16
17    <!--<p><b>Note:</b> CLDR 34 is in development and not recommended for use at this stage.</p>-->
18    <!--<p><b>Note:</b> This is a preliminary version of CLDR 34, intended for those wishing to do pre-release testing.
19    It is not recommended for production use.</p>-->
20    <!--<p><b>Note:</b> This is the milestone 1 version of CLDR 34, intended for those wishing to do pre-release testing.
21    It is not recommended for production use.</p>-->
22    <!--<p><b>Note:</b> This is a pre-release candidate version of CLDR 34, intended for testing.
23    It is not recommended for production use.</p>-->
24    <p>This is the final release version of CLDR 34.</p>
25
26    <p>For further information:</p>
27    <ul>
28      <li>Information about <a href="http://cldr.unicode.org/index/downloads">CLDR releases and downloads</a>,
29        including the data files and LDML specification associated with each release.</li>
30      <li>Information about <a href="http://cldr.unicode.org/tools">Building and running CLDR Tools</a></li>
31    </ul>
32    <p>Tools Quickstart:</p>
33    <ol>
34      <li>Build <code>cldr.jar</code>:<br/>
35        <code><b>ant -f tools/java/build.xml jar</b></code>
36      </li>
37      <li>List available tools:<br/>
38        <code><b>java -jar tools/java/cldr.jar</b></code>
39      </li>
40      <li>List less-than-documented tools:<br/>
41        <code><b>java -jar tools/java/cldr.jar -l</b></code>
42      </li>
43      <li>Run the XML Validator against some <code>file.xml</code>:<br/>
44        <code><b>java -jar tools/java/cldr.jar validate <i>../path/to/your/file.xml</i></b></code>
45      </li>
46      <li>Run some other tool that doesn't have a nice short alias like 'validate':<br/>
47        <code><b>java -jar tools/java/cldr.jar <i>org.unicode.cldr.draft.NormalizedIdentifierParser</i></b></code>
48      </li>
49      <li>Convert LDML to JSON data:<br/>
50        <code><b>java -DCLDR_DIR=<i>/path/to/cldr/data</i> -jar tools/java/cldr.jar ldml2json -r true</b></code>
51      </li>
52      <li>More info:<br/>
53        <a href="http://cldr.unicode.org/tools">CLDR Tools Website</a>
54      </li>
55    </ol>
56
57    <p>Licenses:</p>
58    <ul>
59 	  <li>Usage of CLDR data and software is governed by the <a href="http://www.unicode.org/copyright.html">Unicode Terms of Use</a>,
60 	    a copy of which is included as unicode-license.txt.</li>
61 	  <li>Some CLDR tools depend on libraries in tools/java/libs/; use of these libraries is governed by separate license agreements.
62 	  <ul>
63 	    <li>Use of the ICU libraries is subject to the
64 	    <a href="http://source.icu-project.org/repos/icu/trunk/icu4j/main/shared/licenses/LICENSE">ICU License</a>,
65 	    included as ICU-LICENSE.</li>
66 	    <li>Use of the Guava and Xerces libraries is subject to the
67 	    <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License</a>,
68 	    included as apache-license.txt.</li>
69 	  </ul>
70 	  </li>
71 	</ul>
72
73    <hr/>
74    <p>Copyright &copy; 1991-2018 Unicode, Inc.<br/>
75    All rights reserved.<br/>
76    <a href="http://www.unicode.org/copyright.html">Terms of use</a></p>
77  </body>
78</html>
79