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

Fix problems with non-ASCII characters in queries #21

Closed
ianmcook opened this issue Dec 31, 2019 · 1 comment
Closed

Fix problems with non-ASCII characters in queries #21

ianmcook opened this issue Dec 31, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@ianmcook
Copy link
Owner

Some functions in queryparser work fine with input that includes Unicode characters, but other functions cause warnings or throw errors. Add a comprehensive set of tests for input that contains Unicode characters, and make all the changes necessary to get these functions to pass.

@ianmcook ianmcook added the bug Something isn't working label Jan 16, 2020
@ianmcook
Copy link
Owner Author

Most problems with non-ASCII characters should now be fixed, but the current set of tests is non-comprehensive so it's possible that warnings or errors might still occur when there are non-ASCII characters in some types of queries.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant