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

Case-insensitive searching '\u00c0' matches '\u0020'(space) under Windows Chinese Edition #2

Closed
hltj opened this issue May 12, 2013 · 1 comment
Assignees

Comments

@hltj
Copy link
Collaborator

hltj commented May 12, 2013

Case-insensitive searching '\u00c0'('À') matches '\u0020'(space) under Windows either Chinese-Simplified or Chinese-Traditional Edition.

These are many other characters meet the same problem.

@ghost ghost assigned hltj May 12, 2013
@hltj
Copy link
Collaborator Author

hltj commented May 12, 2013

Perhaps it was a bug of Windows CRT function towlower(), it will convert '\u00c0' to '\u0020' with Chinse locale.

hltj added a commit that referenced this issue May 12, 2013
2. #2 fixed a bug on Windows that case-insensitive searching '\u00c0' matches '\u0020'(space) with Chinese-Simplified/Traditional locale;
3. #3 fixed some characters case conversion, case-insensitive searching and sorting problems.
4. increase version number to 2.9.1.
@hltj hltj closed this as completed May 12, 2013
hltj pushed a commit that referenced this issue Mar 25, 2015
update translation files
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

1 participant