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
\* Note: Each release, the number of items needed for Modern and Moderate increases. So locales without active contributors may drop down in coverage level.
54
54
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)
56
56
57
57
## Specification Changes
58
58
@@ -68,6 +68,7 @@ There are many more changes that are important to implementations, such as chang
68
68
See the [Modifications section](https://www.unicode.org/reports/tr35/proposed.html#Modifications) of the specification for details.
69
69
70
70
## Data Changes
71
+
71
72
**TBD: Flesh out overview items**
72
73
- Updated language matching for Afrikaans to English (en) from Dutch (nl) [CLDR-18198](https://unicode-org.atlassian.net/browse/CLDR-18198)
73
74
- 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
137
138
138
139
### JSON Data Changes
139
140
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.
141
145
142
146
### File Changes
143
147
@@ -170,29 +174,35 @@ In 46.0, but not in 47.0:
170
174
### Tooling Changes
171
175
172
176
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][]
174
179
- 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][]
176
181
177
182
### Keyboard Changes
178
183
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.
180
188
181
189
## Migration
182
190
183
191
- Removal of number data without `numberSystem` attributes.
184
192
- Number `<symbols>` elements and format elements (`<currencyFormats>`, `<decimalFormats>`, `<percentFormats>`, `<scientificFormats>`)
185
193
should all have a `numberSystem` attribute. In CLDR v48 such elements without a `numberSystem` attribute will be deprecated, and the
186
194
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
- 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)
191
199
- 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).
192
200
193
201
## Known Issues
194
202
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.
196
206
197
207
## Acknowledgments
198
208
@@ -202,5 +212,14 @@ see the [Acknowledgments](/index/acknowledgments) page for a full listing.
202
212
The Unicode [Terms of Use](https://unicode.org/copyright.html) apply to CLDR data;
203
213
in particular, see [Exhibit 1](https://unicode.org/copyright.html#Exhibit1).
204
214
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).
0 commit comments