Closed
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.