Shane F. Carr
Shane F. Carr
"Preferences" is a user locale with structured fields, introduced in ICU4X 2.0. "Options" are things that should be set by the developer based on application requirements, not user preferences. This...
I appreciate the feedback on the inconsistency. As I noted in https://github.com/unicode-org/icu4x/issues/7261#issuecomment-3608046864, the inconsistency is the result of technical constraints, due to differences in how Segmenter and CaseMapper load their...
(as a service to everyone involved, I will lock this thread if the conversation continues to be heated.)
I'd like to have more thorough tests in place before landing algorithm changes. #7215
> I think the code does not know in advance that this will be out of range. Let's fix this as part of #7076. If the DateDuration has a year...
Should be easy code to write, but the question is more about where do we land it: separate crate or unified crate with compact notation? Discuss with: - @sffc -...
Yes, server-side-rendered content can't guarantee that it is going to be the same as client-side-rendered content in ECMA-402. It's a known issue, with various solutions proposed, such as a data-driven...
I wanted to also point out the Unicode conformance dashboard, where you can visualize and track how different libraries behave. The differences involving non-break spaces and location time zone formats...
Related: https://github.com/tc39/ecma402/issues/355 I agree that we should add more context to Intl.DisplayNames, which currently is useful in dropdown menus but not really in natural language as you pointed out. Any...
Yeah, as always, start with the use case to decide how much of that we want to ship.