Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with locale text transform #8

Closed
szolowicz opened this issue Nov 9, 2021 · 2 comments
Closed

issue with locale text transform #8

szolowicz opened this issue Nov 9, 2021 · 2 comments

Comments

@szolowicz
Copy link

Case transforming is returning wrong output, because text transform methods take user localization into account.

For example in Turkish (before & after):
image

https://stackoverflow.com/questions/34283414/difference-between-tolocalelowercase-and-tolowercase

"Unlike toLowerCase, toLocaleLowerCase takes localization into account. In most cases, with most languages, they will produce similar output, however certain languages will behave differently."

Fix: locale -> normal

@Milesq
Copy link

Milesq commented Nov 9, 2021

I can take care of this issue if you want @pi0

@pi0 pi0 closed this as completed in a0a6c06 Jul 27, 2022
@pi0
Copy link
Member

pi0 commented Jul 27, 2022

Thanks for issue. It should be fixed in the latest 3.0.1+

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants