Skip to content

Commit 43a58e6

Browse files
authored
CLDR-18326 BRS v47: updates to 47 download page (#4382)
1 parent 139f023 commit 43a58e6

File tree

1 file changed

+28
-9
lines changed

1 file changed

+28
-9
lines changed

docs/site/downloads/cldr-47.md

Lines changed: 28 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Count | Level | Usage | Examples
5252

5353
\* Note: Each release, the number of items needed for Modern and Moderate increases. So locales without active contributors may drop down in coverage level.
5454

55-
For a full listing, see [Coverage Levels](https://unicode.org/cldr/charts/dev/supplemental/locale_coverage.html)
55+
For a full listing, see [Coverage Levels](https://unicode.org/cldr/charts/47/supplemental/locale_coverage.html)
5656

5757
## Specification Changes
5858

@@ -68,6 +68,7 @@ There are many more changes that are important to implementations, such as chang
6868
See the [Modifications section](https://www.unicode.org/reports/tr35/proposed.html#Modifications) of the specification for details.
6969

7070
## Data Changes
71+
7172
**TBD: Flesh out overview items**
7273
- Updated language matching for Afrikaans to English (en) from Dutch (nl) [CLDR-18198](https://unicode-org.atlassian.net/browse/CLDR-18198)
7374
- Ordered scripts in `<languageData>` in descending order of usage per locale [CLDR-18155](https://unicode-org.atlassian.net/browse/CLDR-18155)
@@ -137,7 +138,10 @@ the second is preferred for a `TW`/`Hant` context, and is now used by the new `H
137138

138139
### JSON Data Changes
139140

140-
- **TBD**
141+
- [CLDR-11874][] New package with subdivision data (Note: see [known issues](#known-issues)).
142+
- [CLDR-17176][] Timezone data now has a `_type: "zone"` attribute indicating which objects are leaf timezones (`America/Argentina/Catamarca` is a timezone, `America/Argentina` is not.)
143+
- [CLDR-18133][] Currency data preserves the priority order (highest to lowest) of preferred currencies. This was an error in the DTD.
144+
- [CLDR-18277][] Package name for transforms was incorrectly generated.
141145

142146
### File Changes
143147

@@ -170,29 +174,35 @@ In 46.0, but not in 47.0:
170174
### Tooling Changes
171175

172176
There were various SurveyTool improvements targeting expansion of DDL support and error detection, such as the following:
173-
- Added a CLA check
177+
178+
- Added a CLA check [CLDR-17612][]
174179
- Improved validity checks for codes [CLDR-18129](https://unicode-org.atlassian.net/browse/CLDR-18129)
175-
- Improved ability to detect invalid URLs in the site and spec
180+
- Improved ability to detect invalid URLs in the site and spec [CLDR-16526][]
176181

177182
### Keyboard Changes
178183

179-
- **TBD**
184+
> **Note**: for the v48 timeframe, additional processes are being developed for broad intake of keyboards.
185+
186+
- [CLDR-16836][] Added EBNF for keyboard transform format to the spec, and ABNF data files.
187+
This provides rigorous definition of the allowed keyboard transform format, as well as programmatic validation of the keyboard transform format.
180188

181189
## Migration
182190

183191
- Removal of number data without `numberSystem` attributes.
184192
- Number `<symbols>` elements and format elements (`<currencyFormats>`, `<decimalFormats>`, `<percentFormats>`, `<scientificFormats>`)
185193
should all have a `numberSystem` attribute. In CLDR v48 such elements without a `numberSystem` attribute will be deprecated, and the
186194
corresponding entries in root will be removed; these were only intended as a long-ago migration aid. See the relevant sections of the
187-
LDML specification: [Number Symbols](https://www.unicode.org/reports/tr35/dev/tr35-numbers.html#Number_Symbols) and
188-
[Number Formats](https://www.unicode.org/reports/tr35/dev/tr35-numbers.html#number-formats).
195+
LDML specification: [Number Symbols](https://www.unicode.org/reports/tr35/47/tr35-numbers.html#Number_Symbols) and
196+
[Number Formats](https://www.unicode.org/reports/tr35/47/tr35-numbers.html#number-formats).
189197
- V48 advance warnings
190198
- Any locales that are missing Core data by the end of the CLDR 48 cycle will be removed [CLDR-16004](https://unicode-org.atlassian.net/browse/CLDR-16004)
191199
- The default week numbering will change to ISO instead being based on the calendar week starting in CLDR 48 [CLDR-18275](https://unicode-org.atlassian.net/browse/CLDR-18275).
192200

193201
## Known Issues
194202

195-
_No known issues yet._
203+
- [CLDR-18219][] `common/subdivisions` data files contained additional values that should not be present. These will be removed in the future, but note that they may be present in the new [JSON data](#json-data-changes):
204+
- Non-subdivisions such as `AW`: Use the region code `AW` instead for translation.
205+
- Overlong subdivisions such as `fi01`: Use the region code `AX` instead for translation.
196206

197207
## Acknowledgments
198208

@@ -202,5 +212,14 @@ see the [Acknowledgments](/index/acknowledgments) page for a full listing.
202212
The Unicode [Terms of Use](https://unicode.org/copyright.html) apply to CLDR data;
203213
in particular, see [Exhibit 1](https://unicode.org/copyright.html#Exhibit1).
204214

205-
For web pages with different views of CLDR data, see [http://cldr.unicode.org/index/charts](/index/charts).
215+
For web pages with different views of CLDR data, see [charts](/index/charts).
216+
217+
[CLDR-11874]: https://unicode-org.atlassian.net/browse/CLDR-11874
218+
[CLDR-16526]: https://unicode-org.atlassian.net/browse/CLDR-16526
219+
[CLDR-16836]: https://unicode-org.atlassian.net/browse/CLDR-16836
220+
[CLDR-17176]: https://unicode-org.atlassian.net/browse/CLDR-17176
221+
[CLDR-17612]: https://unicode-org.atlassian.net/browse/CLDR-17612
222+
[CLDR-18133]: https://unicode-org.atlassian.net/browse/CLDR-18133
223+
[CLDR-18219]: https://unicode-org.atlassian.net/browse/CLDR-18219
224+
[CLDR-18277]: https://unicode-org.atlassian.net/browse/CLDR-18277
206225

0 commit comments

Comments
 (0)