Shane F. Carr
Shane F. Carr
Issue #230 was to make Vec and String implement `Copy`. However, as explained by @MarcusGrass, @delta4chat and others in #230, it is not possible to conditionally implement `Copy` on `Vec`...
Added test for the extended year. I can also add tests for other things. #### Checklist - [x] Required: Issue filed: ICU-23101 - [x] Required: The PR title must be...
This adds support for parsing the approximately sign and fixes the bug observed in ICU-22885. #### Checklist - [x] Required: Issue filed: ICU-22885 - [x] Required: The PR title must...
CLDR-18465 - [ ] This PR completes the ticket. Related to #4581. Wanted to get feedback on how to _remove_ an era. @pedberg-icu @srl295 ALLOW_MANY_COMMITS=true
CLDR-18369 - [ ] This PR completes the ticket. ALLOW_MANY_COMMITS=true
CLDR-18187 - [x] This PR completes the ticket. CC @eggrobin @makotokato @Manishearth See ticket for details. The issue discussed in multiple CLDR Design WG meetings, but this specific solution was...
See https://github.com/unicode-org/icu4x/issues/3989 Language subtags with more than 3 letters are uncommon in the wild, whereas supporting them comes with an implementation cost. We should look into removing the requirement that...
As a follow-up to https://github.com/tc39/ecma402/issues/588 and https://github.com/tc39/ecma402/pull/780, we are now specifying that the available locales ought to be derived from the User Agent, and we left some room to explore...
_Background:_ The H24 hour cycle is one where the first hour of the day is labeled 24, the second hour is labeled 01, and the last hour is labeled 23....
Time and time again, programmers are confused about how to use Intl.PluralRules, especially in ways that relate to rendered digits, like how to take the plural form of `1` versus...