blakeembrey / change-case

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

capitalCasePipe does not handle special character #298

Closed HugoMussard closed 9 months ago

HugoMussard commented 1 year ago

In my case, the capitalCasePipe does not ouput the letter 'í' (https://fr.wikipedia.org/wiki/%C3%8D)

blakeembrey commented 9 months ago

This doesn't appear to be an issue with this library, there's no capitalCasePipe in this repo. However, assuming it's some wrapper, if it's updated to 5.x this will be fixed.