Skip to content

The letter 'ç' is no longer upper-cased by .toUpperCase from 7.1.0 #9785

Closed
@Yomguithereal

Description

@Yomguithereal
  • 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.questionIssues that look for answers.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions