-
Notifications
You must be signed in to change notification settings - Fork 11
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
CalendarsOfLocale, CollationsOfLocale, and NumberingSystemsOfLocale should return canonical identifiers #32
Comments
Here is the current spec text said
I blieve the "conforming to the type sequence from UTS 35 Unicode Locale Identifier, section 3.2" part already address the issue of "canonical identifiers". For example - "gb2312han" will not fit that clause and won't be return. I do not believe we need to add any more word for this. I am closing this. Please feel free to reopen if you think the current spec text is still not need clear enough. |
I've only used There are still other cases where not requiring canonical identifiers can result in cross-compatibility issues. For example we should require that |
Add "canonical" to calendar, collation and numbering systems Address #32
CalendarsOfLocale, CollationsOfLocale, and NumberingSystemsOfLocale should return canonical identifiers.
For example
"gb2312"
instead of"gb2312han"
fornew Intl.Locale("zh").collations
.The text was updated successfully, but these errors were encountered: