Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to CLDR 44 and ICU 74 #4245

Merged
merged 4 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions components/locid_transform/tests/fixtures/maximize.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
},
{
"input": "tuq",
"output": "tuq-Latn-ZZ"
"output": "tuq-Latn-TD"
},
{
"input": "sr-ME",
Expand All @@ -133,7 +133,7 @@
},
{
"input": "klx",
"output": "klx-Latn-ZZ"
"output": "klx-Latn-PG"
},
{
"input": "kk-Arab",
Expand Down Expand Up @@ -177,6 +177,6 @@
},
{
"input": "und-latn-AQ",
"output": "und-Latn-AQ"
"output": "en-Latn-AQ"
}
]
3 changes: 1 addition & 2 deletions components/timezone/src/iana_ids.rs
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,8 @@ impl<'a> IanaToBcp47MapperBorrowed<'a> {
/// assert_eq!(bcp47_id, Some("inccu".parse().unwrap()));
///
/// // Get it back as the canonical form "Asia/Kolkata"
/// // TODO(#4044): Fix after upgrading to CLDR-JSON 44
/// let iana_id = mapper_borrowed.bcp47_to_iana(bcp47_id.unwrap());
/// assert_eq!(iana_id, Some("Asia/Calcutta"))
/// assert_eq!(iana_id, Some("Asia/Kolkata"))
/// ```
#[derive(Debug)]
pub struct IanaBcp47RoundTripMapper {
Expand Down
Binary file modified provider/adapters/tests/data/blob.postcard
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a fallback data size increase

Binary file not shown.

Large diffs are not rendered by default.

25 changes: 15 additions & 10 deletions provider/baked/collator/data/macros/collator_data_v1.rs.data

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading