Skip to content

Commit

Permalink
Added Known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
macchiati authored Sep 3, 2024
1 parent 48a4351 commit 581601d
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions docs/site/downloads/cldr-46.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,23 @@ For a full listing, see [Coverage Levels](https://unicode.org/cldr/charts/46/sup

### DTD Changes

1. Added alt='official' to represent cases where an official value differs from the customary value. Currently added for a small number of language names, decimal separators, and grouping separators
**TBD**
2. Added new numbering systems from Unicode 16.0
1. Added alt='official' to represent cases where an official value differs from the customary value.
Currently added for a small number of language names, decimal separators, and grouping separators.
2. Added new numbering systems from Unicode 16.0.

For a full listing, see [Delta DTDs](https://unicode.org/cldr/charts/46/supplemental/dtd_deltas.html).

### Supplemental Data Changes

1. Currency. New currency code ZWG added — because it was late in the cycle, many locales will just support the code.
**TBD**
2. Timezones.
1. Currency
2. New currency code ZWG added — because it was late in the cycle, many locales will just support the code.
3. Timezones
1. Changed the metazone for Kazakhstan to reflect removal of Asia/Almaty, thus dropping the distinction among different regions in Kazakhstan.
2. Deprecated timezone ids. Altered the handling of: CST6CDT, EST, EST5EDT, MST7MDT, PST8PDT
3. Units
4. Units
1. Added units: portion-per-1e9 (aka per-billion), night (for hotel stays), light (as a prefix for light-second, light-minute, etc.)
2. Changed preferred wind speed preference for some locales to meter-per-second
4. Updated: language IDs, likelySubtags, region gdp and language populations, etc.
5. Locale metadata
1. Minimization for likelySubtags removes many additional redundant mappings.
1. For example, the mapping acy_Grek → acy_Grek_CY is unnecessary, because the mapping acy → acy_Latn_CY is sufficient.
For the reason why, see the algorithm in [Likely Subtags](https://cldr-smoke.unicode.org/spec/main/ldml/tr35.html#likely-subtags).
Expand All @@ -73,7 +73,7 @@ For the reason why, see the algorithm in [Likely Subtags](https://cldr-smoke.uni
1. A fallback language is used when the user's primary language is unavailable,
and either the user doesn't have any secondaries language in their settings (as on Android or iOS) or those secondary languages are also not available.
As a result of this change, when the primary and secondary languages are not available, the fallback language would be the system default instead of Russian.
5. Transforms.
6. Transforms
1. Major update to Han → Latn, reflecting new data in Unicode 16.0
2. Fixes for Arabic numbers, a Farsi vowel

Expand All @@ -88,9 +88,11 @@ For a full listing, see [¤¤BCP47 Delta](https://unicode.org/cldr/charts/46/del
2. Major changes to Chinese collation, reflecting new data in Unicode 16.0
3. Other changes
1. Various locales also had smaller improvements agreed to by translators.

**TBD**

For a full listing, see [Delta Data](https://unicode.org/cldr/charts/46/delta/index.html)

### Emoji Search Keywords
The usage model for emoji search keywords is that
- The user types one or more words in an emoji search field. The order of words doesn't matter; nor does upper- versus lowercase.
Expand All @@ -111,6 +113,7 @@ The simpler version typically works as well or better in practice.

### Collation Data Changes
There are two significant changes to the CLDR root collation (CLDR default sort order).

#### Realigned With DUCET
The [DUCET](https://www.unicode.org/reports/tr10/#Default_Unicode_Collation_Element_Table) is the Unicode Collation Algorithm default sort order.
The [CLDR root collation](https://www.unicode.org/reports/tr35/tr35-collation.html#Root_Collation) is a tailoring of the DUCET.
Expand All @@ -137,9 +140,8 @@ where only the traditional forms of radicals are now available as index characte
**TBD**

### File Changes
The following files were added:

**TBD**
All files added in this release were for new locales.

### Tooling Changes

Expand All @@ -155,7 +157,11 @@ The following files were added:

## [Known Issues](https://unicode-org.atlassian.net/issues/CLDR-17535?jql=project%20%3D%20cldr%20and%20labels%20%3D%20%22ReleaseKnownIssue%22%20and%20status%20!%3D%20done)

**TBD**
1. CLDR-17095. The region-based firstDay value (see weekData) is currently used for several different purposes. In the future, some of these functions will be separated out:
- The day that should be shown as the first day of the week in a calendar view.
- The first day of the week (day 1) for weekday numbering.
- The first day of the week for week-of-year calendar calculations.
2. CLDR-17505. Blocking items are obsolete: the spec needs to be corrected to use @ORDERED

## Acknowledgments

Expand Down

0 comments on commit 581601d

Please sign in to comment.