-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
i18n-apiIssues and PRs related to the i18n implementation.Issues and PRs related to the i18n implementation.questionIssues that look for answers.Issues that look for answers.
Description
- Version: 7.1.0
- Platform: OSX
Hello @nodejs,
I stumbled upon what seems to be a bug in node.js v7.1.0.
In node v6.9.1 & v7.0.0, we have the following:
'suçais'.toUpperCase()
>>> 'SUÇAIS'
while in node v7.1.0
'suçais'.toUpperCase()
>>> 'SUçAIS'
I noticed this because it made a CI build fail (ref) and broke some of the phonetic algorithms of the Talisman library.
Sorry if this is normal and I did not read the changelogs carefully enough.
Have a good day.
Metadata
Metadata
Assignees
Labels
i18n-apiIssues and PRs related to the i18n implementation.Issues and PRs related to the i18n implementation.questionIssues that look for answers.Issues that look for answers.