lua-users home
lua-l archive

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


Hallo,

On 3/28/07, David Kastrup <dak@gnu.org> wrote:

Apropos: could someone clue me in what the proposed way of operation
is for dealing with utf-8 strings?  When one is using lua as an
embedded interpreter, having efficient strings with a natural Unicode
character type (internally represented with utf-8) would save a lot of
headaches.


    Lua strings are just data. If you want utf-8, you could use the
slnunicode module from selene: http://luaforge.net/projects/sln/

Cheers,
--
-alex
http://www.ventonegro.org/