We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Consider adding unicode support in 'unicode' module.
Some amount of memory may be required for unicode tables, so it may make sense to put this in a module.
An alternative is to support it in core.
Consider parsing the public Unicode tables, e.g.: http://www.unicode.org/Public/9.0.0/ucd/UnicodeData.txt to extract lowercase/uppercase relations and ordering (for lexicographical sorting).
The text was updated successfully, but these errors were encountered:
cdragan
No branches or pull requests
Consider adding unicode support in 'unicode' module.
Some amount of memory may be required for unicode tables, so it may make sense to put this in a module.
An alternative is to support it in core.
Consider parsing the public Unicode tables, e.g.:
http://www.unicode.org/Public/9.0.0/ucd/UnicodeData.txt
to extract lowercase/uppercase relations and ordering (for lexicographical sorting).
The text was updated successfully, but these errors were encountered: