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

RFC: use unicode character categories to classify identifier characters #6805

Merged
merged 5 commits into from
May 13, 2014

Conversation

JeffBezanson
Copy link
Member

fixes #6797, fixes #5936

cat == UTF8PROC_CATEGORY_LO || cat == UTF8PROC_CATEGORY_NL ||
// allow currency symbols
cat == UTF8PROC_CATEGORY_SC ||
// allow all latin-1 characters except math symbols and quotes
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Punctuation characters cannot occur here?

JeffBezanson added a commit that referenced this pull request May 13, 2014
RFC: use unicode character categories to classify identifier characters
@JeffBezanson JeffBezanson merged commit d612317 into master May 13, 2014
@JeffBezanson JeffBezanson deleted the jb/unicode_identifiers branch August 10, 2014 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
9 participants