Henri Sivonen
Henri Sivonen
I didn't look at the source, but I think `Intl.Segmenter`, which is a rather special case in its relationship to locale data, in Chrome fakes its resolved locale roughly by...
From a very quick look at GitHub search, I see one use case beyond test cases and debug logging: Determining the host locale by executing `Intl.DateTimeFormat().resolvedOptions().locale` per [StackOverflow](https://stackoverflow.com/questions/673905/how-to-determine-users-locale-within-browser) and various...
> Yeah, echoing back the requested locale probably works. Should ECMA-402 change to require this?
The key question is whether ICU4X should push the first implementation to ship ICU4X-backed ECMA-402 to the Web to bear the cost of finding out if deviating from the current...
@jedel1043 , see above: > Do we know how much Boa wants to match Node/Chrome behavior?
Obsoleted by #5813.
...and this is harder than it first appears, since we support named access of property data for the benefit of regular expression engines, and canonical combining class is one of...
(Not sure if the meeting minutes on this issue ended up on GitHub somewhere.) It occurred to me that the approach discussed in the meeting of making the default features...
Note: When doing this, we should test the effect on the [special cases](https://github.com/search?q=repo%3Aunicode-org%2Ficu4x%20Pernosco&type=code) in the Pernosco debugger. If this breaks them, we should make the feature gate for `icu_properties` also...
I think for APIs that take natural language input as opposed to producing natural language output, it is useful to be able to request the root for most internationally applicable...