Home | History | Annotate | only in /external/cldr
Up to higher level directory
NameDateSize
apache-license.txt22-Oct-202011.1K
common/22-Oct-2020
exemplars/22-Oct-2020
ICU-LICENSE22-Oct-202020.5K
keyboards/22-Oct-2020
LICENSE22-Oct-202034.7K
METADATA22-Oct-2020297
MODULE_LICENSE_APACHE222-Oct-20200
MODULE_LICENSE_ICU22-Oct-20200
MODULE_LICENSE_UNICODE22-Oct-20200
NOTICE22-Oct-202034.7K
OWNERS22-Oct-2020145
readme.html22-Oct-20203.7K
seed/22-Oct-2020
specs/22-Oct-2020
tools/22-Oct-2020
unicode-license.txt22-Oct-20202.8K

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