Skip to content
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

String.prototype.toLocaleUpperCase bug in tr_TR.UTF-8 Locale #10765

Closed
ulucs opened this issue Jan 12, 2017 · 1 comment
Closed

String.prototype.toLocaleUpperCase bug in tr_TR.UTF-8 Locale #10765

ulucs opened this issue Jan 12, 2017 · 1 comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. i18n-api Issues and PRs related to the i18n implementation.

Comments

@ulucs
Copy link

ulucs commented Jan 12, 2017

  • Version: v7.2.0, v7.4.0
  • Platform: Linux PCNAME 4.4.0-57-generic Mani #78-Ubuntu SMP Fri Dec 9 23:50:32 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
  • Subsystem: core JS

In Turkish locale, String.prototype.toLocaleUpperCase does not behave correctly on the letter 'ç'. Specifically,

'Ç'.toLocaleLowerCase() === 'ç'
'ç'.toLocaleUpperCase() !== 'Ç'

This bug was not present in v6.9.2 :

'Ç'.toLocaleLowerCase() === 'ç'
'ç'.toLocaleUpperCase() === 'Ç'
@targos
Copy link
Member

targos commented Jan 12, 2017

Duplicate of #9785.
This issue was fixed in #9828 and the fix will be in the next 7.x release.

@targos targos closed this as completed Jan 12, 2017
@addaleax addaleax added duplicate Issues and PRs that are duplicates of other issues or PRs. i18n-api Issues and PRs related to the i18n implementation. labels Jan 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Issues and PRs that are duplicates of other issues or PRs. i18n-api Issues and PRs related to the i18n implementation.
Projects
None yet
Development

No branches or pull requests

3 participants