lua-users home
lua-l archive

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


It was thus said that the Great Coroutines once stated:
> On Tue, May 13, 2014 at 9:48 PM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> 
> > But while it stands, it is a magnificent structure.
> 
> Er, I am in direct disagreement.  I'm saying the characters in the
> UTF8 standard (the only one I care about) are organized in categories
> but not function.  Whitespace is not together, punctuation is not
> together, and it's not easy to convert between cases as easy as it was
> in ASCII.  It would have been organized better, but it wasn't -- we
> could have avoided these mappings, but it's done..

  But I can say the same of ASCII---the control characters aren't together
(don't forget DEL, at code point 127) and punctuation is all over the map. 
ASCII just happens to fit easily inside the most commonly used addressable
unit.

  -spc