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

Feature: Unicode support #33

Open
conartist6 opened this issue Mar 10, 2022 · 1 comment
Open

Feature: Unicode support #33

conartist6 opened this issue Mar 10, 2022 · 1 comment

Comments

@conartist6
Copy link
Member

Currently I'm using parsing expressions with regexpp which actually has most of the expensive parts of unicode support (the definitions of all the unicode character classes) baked into it. It should be fairly easy to expose that functionality in the current setup, though I would also enjoy having a lighter weight version of the package that did not offer unicode functionality (but also would not incur unicode's hit to bundle size).

@conartist6 conartist6 changed the title support unicode? Feature: Unicode support Mar 30, 2022
@conartist6 conartist6 mentioned this issue Mar 30, 2022
@conartist6
Copy link
Member Author

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