-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decide what to do about HourCycle::H24 #6220
Comments
Let's remove it. |
What happens if someone hands us a locale with |
We treat it as an invalid value and use the default for a given locale. I think that's the same as if the customer passed |
Does Locale --> Preferences conversion do this fallback (leaving None in place of unknown values)? If so I am totally onboard with this. I just would like to avoid throwing weird data-driven exceptions. |
Conclusion: 2.0-stretch, OK to remove. |
I'm in favor of removing this. |
CLDR looks ready to deprecate it based on feedback from @hsivonen: https://unicode-org.atlassian.net/browse/CLDR-18303
We should decide what to do about it in the HourCycle enum for 2.0.
@zbraniecki @hsivonen
The text was updated successfully, but these errors were encountered: