lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 04/07/2011 03:15 PM, E. Toernig wrote:
A quick survey, for those who care:
- should LPeg support utf-8?
- If so, what would that mean?

I think it would help (not only LPeg) to add unicode
escape sequences (\uXXXX) to Lua's strings.

Ciao, ET.


Lua itself does not have Unicode support. So, if you're suggesting that this would merely generate the proper UTF-8 bytes for the character...hmm, that's actually a pretty good idea.
--
Regards, Matthew Frazier