1<!doctype HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2<html> 3 4<head> 5<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 6<title>By-Type Charts</title> 7<link rel="stylesheet" type="text/css" 8 href="http://www.unicode.org/webscripts/standard_styles.css"> 9<link rel="stylesheet" type="text/css" href="index.css"> 10<style> 11.th, .td { 12 vertical-align: top 13} 14</style> 15</head> 16 17<body> 18 <table width="100%" cellpadding="0" cellspacing="0" border="0"> 19 <tr> 20 <td colspan="2"> 21 <table width="100%" border="0" cellpadding="0" cellspacing="0"> 22 <tr> 23 <td class="icon"><a href="http://www.unicode.org/"> <img 24 border="0" src="http://www.unicode.org/webscripts/logo60s2.gif" 25 align="middle" alt="[Unicode]" width="34" height="33"></a> 26 <a class="bar" 27 href="http://www.unicode.org/cldr/comparison_charts.html"><font 28 size="3">CLDR Charts</font></a></td> 29 <td class="bar"><a href="http://www.unicode.org" class="bar">Home</a> 30 | <a href="http://www.unicode.org/sitemap/" class="bar">Site 31 Map</a> | <a href="http://www.unicode.org/search/" class="bar">Search</a></td> 32 </tr> 33 </table> 34 </td> 35 </tr> 36 <tr> 37 <td colspan="2" class="gray"> </td> 38 </tr> 39 </table> 40 <div class="body"> 41 <h1 align="center">By-Type Charts</h1> 42 <div align='center'> 43 <table style="margin: 1em"> 44 <tr> 45 <td align="left" nowrap width="20%">CLDR Version %version%</td> 46 <td style="text-align: center" nowrap width="50%"><b><font 47 size="4"> <a href="../index.html">%index-title%</a></font></b></td> 48 <td style="text-align: right" nowrap width="20%">%date%</td> 49 </tr> 50 </table> 51 </div> 52 <p>These charts provide a side-by-side comparison of data from 53 different locales for each field. For example, one can see all the 54 locales that are left-to-right, or all the different translations of 55 the Arabic script across languages. The following describes the 56 format.</p> 57 <p>At the top of each page, an index shows the available data. 58 Click on any of these to get to the related data:</p> 59 %header% 60 <p>The remainder of each page provides the values in the different 61 locales, such as the following:</p> 62 <blockquote> 63 <table class="table" id="table1"> 64 <tr> 65 <th class="path" colSpan="2">currency-currencyFormatLength 66 (English: ¤#,##0.00)</th> 67 </tr> 68 <tr> 69 <th class="value">#,##0.00 ¤</th> 70 <td class="td"><i>·am·</i> ·bg_BG· ·ca_ES· ·cs_CZ· <i>·da·</i> 71 ·de_BE· ·de_DE· ·de_LU· ·en_BE· ·es_ES· ·et_EE· ·eu_ES· ·fi_FI· 72 ·fr· <i>·fur·</i> ·gl_ES· ·he_IL· <i>·hu·</i> ·hu_HU· ·is_IS· 73 ·lt_LT· ·lv_LV· ·nb_NO· ·nl_BE· ·nn_NO· ·pl_PL· ·ps_AF· ·pt_PT· 74 ·ro_RO· ·ru_UA· ·sk_SK· <i>·sl_SI·</i> <i>·sv·</i> ·sw_TZ· <i>·tr·</i> 75 ·uk_UA· <i>·uz_Arab·</i> ·vi·</td> 76 </tr> 77 <tr> 78 <th class="value">#,##0.00 ¤</th> 79 <td class="td">·fi· <i>·se·</i></td> 80 </tr> 81 <tr> 82 <th class="value">#,##0.00 ¤;-¤ #,##0.00</th> 83 <td class="td">·kk_KZ·</td> 84 </tr> 85 <tr> 86 <th class="value">#,##0.00 ¤;''-#,##0.00'' ¤</th> 87 <td class="td">·fa·</td> 88 </tr> 89 <tr> 90 <th class="value">...</th> 91 <td class="td"> </td> 92 </tr> 93 </table> 94 </blockquote> 95 <p> 96 This example shows that the currency pattern is represented by 97 "#,##0.00 ¤" in the locales <i>·am·</i> ·bg_BG· ·ca_ES· 98 ·cs_CZ· <i>·da·</i> ·de_BE·...; represented by 99 "#,##0.00 ¤" in the locales ·fi· <i>·se·; </i>and so 100 on. At the top, the English value ("¤#,##0.00") is included 101 for comparison. Hovering the mouse over the non-Latin value may show 102 a transliteration, such as <span title="Anglo-amerikanskaâ"><b>Англо-американская</b></span>. 103 </p> 104 <p> 105 Each locale identifier is bounded by a middle dot ("·"). 106 This can be used in searching on the page: for example, to search for 107 any locale starting with "bg" by searching for ·bg, or for 108 any locale ending with "PT" by searching for _PT·. The 109 middle dot is used to avoid spurious matches with actual data. Data 110 that is <i>unconfirmed</i> or <i>provisional</i> is marked by a <i>red-italic</i> 111 locale identifier, such as <font color="#ff6633"><i>·bn_BD·</i></font>. 112 </p> 113 <p> 114 Many data values are straightforward, such as month names. Others, 115 such as the number formats, are more complicated. For more 116 information on the formats, see <a 117 href="http://cldr.unicode.org/index/survey-tool">Survey Tool</a> and 118 <a href="http://cldr.unicode.org/translation">Translation 119 Guidelines</a>. 120 </p> 121 <h2>Exemplars</h2> 122 <p>The exemplar charts are extracts from "Alphabetic Information", 123 formatted to present in grids.</p> 124 </div> 125</body> 126 127</html> 128 129