[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Issues: Character 160 - Non-breaking space + Additional Issue with UTF-8
- From: Dirk Laurie <dirk.laurie@...>
- Date: Sat, 7 Jul 2018 20:56:51 +0200
2018-07-07 19:20 GMT+02:00 Francisco Olarte <folarte@peoplecall.com>:
> On Sat, Jul 7, 2018 at 7:03 PM, Luiz Henrique de Figueiredo
> <lhf@tecgraf.puc-rio.br> wrote:
>>> And, anyway, it seems nobody has problems with 0xA0 not being defined
>>> as a space in lua ( either when using utf-8, latin-* or win1252 or
>>> others ).
>> And this is trivial to implement: just edit lctype.c.
>
> The horror! Now the cat is out of the bag and people will begin to
> patch the interp., post code in latin-1 and publish libraries as ms
> word files!
>
> I'm missing punch cards, none of this problems.
>
> Just kidding. FOS.
But seriously, I have for years been using a patched Lua that
accepts single UTF-8 characters as variable names so that
I can have functions named ⍴, ⍳, ⌹, ⍉ etc, without insisting
that PUC Lua should also do that.