blob: d539344bf23f9b26cb7127c83d6d03848bf58476 [file] [log] [blame]
Nikita Iashchenkob87fde42019-11-05 16:17:36 +00001<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2"http://www.w3.org/TR/html4/loose.dtd">
3<html>
Fredrik Roubert333a3d82018-05-07 13:50:38 +02004 <head>
Nikita Iashchenkob87fde42019-11-05 16:17:36 +00005 <meta http-equiv="Content-Type" content= "text/html; charset=utf-8">
6 <meta http-equiv="Content-Language" content="en-us">
Victor Changc0b8a952021-08-24 18:25:34 +01007 <meta name="COPYRIGHT" content= "Copyright (c) 1991-2021 Unicode, Inc. All rights reserved.">
Nikita Iashchenkob87fde42019-11-05 16:17:36 +00008 <meta name="DESCRIPTION" content= "Readme for Unicode CLDR with version number and other information.">
Fredrik Roubert333a3d82018-05-07 13:50:38 +02009 <title>ReadMe for Unicode CLDR</title>
Fredrik Roubert333a3d82018-05-07 13:50:38 +020010 </head>
11
12 <body>
13 <h2>Unicode Common Locale Data Repository (CLDR)</h2>
Victor Chang9975f162021-11-19 11:49:58 +000014 <h3>ReadMe for Unicode <abbr title="Common Locale Data Repository">CLDR</abbr> version 40</h3>
15 <p>Last updated: 2021-Oct-19</p>
Fredrik Roubert333a3d82018-05-07 13:50:38 +020016
Victor Chang9975f162021-11-19 11:49:58 +000017 <!--<p><b>Note:</b> CLDR 40 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 40, intended for those wishing to do pre-release testing.
Fredrik Roubert333a3d82018-05-07 13:50:38 +020019 It is not recommended for production use.</p>-->
Victor Chang9975f162021-11-19 11:49:58 +000020 <!--<p><b>Note:</b> This is a preliminary version of CLDR 40, intended for those wishing to do pre-release testing.
Fredrik Roubert333a3d82018-05-07 13:50:38 +020021 It is not recommended for production use.</p>-->
Victor Chang9975f162021-11-19 11:49:58 +000022 <!--<p><b>Note:</b> This is a pre-release candidate version of CLDR 40, intended for testing.
Nikita Iashchenkoe6b2d0d2020-03-12 16:25:56 +000023 It is not recommended for production use.</p>-->
Victor Chang9975f162021-11-19 11:49:58 +000024 <p>This is the final release version of CLDR 40.</p>
Nikita Iashchenkob87fde42019-11-05 16:17:36 +000025
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>
Fredrik Roubert333a3d82018-05-07 13:50:38 +020038
39 <p>For further information:</p>
40 <ul>
Victor Chang9975f162021-11-19 11:49:58 +000041 <li>Information about <a href="https://cldr.unicode.org/index/downloads">CLDR releases and downloads</a>,
Fredrik Roubert333a3d82018-05-07 13:50:38 +020042 including the data files and LDML specification associated with each release.</li>
Victor Chang9975f162021-11-19 11:49:58 +000043 <li>Information about <a href="https://cldr.unicode.org/development/cldr-tools">Building and running CLDR Tools</a></li>
Fredrik Roubert333a3d82018-05-07 13:50:38 +020044 </ul>
45 <p>Tools Quickstart:</p>
Victor Changc0b8a952021-08-24 18:25:34 +010046 <ul>
Victor Chang9975f162021-11-19 11:49:58 +000047 <li>See the <a href="https://cldr.unicode.org/development/cldr-tools">CLDR Tools Website</a></li>
Victor Changc0b8a952021-08-24 18:25:34 +010048 </ul>
Fredrik Roubert333a3d82018-05-07 13:50:38 +020049
50 <p>Licenses:</p>
51 <ul>
52 <li>Usage of CLDR data and software is governed by the <a href="http://www.unicode.org/copyright.html">Unicode Terms of Use</a>,
53 a copy of which is included as unicode-license.txt.</li>
Victor Changc0b8a952021-08-24 18:25:34 +010054 <li>Some CLDR tools depend on libraries in tools/cldr-code/libs/; use of these libraries is governed by separate license agreements.
Fredrik Roubert333a3d82018-05-07 13:50:38 +020055 <ul>
56 <li>Use of the ICU libraries is subject to the
Nikita Iashchenkob87fde42019-11-05 16:17:36 +000057 <a href="https://github.com/unicode-org/icu/blob/master/icu4j/main/shared/licenses/LICENSE">ICU License</a>,
Fredrik Roubert333a3d82018-05-07 13:50:38 +020058 included as ICU-LICENSE.</li>
Nikita Iashchenko85c40522019-06-13 16:15:05 +010059 <li>Use of the Guava, Xerces, and Myanmar Tools libraries is subject to the
Fredrik Roubert333a3d82018-05-07 13:50:38 +020060 <a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache License</a>,
61 included as apache-license.txt.</li>
62 </ul>
63 </li>
64 </ul>
65
Nikita Iashchenkob87fde42019-11-05 16:17:36 +000066 <hr>
Victor Changc0b8a952021-08-24 18:25:34 +010067 <p>Copyright &copy; 1991-2021 Unicode, Inc.<br>
Nikita Iashchenkob87fde42019-11-05 16:17:36 +000068 All rights reserved.<br>
Fredrik Roubert333a3d82018-05-07 13:50:38 +020069 <a href="http://www.unicode.org/copyright.html">Terms of use</a></p>
70 </body>
71</html>