You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ldml/tr35-dates.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1361,7 +1361,7 @@ The dayPeriodRule may span two days, such as where **night1** is [21:00, 06:00).
1361
1361
1362
1362
If rounding is done—including the rounding done by the time format—then it needs to be done before the dayperiod is computed, so that the correct format is shown.
1363
1363
1364
-
For examples, see [Day Periods Chart](https://www.unicode.org/cldr/charts/46/supplemental/day_periods.html).
1364
+
For examples, see [Day Periods Chart](https://www.unicode.org/cldr/charts/latest/supplemental/day_periods.html).
1365
1365
1366
1366
## <aname="Time_Zone_Names"href="#Time_Zone_Names">Time Zone Names</a>
The following represents the format for additional supplemental information. This is information that is important for internationalization and proper use of CLDR, but is not contained in the locale hierarchy. It is not localizable, nor is it overridden by locale data. The current CLDR data can be viewed in the [Supplemental Charts](https://www.unicode.org/cldr/charts/46/supplemental/index.html).
111
+
The following represents the format for additional supplemental information. This is information that is important for internationalization and proper use of CLDR, but is not contained in the locale hierarchy. It is not localizable, nor is it overridden by locale data. The current CLDR data can be viewed in the [Supplemental Charts](https://www.unicode.org/cldr/charts/latest/supplemental/index.html).
@@ -143,7 +143,7 @@ Excluding groupings, in this tree:
143
143
* All non-overlapping regions form a strict tree rooted at World.
144
144
* All leaf-nodes (country) are always at depth 4. Some of these “country” regions are actually parts of other countries, such as Hong Kong (part of China). Such relationships are not part of the containment data.
145
145
146
-
For a chart showing the relationships (plus the included timezones), see the [Territory Containment Chart](https://www.unicode.org/cldr/charts/46/supplemental/territory_containment_un_m_49.html). The XML structure has the following form.
146
+
For a chart showing the relationships (plus the included timezones), see the [Territory Containment Chart](https://www.unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html). The XML structure has the following form.
147
147
148
148
```xml
149
149
<territoryContainment>
@@ -224,7 +224,7 @@ Note: Formerly (in CLDR 28 through 30):
This data provides testing information for language and territory populations. The main goal is to provide approximate figures for the literate, functional population for each language in each territory: that is, the population that is able to read and write each language, and is comfortable enough to use it with computers. For a chart of this data, see [Territory-Language Information](https://www.unicode.org/cldr/charts/46/supplemental/territory_language_information.html).
227
+
This data provides testing information for language and territory populations. The main goal is to provide approximate figures for the literate, functional population for each language in each territory: that is, the population that is able to read and write each language, and is comfortable enough to use it with computers. For a chart of this data, see [Territory-Language Information](https://www.unicode.org/cldr/charts/latest/supplemental/territory_language_information.html).
Copy file name to clipboardExpand all lines: docs/ldml/tr35.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -717,7 +717,7 @@ If a language subtag matches the `type` attribute of a `languageAlias` element,
717
717
718
718
The private use codes listed as **excluded** in _[Private Use Codes](#Private_Use_Codes)_ will never be given specific semantics in Unicode identifiers, and are thus safe for use for other purposes by other applications.
719
719
720
-
The CLDR provides data for normalizing language/locale codes, including mapping overlong codes like "eng-840" or "eng-USA" to the correct code "en-US"; see the **[Aliases](https://www.unicode.org/cldr/charts/46/supplemental/aliases.html)** Chart.
720
+
The CLDR provides data for normalizing language/locale codes, including mapping overlong codes like "eng-840" or "eng-USA" to the correct code "en-US"; see the **[Aliases](https://www.unicode.org/cldr/charts/latest/supplemental/aliases.html)** Chart.
721
721
722
722
The following are special language subtags:
723
723
@@ -790,7 +790,7 @@ Unicode identifiers give specific semantics to the following subtags.
790
790
791
791
| alpha2 | alpha3 | num | Name | Comment | ISO 3166-1 status |
|`QO`|`QOO`| 961 | Outlying Oceania | countries in Oceania [009] that do not have a [subcontinent](https://www.unicode.org/cldr/charts/46/supplemental/territory_containment_un_m_49.html). | private use |
793
+
|`QO`|`QOO`| 961 | Outlying Oceania | countries in Oceania [009] that do not have a [subcontinent](https://www.unicode.org/cldr/charts/latest/supplemental/territory_containment_un_m_49.html). | private use |
794
794
|`QU`|`QUU`| 967 | European Union |**deprecated**: the _canonicalized_ form is EU | private use |
795
795
|`UK`| - | - | United Kingdom |**deprecated**: the _canonicalized_ form is GB | exceptionally reserved |
796
796
|`XA`|`XAA`| 973 | Pseudo-Accents | special code indicating derived testing locale with English + added accents and lengthened | private use |
@@ -3757,7 +3757,7 @@ The choice of locales to include depends very much upon particular implementatio
3757
3757
Some information that might be useful for determining the choice is found in the
which provides information on the use of languages in different countries/regions.
3760
-
(For a human-readable chart, see [Territory-Language Information](https://www.unicode.org/cldr/charts/46/supplemental/territory_language_information.html).)
3760
+
(For a human-readable chart, see [Territory-Language Information](https://www.unicode.org/cldr/charts/latest/supplemental/territory_language_information.html).)
3761
3761
3762
3762
It is important to note that if a particular locale is in a vertical slice, then all of its parents should be as well, because of inheritance.
3763
3763
This is not a factor if the data is fully resolved, as in the JSON format data.
@@ -3803,7 +3803,7 @@ The [DTD Annotations](#DTD_Annotations) in are used to determine whether DTD ite
3803
3803
3804
3804
Though such deprecated items are still valid LDML, they are strongly discouraged, and are no longer used in CLDR.
3805
3805
3806
-
The CLDR [DTD Deltas](https://www.unicode.org/cldr/charts/46/supplemental/dtd_deltas.html) chart shows which DTD items have been deprecated in which version of CLDR.
3806
+
The CLDR [DTD Deltas](https://www.unicode.org/cldr/charts/latest/supplemental/dtd_deltas.html) chart shows which DTD items have been deprecated in which version of CLDR.
3807
3807
3808
3808
The remainder of this section describes selected cases of deprecated structure, and what (if any) should be used instead.
3809
3809
@@ -4277,7 +4277,7 @@ The above algorithm is a logical statement of the process, but would obviously n
4277
4277
| General |_The following are general references from the text:_|
|[<aname="Calendars"href="#Calendars">Calendars</a>]| Calendrical Calculations: The Millennium Edition by Edward M. Reingold, Nachum Dershowitz; Cambridge University Press; Book and CD-ROM edition (July 1, 2001); ISBN: 0521777526. Note that the algorithms given in this book are copyrighted. |
4280
-
|[<aname="Comparisons"href="#Comparisons">Comparisons</a>]| Comparisons between locale data from different sources<br/>[https://www.unicode.org/cldr/charts/46/by_type/index.html](https://www.unicode.org/cldr/charts/46/by_type/index.html)|
4280
+
|[<aname="Comparisons"href="#Comparisons">Comparisons</a>]| Comparisons between locale data from different sources<br/>[https://www.unicode.org/cldr/charts/latest/by_type/index.html](https://www.unicode.org/cldr/charts/latest/by_type/index.html)|
|[<aname="LDML"href="#LDML">Example</a>]| A sample in Locale Data Markup Language<br/>[https://www.unicode.org/cldr/dtd/1.1/ldml-example.xml](https://www.unicode.org/cldr/dtd/1.1/ldml-example.xml)|
Copy file name to clipboardExpand all lines: docs/site/index/requesting-additionsupdates-to-cldr-languagepopulation-data.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Requests to add or change language/population data must provide the following ba
28
28
29
29
Reliable sources for population data and official status are required for population updates and additions. While [Ethnologue](https://www.ethnologue.com/) may be a good source for "mother tongue" or native speaker data for more common languages, it is not a sufficient source on its own for population data on most languages. Recent government or NGO-sponsored census data are typically better sources.
30
30
31
-
For language names and codes, some resources are: [Unicode CLDR charts](https://www.unicode.org/cldr/charts/46/), [IANA Language Subtag Registry](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry), and [Wikipedia](https://en.wikipedia.org/wiki/Main_Page) articles on individual languages.
31
+
For language names and codes, some resources are: [Unicode CLDR charts](https://www.unicode.org/cldr/charts/latest/), [IANA Language Subtag Registry](https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry), and [Wikipedia](https://en.wikipedia.org/wiki/Main_Page) articles on individual languages.
32
32
33
33
Also for new additions, the request must include a rationale for inclusion and discuss the importance of the addition.
Copy file name to clipboardExpand all lines: docs/site/translation/core-data/exemplars.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ The very last line shows an internal UnicodeSet format. You can normally ignore
75
75
76
76
The exemplar character sets contain the commonly used letters for a given modern form of a language. These are used for testing and for determining the appropriate repertoire of letters for various tasks, like choosing charset converters that can handle a given language. The term “letter” is interpreted broadly, and includes characters used to form words, such as 是 or 가. It should not include presentation forms, like [U+FE90](https://util.unicode.org/UnicodeJsps/character.jsp?a=FE90) ( ﺐ ) ARABIC LETTER BEH FINAL FORM, or isolated Jamo characters (for Hangul).
77
77
78
-
- For charts of the standard (non-CJK) exemplar characters, see a chart of the [standard exemplar characters](https://www.unicode.org/cldr/charts/45/by_type/core_data.alphabetic_information.main.html).
78
+
- For charts of the standard (non-CJK) exemplar characters, see a chart of the [standard exemplar characters](https://www.unicode.org/cldr/charts/latest/by_type/core_data.alphabetic_information.main.html).
79
79
- For more information, please see [Section 5.6 Character Elements](http://unicode.org/reports/tr35/tr35-6.html#Character_Elements) in UTS#35: Locale Data Markup Language (LDML).
- It shows the time span (with a 24 hour clock) for the code, and then an example (for the format codes).
129
-
- You can also go to the web page [Day Periods](https://www.unicode.org/cldr/charts/45/supplemental/day_periods.html), and look for your language.
130
-
- For example, for Malayalam, you would go to ...[day\_periods.html#ml](https://www.unicode.org/cldr/charts/45/supplemental/day_periods.html#ml) , and see that **morning2** is the period that extends from **06:00** to **12:00**.
129
+
- You can also go to the web page [Day Periods](https://www.unicode.org/cldr/charts/latest/supplemental/day_periods.html), and look for your language.
130
+
- For example, for Malayalam, you would go to ...[day\_periods.html#ml](https://www.unicode.org/cldr/charts/latest/supplemental/day_periods.html#ml) , and see that **morning2** is the period that extends from **06:00** to **12:00**.
131
131
132
132
|| Code | English | German | Russian |
133
133
|---|---|---|---|---|
@@ -169,7 +169,7 @@ In formatting, where your language has a term for midnight, it is used instead o
169
169
170
170
These mark approximate periods in the day, _and those periods differ between languages_. The codes are arbitrary, and don't have to match the English meaning for your language: the important feature is the time span. The spans are approximate; in reality they may vary with the time of year (they might be dependent on sunrise), or context (someone might say they went to bed at 2 at night, and later one say that they woke up at 2 in the morning).
171
171
172
-
**For a list of the day period IDs defined in CLDR for your language, see [Day Periods](https://www.unicode.org/cldr/charts/45/supplemental/day_periods.html)**. If you think the rules are wrong (or missing) for your language, please [file a ticket](/requesting_changes#how-to-file-a-ticket) and supply the missing information. Here are examples for English and Chinese.
172
+
**For a list of the day period IDs defined in CLDR for your language, see [Day Periods](https://www.unicode.org/cldr/charts/latest/supplemental/day_periods.html)**. If you think the rules are wrong (or missing) for your language, please [file a ticket](/requesting_changes#how-to-file-a-ticket) and supply the missing information. Here are examples for English and Chinese.
0 commit comments