Skip to content

Commit 7f9a5d6

Browse files
authored
CLDR-18097 BRS 46.1 Update cldr & spec versions & status, extend test skip (#4195)
1 parent e1d37ac commit 7f9a5d6

27 files changed

+100
-87
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ For current CLDR release information, see [cldr.unicode.org](https://cldr.unicod
1010

1111
## Status
1212

13-
Update: 2024-10-21
13+
Update: 2024-11-12
1414

1515
<!-- [inapplicable lines are commented out.]-->
16-
<!--**Note:** CLDR 46 is in development and not recommended for use at this stage.-->
17-
<!--**Note:** This is the milestone 1 version of CLDR 46, intended for those wishing to do pre-release testing. It is not recommended for production use.-->
18-
<!--**Note:** This is a preliminary version of CLDR 46, intended for those wishing to do pre-release testing. It is not recommended for production use.-->
19-
<!-- **Note:** This is a pre-release candidate version of CLDR 46, intended for testing. It is not recommended for production use. -->
20-
This is the final release version of CLDR 46.
16+
<!--**Note:** CLDR 46.1 is in development and not recommended for use at this stage.-->
17+
<!--**Note:** This is the milestone 1 version of CLDR 46.1, intended for those wishing to do pre-release testing. It is not recommended for production use.-->
18+
**Note:** This is a preliminary version of CLDR 46.1, intended for those wishing to do pre-release testing. It is not recommended for production use.
19+
<!-- **Note:** This is a pre-release candidate version of CLDR 46.1, intended for testing. It is not recommended for production use. -->
20+
<!--This is the final release version of CLDR 46.1.-->
2121

2222
### What is CLDR?
2323
The Unicode Common Locale Data Repository (CLDR) provides key building blocks for software to support the world's languages, with the largest and most extensive standard repository of locale data available. This data is used by a [wide spectrum of companies](https://cldr.unicode.org/index#h.ezpykkomyltl) for their software internationalization and localization, adapting software to the conventions of different languages for such common software tasks.

common/dtd/ldml.dtd

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
4242
<!ATTLIST version number CDATA #REQUIRED >
4343
<!--@MATCH:regex/\$Revision.*\$-->
4444
<!--@METADATA-->
45-
<!ATTLIST version cldrVersion CDATA #FIXED "46" >
45+
<!ATTLIST version cldrVersion CDATA #FIXED "46.1" >
4646
<!--@MATCH:any-->
4747
<!--@VALUE-->
4848
<!ATTLIST version draft (approved | contributed | provisional | unconfirmed | true | false) #IMPLIED >

common/dtd/ldml.xsd

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
128128
<xs:element name="version">
129129
<xs:complexType>
130130
<xs:attribute name="number" use="required"/>
131-
<xs:attribute default="46" name="cldrVersion">
131+
<xs:attribute default="46.1" name="cldrVersion">
132132
<xs:simpleType>
133133
<xs:restriction base="xs:string">
134-
<xs:enumeration value="46"/>
134+
<xs:enumeration value="46.1"/>
135135
</xs:restriction>
136136
</xs:simpleType>
137137
</xs:attribute>

common/dtd/ldmlBCP47.dtd

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
1212
<!ATTLIST version number CDATA #REQUIRED >
1313
<!--@MATCH:regex/\$Revision.*\$-->
1414
<!--@METADATA-->
15-
<!ATTLIST version cldrVersion CDATA #FIXED "46" >
15+
<!ATTLIST version cldrVersion CDATA #FIXED "46.1" >
1616
<!--@MATCH:version-->
1717
<!--@VALUE-->
1818

common/dtd/ldmlBCP47.xsd

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
2424
<xs:element name="version">
2525
<xs:complexType>
2626
<xs:attribute name="number" use="required"/>
27-
<xs:attribute default="46" name="cldrVersion">
27+
<xs:attribute default="46.1" name="cldrVersion">
2828
<xs:simpleType>
2929
<xs:restriction base="xs:string">
30-
<xs:enumeration value="46"/>
30+
<xs:enumeration value="46.1"/>
3131
</xs:restriction>
3232
</xs:simpleType>
3333
</xs:attribute>

common/dtd/ldmlSupplemental.dtd

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ CLDR data files are interpreted according to the LDML specification (http://unic
1212
<!ATTLIST version number CDATA #REQUIRED >
1313
<!--@MATCH:any-->
1414
<!--@METADATA-->
15-
<!ATTLIST version cldrVersion CDATA #FIXED "46" >
15+
<!ATTLIST version cldrVersion CDATA #FIXED "46.1" >
1616
<!--@MATCH:version-->
1717
<!--@VALUE-->
1818
<!ATTLIST version unicodeVersion CDATA #FIXED "16.0.0" >

common/dtd/ldmlSupplemental.xsd

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ Note: DTD @-annotations are not currently converted to .xsd. For full CLDR file
6464
<xs:element name="version">
6565
<xs:complexType>
6666
<xs:attribute name="number" use="required"/>
67-
<xs:attribute default="46" name="cldrVersion">
67+
<xs:attribute default="46.1" name="cldrVersion">
6868
<xs:simpleType>
6969
<xs:restriction base="xs:string">
70-
<xs:enumeration value="46"/>
70+
<xs:enumeration value="46.1"/>
7171
</xs:restriction>
7272
</xs:simpleType>
7373
</xs:attribute>

docs/charts/keyboards/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.unicode.cldr</groupId>
2121
<artifactId>cldr-all</artifactId>
22-
<version>46.0</version>
22+
<version>46.1-SNAPSHOT</version>
2323
<relativePath>../../../tools/pom.xml</relativePath>
2424
</parent>
2525

docs/ldml/tr35-collation.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# Unicode Locale Data Markup Language (LDML)<br/>Part 5: Collation
44

5-
|Version|46 |
6-
|-------|----------------|
5+
|Version|46.1 (draft) |
6+
|-------|-------------|
77
|Editors|Markus Scherer (<a href="mailto:[email protected]">[email protected]</a>) and <a href="tr35.md#Acknowledgments">other CLDR committee members</a>|
88

99
For the full header, summary, and status, see [Part 1: Core](tr35.md).
@@ -16,12 +16,12 @@ This is a partial document, describing only those parts of the LDML that are rel
1616

1717
### _Status_
1818

19-
<!-- _This is a draft document which may be updated, replaced, or superseded by other documents at any time.
19+
_This is a draft document which may be updated, replaced, or superseded by other documents at any time.
2020
Publication does not imply endorsement by the Unicode Consortium.
21-
This is not a stable document; it is inappropriate to cite this document as other than a work in progress._ -->
21+
This is not a stable document; it is inappropriate to cite this document as other than a work in progress._
2222

23-
_This document has been reviewed by Unicode members and other interested parties, and has been approved for publication by the Unicode Consortium.
24-
This is a stable document and may be used as reference material or cited as a normative reference by other specifications._
23+
<!-- _This document has been reviewed by Unicode members and other interested parties, and has been approved for publication by the Unicode Consortium.
24+
This is a stable document and may be used as reference material or cited as a normative reference by other specifications._ -->
2525

2626
> _**A Unicode Technical Standard (UTS)** is an independent specification. Conformance to the Unicode Standard does not imply conformance to any UTS._
2727

docs/ldml/tr35-dates.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# Unicode Locale Data Markup Language (LDML)<br/>Part 4: Dates
44

5-
|Version|46 |
6-
|-------|------------------|
5+
|Version|46.1 (draft) |
6+
|-------|-------------|
77
|Editors|Peter Edberg and <a href="tr35.md#Acknowledgments">other CLDR committee members</a>|
88

99
For the full header, summary, and status, see [Part 1: Core](tr35.md).
@@ -16,12 +16,12 @@ This is a partial document, describing only those parts of the LDML that are rel
1616

1717
### _Status_
1818

19-
<!-- _This is a draft document which may be updated, replaced, or superseded by other documents at any time.
19+
_This is a draft document which may be updated, replaced, or superseded by other documents at any time.
2020
Publication does not imply endorsement by the Unicode Consortium.
21-
This is not a stable document; it is inappropriate to cite this document as other than a work in progress._ -->
21+
This is not a stable document; it is inappropriate to cite this document as other than a work in progress._
2222

23-
_This document has been reviewed by Unicode members and other interested parties, and has been approved for publication by the Unicode Consortium.
24-
This is a stable document and may be used as reference material or cited as a normative reference by other specifications._
23+
<!-- _This document has been reviewed by Unicode members and other interested parties, and has been approved for publication by the Unicode Consortium.
24+
This is a stable document and may be used as reference material or cited as a normative reference by other specifications._ -->
2525

2626
> _**A Unicode Technical Standard (UTS)** is an independent specification. Conformance to the Unicode Standard does not imply conformance to any UTS._
2727

docs/ldml/tr35-general.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# Unicode Locale Data Markup Language (LDML)<br/>Part 2: General
44

5-
|Version|46 |
6-
|-------|---------------------|
5+
|Version|46.1 (draft) |
6+
|-------|-------------|
77
|Editors|Yoshito Umaoka (<a href="mailto:[email protected]">[email protected]</a>) and <a href="tr35.md#Acknowledgments">other CLDR committee members|
88

99
For the full header, summary, and status, see [Part 1: Core](tr35.md).
@@ -16,12 +16,12 @@ This is a partial document, describing general parts of the LDML: display names
1616

1717
### _Status_
1818

19-
<!-- _This is a draft document which may be updated, replaced, or superseded by other documents at any time.
19+
_This is a draft document which may be updated, replaced, or superseded by other documents at any time.
2020
Publication does not imply endorsement by the Unicode Consortium.
21-
This is not a stable document; it is inappropriate to cite this document as other than a work in progress._ -->
21+
This is not a stable document; it is inappropriate to cite this document as other than a work in progress._
2222

23-
_This document has been reviewed by Unicode members and other interested parties, and has been approved for publication by the Unicode Consortium.
24-
This is a stable document and may be used as reference material or cited as a normative reference by other specifications._
23+
<!-- _This document has been reviewed by Unicode members and other interested parties, and has been approved for publication by the Unicode Consortium.
24+
This is a stable document and may be used as reference material or cited as a normative reference by other specifications._ -->
2525

2626
> _**A Unicode Technical Standard (UTS)** is an independent specification. Conformance to the Unicode Standard does not imply conformance to any UTS._
2727

docs/ldml/tr35-info.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# Unicode Locale Data Markup Language (LDML)<br/>Part 6: Supplemental
44

5-
|Version|46 |
6-
|-------|-----------|
5+
|Version|46.1 (draft) |
6+
|-------|-------------|
77
|Editors|Steven Loomis (<a href="mailto:[email protected]">[email protected]</a>) and <a href="tr35.md#Acknowledgments">other CLDR committee members|
88

99
For the full header, summary, and status, see [Part 1: Core](tr35.md).
@@ -16,12 +16,12 @@ This is a partial document, describing only those parts of the LDML that are rel
1616

1717
### _Status_
1818

19-
<!-- _This is a draft document which may be updated, replaced, or superseded by other documents at any time.
19+
_This is a draft document which may be updated, replaced, or superseded by other documents at any time.
2020
Publication does not imply endorsement by the Unicode Consortium.
21-
This is not a stable document; it is inappropriate to cite this document as other than a work in progress._ -->
21+
This is not a stable document; it is inappropriate to cite this document as other than a work in progress._
2222

23-
_This document has been reviewed by Unicode members and other interested parties, and has been approved for publication by the Unicode Consortium.
24-
This is a stable document and may be used as reference material or cited as a normative reference by other specifications._
23+
<!-- _This document has been reviewed by Unicode members and other interested parties, and has been approved for publication by the Unicode Consortium.
24+
This is a stable document and may be used as reference material or cited as a normative reference by other specifications._ -->
2525

2626
> _**A Unicode Technical Standard (UTS)** is an independent specification. Conformance to the Unicode Standard does not imply conformance to any UTS._
2727

docs/ldml/tr35-keyboards.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Unicode Locale Data Markup Language (LDML)<br/>Part 7: Keyboards
44

5-
|Version|46 |
5+
|Version|46.1 (draft) |
66
|-------|-------------|
77
|Editors|Steven Loomis (<a href="mailto:[email protected]">[email protected]</a>) and <a href="tr35.md#Acknowledgments">other CLDR committee members</a>|
88

@@ -16,12 +16,12 @@ This is a partial document, describing keyboards. For the other parts of the LDM
1616

1717
### _Status_
1818

19-
<!-- _This is a draft document which may be updated, replaced, or superseded by other documents at any time.
19+
_This is a draft document which may be updated, replaced, or superseded by other documents at any time.
2020
Publication does not imply endorsement by the Unicode Consortium.
21-
This is not a stable document; it is inappropriate to cite this document as other than a work in progress._ -->
21+
This is not a stable document; it is inappropriate to cite this document as other than a work in progress._
2222

23-
_This document has been reviewed by Unicode members and other interested parties, and has been approved for publication by the Unicode Consortium.
24-
This is a stable document and may be used as reference material or cited as a normative reference by other specifications._
23+
<!-- _This document has been reviewed by Unicode members and other interested parties, and has been approved for publication by the Unicode Consortium.
24+
This is a stable document and may be used as reference material or cited as a normative reference by other specifications._ -->
2525

2626
> _**A Unicode Technical Standard (UTS)** is an independent specification. Conformance to the Unicode Standard does not imply conformance to any UTS._
2727

docs/ldml/tr35-messageFormat.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# Unicode Locale Data Markup Language (LDML)<br/>Part 9: Message Format
44

5-
|Version|46 |
6-
|-------|------------------------|
5+
|Version|46.1 (draft) |
6+
|-------|-------------|
77
|Editors|Addison Phillips and [other CLDR committee members](tr35.md#Acknowledgments)|
88

99
For the full header, summary, and status, see [Part 1: Core](tr35.md).
@@ -16,12 +16,12 @@ This is a partial document, describing only those parts of the LDML that are rel
1616

1717
### _Status_
1818

19-
<!-- _This is a draft document which may be updated, replaced, or superseded by other documents at any time.
19+
_This is a draft document which may be updated, replaced, or superseded by other documents at any time.
2020
Publication does not imply endorsement by the Unicode Consortium.
21-
This is not a stable document; it is inappropriate to cite this document as other than a work in progress._ -->
21+
This is not a stable document; it is inappropriate to cite this document as other than a work in progress._
2222

23-
_This document has been reviewed by Unicode members and other interested parties, and has been approved for publication by the Unicode Consortium.
24-
This is a stable document and may be used as reference material or cited as a normative reference by other specifications._
23+
<!-- _This document has been reviewed by Unicode members and other interested parties, and has been approved for publication by the Unicode Consortium.
24+
This is a stable document and may be used as reference material or cited as a normative reference by other specifications._ -->
2525

2626
> _**A Unicode Technical Standard (UTS)** is an independent specification. Conformance to the Unicode Standard does not imply conformance to any UTS._
2727

docs/ldml/tr35-numbers.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# Unicode Locale Data Markup Language (LDML)<br/>Part 3: Numbers
44

5-
|Version|46 |
6-
|-------|----------|
5+
|Version|46.1 (draft) |
6+
|-------|-------------|
77
|Editors|Shane F. Carr (<a href="mailto:[email protected]">[email protected]</a>) and <a href="tr35.md#Acknowledgments">other CLDR committee members|
88

99
For the full header, summary, and status, see [Part 1: Core](tr35.md).
@@ -16,12 +16,12 @@ This is a partial document, describing only those parts of the LDML that are rel
1616

1717
### _Status_
1818

19-
<!-- _This is a draft document which may be updated, replaced, or superseded by other documents at any time.
19+
_This is a draft document which may be updated, replaced, or superseded by other documents at any time.
2020
Publication does not imply endorsement by the Unicode Consortium.
21-
This is not a stable document; it is inappropriate to cite this document as other than a work in progress._ -->
21+
This is not a stable document; it is inappropriate to cite this document as other than a work in progress._
2222

23-
_This document has been reviewed by Unicode members and other interested parties, and has been approved for publication by the Unicode Consortium.
24-
This is a stable document and may be used as reference material or cited as a normative reference by other specifications._
23+
<!-- _This document has been reviewed by Unicode members and other interested parties, and has been approved for publication by the Unicode Consortium.
24+
This is a stable document and may be used as reference material or cited as a normative reference by other specifications._ -->
2525

2626
> _**A Unicode Technical Standard (UTS)** is an independent specification. Conformance to the Unicode Standard does not imply conformance to any UTS._
2727

docs/ldml/tr35-personNames.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# Unicode Locale Data Markup Language (LDML)<br/>Part 8: Person Names
44

5-
|Version|46 |
6-
|-------|------------------------|
5+
|Version|46.1 (draft) |
6+
|-------|-------------|
77
|Editors|Mark Davis, Peter Edberg, Rich Gillam, Alex Kolisnychenko, Mike McKenna and [other CLDR committee members](tr35.md#Acknowledgments)|
88

99
For the full header, summary, and status, see [Part 1: Core](tr35.md).
@@ -16,12 +16,12 @@ This is a partial document, describing only those parts of the LDML that are rel
1616

1717
### _Status_
1818

19-
<!-- _This is a draft document which may be updated, replaced, or superseded by other documents at any time.
19+
_This is a draft document which may be updated, replaced, or superseded by other documents at any time.
2020
Publication does not imply endorsement by the Unicode Consortium.
21-
This is not a stable document; it is inappropriate to cite this document as other than a work in progress._ -->
21+
This is not a stable document; it is inappropriate to cite this document as other than a work in progress._
2222

23-
_This document has been reviewed by Unicode members and other interested parties, and has been approved for publication by the Unicode Consortium.
24-
This is a stable document and may be used as reference material or cited as a normative reference by other specifications._
23+
<!-- _This document has been reviewed by Unicode members and other interested parties, and has been approved for publication by the Unicode Consortium.
24+
This is a stable document and may be used as reference material or cited as a normative reference by other specifications._ -->
2525

2626
> _**A Unicode Technical Standard (UTS)** is an independent specification. Conformance to the Unicode Standard does not imply conformance to any UTS._
2727

0 commit comments

Comments
 (0)