Skip to content

Commit

Permalink
CLDR-17760 Add note about v48 deprecation of number symbols and forma…
Browse files Browse the repository at this point in the history
…t elements without numberSystem
  • Loading branch information
pedberg-icu committed Jan 24, 2025
1 parent a06c4e7 commit 466f1ac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/site/downloads/cldr-47.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,11 @@ For a full listing, see [Delta Data](https://unicode.org/cldr/charts/dev/delta/i

## Migration

- TBD
- Number `<symbols>` elements and format elements (`<currencyFormats>`, `<decimalFormats>`, `<percentFormats>`, `<scientificFormats>`)
should all have a `numberSystem` attribute. In CLDR v48 such elements without a `numberSystem` attribute will be deprecated, and the
corresponding entries in root will be removed; these were only intended as a long-ago migration aid. See the relevant sections of the
LDML specification: [Number Symbols](https://www.unicode.org/reports/tr35/dev/tr35-numbers.html#Number_Symbols) and
[Number Formats](https://www.unicode.org/reports/tr35/dev/tr35-numbers.html#number-formats).

## Known Issues

Expand Down

0 comments on commit 466f1ac

Please sign in to comment.