Shane F. Carr
Shane F. Carr
A Google 1st party product has i18n needs including date and time formatting, temperature, day of week, and simple case map (more details [here](https://docs.google.com/document/d/1mxVG3PpSYLsio1_u031og1b4WU25CGUhLLbTiK1KkUw/edit)). They run in a resource-constrained environment....
Possibly related: https://github.com/tc39/proposal-record-tuple/issues/134, https://github.com/tc39/proposal-record-tuple/issues/218 A potential direction this proposal could take, which would solve a new set of problems, could be "upgradeable ArrayBuffers": - The new language primitive is a...
Consider a diacritic mark, like U+103A, "MYANMAR SIGN ASAT". In [the Unicode chart](http://unicode.org/charts/PDF/U1000.pdf), the character is shown as having a dotted circle to indicate that it is missing its base...
Example code: ```rust pub fn try_new_with_date_length_unstable( provider: &P, locale: &DataLocale, length: length::Date, ) -> Result where P: // Explanatory comment about the bounds ?Sized + DataProvider + DataProvider + DataProvider...
CLDR-15595 - [x] This PR completes the ticket. This change describes all of LDML, so I wasn't sure exactly where to put it, so I made a spot for it...
There was a bug that was sometimes causing semantically equivalent modifiers to not be recognized as semantically equivalent. It was checking for pointer equality instead of semantic equality. ##### Checklist...
This documents what I've done to make VSCode compile ICU4J. It's not super pretty but it gets the job done. ##### Checklist - [x] Required: Issue filed: https://unicode-org.atlassian.net/browse/ICU-22185 - [x]...
Part of [CLDR-16253](https://unicode-org.atlassian.net/browse/CLDR-16253) In an effort to migrate the ICU-specific aliases upstream to CLDR (https://github.com/unicode-org/cldr/pull/2664), I wanted to remove some aliases that were labeled legacy or similar in ICU. I...
For https://github.com/tc39/proposal-intl-numberformat-v3/issues/96 ##### Checklist - [ ] Required: Issue filed: https://unicode-org.atlassian.net/browse/ICU-_____ - [ ] Required: The PR title must be prefixed with a JIRA Issue number. - [ ] Required:...
See https://github.com/tc39/ecma402/issues/134 CLDR has both normal (financial) rounding and cash rounding for currencies. We should consider adding an option to Intl.NumberFormat to support cash rounding.