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

Update unicode file #21

Open
pvdz opened this issue Aug 18, 2013 · 3 comments
Open

Update unicode file #21

pvdz opened this issue Aug 18, 2013 · 3 comments

Comments

@pvdz
Copy link
Owner

pvdz commented Aug 18, 2013

https://gist.github.com/qfox/6118105

@pvdz
Copy link
Owner Author

pvdz commented Jan 8, 2014

It needs to be split up into two files. One containing only the unicode groups that are allowed as first char and the other one containing all the other ones. For the second char and onwards, two regexes will have to be checked. Luckily the check is in a cheap worst case part :/
Alternatively, I could maybe dynamically combine the two regexes although I'm sure whether that would make things faster (engine might optimize smaller regexes better?).

@pvdz
Copy link
Owner Author

pvdz commented Jan 8, 2014

I also need to do a thorough check for unicode characters. Oh joy.

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