Shane F. Carr
Shane F. Carr
@hsivonen am I missing something here?
+1 on using Temporal once available. There are also some other open issues/proposals that could make this functionality available: Stable Formatting Proposal: https://github.com/tc39/proposal-stable-formatting I separately want the `und` locale to...
> The intent of adding that `ISO` suffix in a few places in the Temporal API (`Instant#toZonedDateTimeISO`, and the `zonedDateTime`, `plainDate`, `plainDateTime`, and `plainTime` functions of `Temporal.Now`) was to help...
Hi, @jfbrennan! Some initial feedback on your proposal: - Defining a list of country codes is not completely trivial. Do we include metaregions like 001 (World) or EU (European Union)?...
Additional observation: I don't think that these property names should ever have repeating whitespace characters. We should be able to use that property to limit recursion depth.
You know I like generalizing things, and of course I see an opportunity here :) It seems like this could be `struct ZeroEmpty([u8])` which is an "enum" (not a literal...
I was thinking of the formal alt variant, such as this one in zh-Hant: https://github.com/unicode-org/cldr/blob/b8956436c8cbe80e80630013f6e6c09d7b2e9e28/common/main/zh_Hant.xml#L13662
TG2 discussion: https://github.com/tc39/ecma402/blob/main/meetings/notes-2024-11-25.md#add-support-for-more-currency-symbol-variants-eg-formal-643
Proposal: https://github.com/tc39/proposal-intl-currency-display-choices
Note: this API is currently ignored by our FFI coverage test with the following comment: "Not planned for 2.0: Until someone needs them" https://github.com/unicode-org/icu4x/blob/21b7e1c0df46311bb88c2b98446b77bc48bb8f7a/tools/make/diplomat-coverage/src/allowlist.rs#L180 In general we don't have great...