blakeembrey / change-case

Convert strings between camelCase, PascalCase, Capital Case, snake_case and more
MIT License
2.27k stars 97 forks source link

sentenceCase function replaces non-English alphabets with whitespace #280

Closed judgegodwins closed 2 years ago

judgegodwins commented 2 years ago

sentenceCase replaces non-English alphabets with whitespace:

E.g sentenceCase('itinéraire') returns 'Itin raire'.

blakeembrey commented 2 years ago

Closing as a duplicate of https://github.com/blakeembrey/change-case/issues/152.