Support Unicode escape sequences in characters #4
Labels
discussion
When you want to discuss about something
enhancement
New feature or request
parsing
Is the syntax parsed well enough ?
Milestone
Characters do not currently accept unicode escape characters in the shape of
\uHHHH
and\uHHHHHHHH
(whereH
is any hexadecimal number).This could be a good thing to support those. However, this may complicate typechecking a little bit. What is the size of a unicode character? How well would it integrate with compilation? Will there be any currently known problems with supporting Unicode characters?
Those questions need to be answered first. This will (or not) be worked on after that step.
Characters may also suffer from the same bug as #3. This will also need to be fixed if needed.
The text was updated successfully, but these errors were encountered: