[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: proposal for reading individual characters from strings faster
- From: Coroutines <coroutines@...>
- Date: Sat, 3 May 2014 14:15:23 -0700
On Sat, May 3, 2014 at 1:30 PM, Sean Conner <sean@conman.org> wrote:
> It can even change at runtime!
I like to pretend that in 2014 we've all migrated to UTF8. :(
Changing the locale at runtime is so mean :D
If we go with the local platform encoding we're restricted to
single-byte character sets -- the most-used beyond single-byte is
UTF8, that was all I was saying. From what I remember, EBCDIC has
more math chars than ASCII?
> [2] Obligatory email header parsing code:
>
> https://github.com/spc476/LPeg-Parsers/blob/master/email.lua
I cloned all that just yesterday :p <3 anything lpeg-related.