1<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2<html> 3<head> 4<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 5<title>CLDR Charts</title> 6<link rel="stylesheet" type="text/css" 7 href="https://www.unicode.org/webscripts/standard_styles.css"> 8<link rel="stylesheet" type="text/css" href="index.css"> 9<style type="text/css"> 10.sub { 11 font-size: 110%; 12 font-weight: bold; 13 font-style: italic; 14 margin: 1em, 0em, 0.5em, 0em; 15 background-color: light-gray; 16} 17</style> 18</head> 19<body> 20 <table width="100%" cellpadding="0" cellspacing="0" border="0"> 21 <tr> 22 <td colspan="2"> 23 <table width="100%" border="0" cellpadding="0" cellspacing="0"> 24 <tr> 25 <td class="icon"><a href="http://www.unicode.org/"> <img 26 border="0" src="http://www.unicode.org/webscripts/logo60s2.gif" 27 align="middle" alt="[Unicode]" width="34" height="33"></a> 28 <a class="bar" 29 href="http://www.unicode.org/cldr/comparison_charts.html"><font 30 size="3">CLDR Charts</font></a></td> 31 <td class="bar"><a href="http://www.unicode.org" class="bar">Home</a> 32 | <a href="http://www.unicode.org/sitemap/" class="bar">Site 33 Map</a> | <a href="http://www.unicode.org/search/" class="bar">Search</a></td> 34 </tr> 35 </table> 36 </td> 37 </tr> 38 <tr> 39 <td colspan="2" class="gray"> </td> 40 </tr> 41 </table> 42 <div class="body"> 43 <div align="center"> 44 <table style="width:100%"> 45 <tr> 46 <td style="text-align: left" nowrap width="25%"><iframe scrolling="no" class="versionDate" src="include-version.html"></iframe></td> 47 <td style="text-align: center" nowrap width="50%"><h1 align="center">CLDR Charts</h1></td> 48 <td style="text-align: right" nowrap width="25%"><iframe scrolling="no" class="versionDate" src="include-date.html"></iframe></td> 49 </tr> 50 </table> 51 </div> 52 53 <table border="1" style="bordercolor: #888" cellspacing="0" 54 align="center" width='100%'> 55 <tbody> 56 <tr> 57 <th bgcolor="silver" width="20%"><strong>Charts </strong></th> 58 <th bgcolor="silver"><strong>Description </strong></th> 59 </tr> 60 <tr> 61 <td class='sub' colspan="2"><strong>Version Deltas</strong></td> 62 </tr> 63 <tr> 64 <td><strong><a href="delta/index.html" 65 name="Delta_Data_Charts" rel="nofollow">Delta Data</a></strong></td> 66 <td>Data that changed in the current release.</td> 67 </tr> 68 <tr> 69 <td><strong><a href="supplemental/dtd_deltas.html">Delta DTDs</a></strong></td> 70 <td>Differences between CLDR DTD's over time.</td> 71 </tr> 72 73 <tr> 74 <td colspan="2" class='sub'><strong>Locale-Based 75 Data </strong></td> 76 </tr> 77 <tr> 78 <td><strong><a href="verify/index.html" 79 name="Verify_Charts" rel="nofollow">Verification</a></strong></td> 80 <td>Constructed data for verification: Dates, Timezones, 81 Numbers</td> 82 </tr> 83 <tr> 84 <td><strong><a href="summary/index.html" 85 name="Summary_Charts" rel="nofollow">Summary</a></strong></td> 86 <td>A summary view of the main locale data. See also <strong><a 87 href="http://unicode.org/cldr/survey_tool.html" 88 name="Survey_Tool_Charts" rel="nofollow">Survey Tool</a></strong></td> 89 </tr> 90 <tr> 91 <td><strong><a href="by_type/index.html" 92 name="By-Type_Charts" rel="nofollow">By-Type</a></strong></td> 93 <td>A side-by-side comparison of data from different locales 94 for each field.</td> 95 </tr> 96 <tr> 97 <td><strong><a href="annotations/index.html" 98 name="Character_Annotations" rel="nofollow">Character 99 Annotations</a></strong></td> 100 <td>The CLDR emoji character annotations.</td> 101 </tr> 102 <tr> 103 <td><strong><a href="subdivisionNames/index.html" 104 name="Subdivision_Names" rel="nofollow">Subdivision Names</a></strong></td> 105 <td>The (draft) CLDR subdivision names (names for states, provinces, cantons, etc.).</td> 106 </tr> 107 <tr> 108 <td><strong><a href="collation/index.html" 109 name="Collation_Tailorings" rel="nofollow">Collation 110 Tailorings</a></strong></td> 111 <td>Collation charts (draft) for CLDR locales.</td> 112 </tr> 113 114 <tr> 115 <td colspan="2" class='sub'><strong><em>Other 116 Data</em></strong></td> 117 </tr> 118 <tr> 119 <td width="20%"><strong><a 120 href="supplemental/index.html" name="Supplemental_Data_Charts" 121 rel="nofollow">Supplemental Data</a></strong></td> 122 <td>General data that is not part of the locale hierarchy but 123 is still part of CLDR. Includes: <em>plural rules, 124 day-period rules, language matching, language-script 125 information, territories (countries)</em> and their <em>subdivisions, 126 timezones,</em> and so on. 127 </td> 128 </tr> 129 <tr> 130 <td><strong><a 131 name="Transform_Charts" rel="nofollow">Transform</a></strong></td><!-- href="transforms/index.html"--> 132 <td>(Disabled temporarily) Some of the transforms in CLDR: the transliterations 133 between different scripts.</td> 134 </tr> 135 <tr> 136 <td><strong><a href="keyboards/index.html" 137 rel="nofollow">Keyboards</a></strong></td> 138 <td>Keyboard data</td> 139 </tr> 140 </tbody> 141 </table> 142 </div> 143 <p> 144 <strong>Caveats: </strong>These charts present some of the XML data 145 in CLDR in a more readable form. However: 146 </p> 147 <ul> 148 <li>Not all of the data in CLDR is represented in the charts.</li> 149 <li>The data in the charts is based on the XML, but may have 150 changes for readability. Do not assume that you can “scrape” the 151 chart data and get correct CLDR data. Instead, access the source 152 data directly, as described on <a 153 href='http://cldr.unicode.org/index/downloads'>CLDR 154 Releases/Downloads</a>. 155 </li> 156 <li>For an interactive view of some of the CLDR data (with demos 157 for collation and date patterns), please see <a 158 href='http://demo.icu-project.org/icu-bin/locexp'>ICU Locale 159 Explorer</a>. For example, see <a 160 href='http://demo.icu-project.org/icu-bin/locexp?d_=en&_=de'>German</a>. 161 However:<br> 162 <ul> 163 <li>ICU releases trail the CLDR releases, so for some period 164 they show an earlier release.</li> 165 <li>ICU does not contain all of the data in CLDR.</li> 166 <li>The ICU Locale Explorer only shows a fraction of the 167 locale data in ICU.</li> 168 </ul> 169 </li> 170 <li>For information about the format and meaning of the charts, 171 see <a href='http://cldr.unicode.org/index/charts'>Charts</a>. 172 </li> 173 174 </ul> 175 </div> 176</body> 177</html> 178