Re: UTF-8 patterns in Lua 5.3
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: UTF-8 patterns in Lua 5.3
- From: Oliver Kroth <oliver.kroth@...>
- Date: 2014年4月17日 09:40:26 +0200
to my knowledge in most "big" OS, there are already libraries for
handling Unicode semantics.
I'd like to propose to let Lua do the UTF-8 encoding matters, and use a
(probably OS-specific) glue library to refer the Unicode semantics to
the underlying OS. This library may e.g. be named "unicode" to avoid
name clashes with utf8.
There is no sense in re-inventing the wheel.
-- Oliver
Am 17.04.2014 09:12, schrieb Coda Highland:
I consider this to be evidence towards "either implement all of
Unicode or stay out of the way." /s/ Adam