Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
common/ | 03-May-2024 | - | 2,552,120 | 2,486,729 | ||
exemplars/ | 03-May-2024 | - | 16,699 | 12,500 | ||
keyboards/ | 03-May-2024 | - | 186,057 | 185,212 | ||
seed/ | 03-May-2024 | - | 25,347 | 24,206 | ||
specs/ | 03-May-2024 | - | 50,198 | 42,946 | ||
tools/ | 03-May-2024 | - | 1,185,698 | 1,116,746 | ||
.gitignore | D | 03-May-2024 | 107 | 6 | 5 | |
ICU-LICENSE | D | 03-May-2024 | 20.5 KiB | 415 | 387 | |
LICENSE | D | 03-May-2024 | 34.7 KiB | 684 | 610 | |
METADATA | D | 03-May-2024 | 297 | 18 | 16 | |
MODULE_LICENSE_APACHE2 | D | 03-May-2024 | 0 | |||
MODULE_LICENSE_ICU | D | 03-May-2024 | 0 | |||
MODULE_LICENSE_UNICODE | D | 03-May-2024 | 0 | |||
NOTICE | D | 03-May-2024 | 34.7 KiB | 684 | 610 | |
OWNERS | D | 03-May-2024 | 145 | 8 | 6 | |
apache-license.txt | D | 03-May-2024 | 11.1 KiB | 203 | 169 | |
readme.html | D | 03-May-2024 | 3.7 KiB | 79 | 65 | |
unicode-license.txt | D | 03-May-2024 | 2.8 KiB | 57 | 48 |
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 © 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