Re: LPeg support for utf-8
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: LPeg support for utf-8
- From: Matthew Frazier <leafstormrush@...>
- Date: 2011年4月07日 17:49:28 -0400
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