André Bargull

Results 143 comments of André Bargull

I don't think there's test262 coverage for this. Or at least I don't see any coverage in . (I'm currently exploring if it's possible to generate tests for `"name"` and...

Maybe keep "FormatMatcher" together to match the constructor option `"formatMatcher"`? That means: {Basic,BestFit}DateTimeFormatMatcher. Intl.DateTimeFormat is currently the only Intl constructor which accepts a `"formatMatcher"` option, so there's no latent ambiguity...

SpiderMonkey, and I guess also JSC, map `ignorePunctuation = false` to `UCOL_DEFAULT` instead of `UCOL_NON_IGNORABLE`. This should explain why the `Intl.Collator.prototype.compare` call returns the default value for Thai (i.e. `UCOL_SHIFTED`)....

This is possibly caused by . From : > Burnaby states that: "Historians in general assert that Muhammad fled from Mecca at the commencement of the third month of the...

> Rather than guessing at the intent of that spec. text it would be better to take a look at the bugs.ecmascript.org issues (and meeting notes and possibly some es-discuss...

> * Legacy POSIX identifiers that refer to a single fixed UTC offset, such as "EST" or "WET", must be non-primary time zone identifiers that resolve to the corresponding the...

[Intl.supportedValuesOf](https://tc39.es/ecma402/#sec-intl.supportedvaluesof) calls [AvailableCanonicalTimeZones](https://tc39.es/ecma402/#sec-availablecanonicaltimezones), which computes the result based on all supported time zone and link names. - `CET`, `EET`, `MET`, and `WET` are defined time zone zones in the [europe...

Previous discussions and bug reports: - https://github.com/tc39/proposal-intl-enumeration/issues/47 - https://github.com/nodejs/node/issues/43678 - https://bugs.chromium.org/p/v8/issues/detail?id=13084

FWIW, starting with Firefox 139, all Gregorian-like calendars (`gregory`, `iso8601`, `buddhist`, `japanese`, `roc`) will be proleptic. This was changed to align `Intl.DateTimeFormat`, which internally uses ICU4C, with `Temporal`, which in...

The `xxxxx` in `new Intl.Locale('nl-xxxxx')` doesn't specify a region, but a variant subtag.