ecma402
ecma402 copied to clipboard
Status, process, and documents for ECMA 402
This has come up a few times during [proposal-symbols-as-weakmap-keys](https://github.com/tc39/proposal-symbols-as-weakmap-keys). Creating an issue here as the 402 repo feels like a more central point to discuss this. Related discussions in original...
[DefaultNumberOption](https://tc39.es/ecma402/#sec-defaultnumberoption) (used by [GetNumberOption](https://tc39.es/ecma402/#sec-getnumberoption) and [SetNumberFormatDigitOptions](https://tc39.es/ecma402/#sec-setnfdigitoptions) for processing options like "fractionalSecondDigits", "minimumIntegerDigits", and "{minimum,maximum}{Fraction,Significant}Digits") converts its primary argument to a Number value, validates the result against the range bounds, and...
For [Intl.DurationFormat](https://github.com/tc39/proposal-intl-duration-format) we need to include the CLDR data for `"microsecond"` and `"nanosecond"` anyway, so we should consider adding both units to the set of sanctioned unit identifiers.
Placeholder issue to organize Polyfills creation/contributions. #### Get Started - Consult existing Polyfills in the [project wiki](https://github.com/tc39/ecma402/wiki/Proposal-and-PR-Progress-Tracking#stage-3), those with :x: means that are missing or not started  - Choose...
Consider the following string of text: > Please P.T.O 123 times. 123.3242432 at 12:43 PM on 21/03/2013. or [email protected]. www.google.com and she's there and well-played. What segments should we produce?...
Currently, there is a section in ECMA402 about Array.prototype.toLocaleString https://ecma-international.org/ecma-402/#sup-array.prototype.tolocalestring With the newly Stage 3 Intl.ListFormat moving to Stage 4, we should consider to rewrite that section to delegate the...
Currently, we have (or will soon have) three functions that take a range input: 1. Intl.DateTimeFormat.prototype.formatRange 2. Intl.NumberFormat.prototype.formatRange 3. Intl.PluralRules.prototype.selectRange All of these functions currently throw a `RangeError` if the...
Hello! I'm part of the development team of [boa](https://github.com/boa-dev/boa), where we are developing an ECMAScript engine with `Intl` support, and we have a bit of a problem with how the...
Follow-up from https://github.com/tc39/ecma402/projects/2#card-68491050 We discussed in the 2022-01-13 meeting whether we should accept underscores in DisplayNames, in response to https://github.com/tc39/test262/pull/3173/files. We decided that we should reject the underscores, and @FrankYFTang...
(prompted by https://github.com/tc39/ecma402/pull/610#discussion_r705794932 ) ECMA-402 makes many references to itself, but does so inconsistently: ```sh $ grep --no-filename -roiE 'this specification|(current )?(version [^[:punct:]]*)?ECMA[^[:punct:]]*Specification' spec/ | \ sed 's/\(Internationalization API Specification\).*/\1/'...