-
Notifications
You must be signed in to change notification settings - Fork 45
Add more Unicode planes to regular_char #174
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
Comments
Extending the reference parser to support astral Unicode planes turned out to be easy thanks to Unicode-aware regexes in ES2015. I opened #179 with the proposed implementation. |
The definition of
Should we include something similar in the Fluent spec? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Let's extend the
regular_char
production to be more permissive of characters from outside of BMP. A good standard to follow is https://www.w3.org/TR/REC-xml/#NT-Char.fluent/syntax/grammar.mjs
Lines 411 to 417 in 3c7cd30
The text was updated successfully, but these errors were encountered: