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

unicode: add unicode support #18

Open
cdragan opened this issue Nov 8, 2016 · 0 comments
Open

unicode: add unicode support #18

cdragan opened this issue Nov 8, 2016 · 0 comments
Assignees

Comments

@cdragan
Copy link
Member

cdragan commented Nov 8, 2016

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).

@cdragan cdragan self-assigned this Nov 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant