• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2"http://www.w3.org/TR/html4/loose.dtd">
3<html>
4  <head>
5	<meta http-equiv="Content-Type" content= "text/html; charset=utf-8">
6	<meta http-equiv="Content-Language" content="en-us">
7    <meta name="COPYRIGHT" content= "Copyright (c) 1991-2020 Unicode, Inc. All rights reserved.">
8    <meta name="DESCRIPTION" content= "Readme for Unicode CLDR with version number and other information.">
9    <title>ReadMe for Unicode CLDR</title>
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 38.1</h3>
15    <p>Last updated: 2020-Dec-09</p>
16
17    <!--<p><b>Note:</b> CLDR 38.1 is in development and not recommended for use at this stage.</p>-->
18    <!--<p><b>Note:</b> This is the milestone 1 version of CLDR 38.1, 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 a preliminary version of CLDR 38.1, 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 38.1, intended for testing.
23    It is not recommended for production use.</p>-->
24    <p>This is the final release version of CLDR 38.1.</p>
25
26    <p><strong>Important notes for CLDR 36 and later:</strong></p>
27    <ul>
28      <li>The CLDR repository has switched from subversion to git.</li>
29      <li>Data in the main CLDR repository now includes some elements with the value “↑↑↑” indicating
30    	that translators have explicitly determined that the inherited value should always be used.</li>
31      <li>To generate data in the form that was used for CLDR 35.1 and earlier, in which “↑↑↑” is
32    	resolved appropriately (either removed or replaced with an apropriate value) and other minimization
33    	is performed, a new tool GenerateProductionData is provided (command-line options provide the
34    	ability to specify source and destination directory, among other things).</li>
35      <li>CLDR data that has been processed by GenerateProductionData is available in the parallel
36    	“cldr-staging” repository.</li>
37    </ul>
38
39    <p>For further information:</p>
40    <ul>
41      <li>Information about <a href="http://cldr.unicode.org/index/downloads">CLDR releases and downloads</a>,
42        including the data files and LDML specification associated with each release.</li>
43      <li>Information about <a href="http://cldr.unicode.org/tools">Building and running CLDR Tools</a></li>
44    </ul>
45    <p>Tools Quickstart:</p>
46    <ol>
47      <li>Build <code>cldr.jar</code>:<br>
48        <code><b>ant -f tools/java/build.xml jar</b></code>
49      </li>
50      <li>List available tools:<br>
51        <code><b>java -jar tools/java/cldr.jar</b></code>
52      </li>
53      <li>List less-than-documented tools:<br>
54        <code><b>java -jar tools/java/cldr.jar -l</b></code>
55      </li>
56      <li>Run the XML Validator against some <code>file.xml</code>:<br>
57        <code><b>java -jar tools/java/cldr.jar validate <i>../path/to/your/file.xml</i></b></code>
58      </li>
59      <li>Run some other tool that doesn't have a nice short alias like 'validate':<br>
60        <code><b>java -jar tools/java/cldr.jar <i>org.unicode.cldr.draft.NormalizedIdentifierParser</i></b></code>
61      </li>
62      <li>Convert LDML to JSON data:<br>
63        <code><b>java -DCLDR_DIR=<i>/path/to/cldr/data</i> -jar tools/java/cldr.jar ldml2json -r true</b></code>
64      </li>
65      <li>More info:<br>
66        <a href="http://cldr.unicode.org/tools">CLDR Tools Website</a>
67      </li>
68    </ol>
69
70    <p>Licenses:</p>
71    <ul>
72 	  <li>Usage of CLDR data and software is governed by the <a href="http://www.unicode.org/copyright.html">Unicode Terms of Use</a>,
73 	    a copy of which is included as unicode-license.txt.</li>
74 	  <li>Some CLDR tools depend on libraries in tools/java/libs/; use of these libraries is governed by separate license agreements.
75 	  <ul>
76 	    <li>Use of the ICU libraries is subject to the
77 	    <a href="https://github.com/unicode-org/icu/blob/master/icu4j/main/shared/licenses/LICENSE">ICU License</a>,
78 	    included as ICU-LICENSE.</li>
79 	    <li>Use of the Guava, Xerces, and Myanmar Tools libraries is subject to the
80 	    <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License</a>,
81 	    included as apache-license.txt.</li>
82 	  </ul>
83 	  </li>
84 	</ul>
85
86    <hr>
87    <p>Copyright &copy; 1991-2020 Unicode, Inc.<br>
88    All rights reserved.<br>
89    <a href="http://www.unicode.org/copyright.html">Terms of use</a></p>
90  </body>
91</html>
92