`sentenceCase` helper remove accented chars
Closed this issue · 1 comments
Drulac commented
Package version
6.0.1
Describe the bug
Hello 😁 !
If I put this bunch of code
{{ sentenceCase('bon état')}}
{{ sentenceCase('bon etat')}}
{{ camelCase('bon état')}}
it output me
Bon tat
Bon etat
bonEtat
the é
char is truncated. Same for the à
char. I don't have the time now to test with other chars and changing case helpers :-/
Have a good day and thanks for your work 😃 !
Reproduction repo
No response