Skip to content

Cations/lutf8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lua UTF-8

Lua 5.3 came with a nice UTF-8 support library internally boundled. This is that same library packaged as a standalone library, which can be used by any version of Lua (5.1, 5.2 and LuaJIT).

Installing lutf8

On Unix systems or using a Make-like interface simply run

sudo make
sudo make install

For more information on how to customize the building procedure, check both makefiles (at root and src)

You can also grab a rock!

luarocks install lutf8

Usage

local utf8 = require "utf8"

Check the Lua Manual for information

License

MIT License - Copyright (C) 1994-2015 Lua.org, PUC-Rio, 2015 LOVE Development Team.

About

Lua 5.3 standard library for UTF-8 manipulation (Compatible with Lua 5.1, 5.2 and LuaJIT)

Resources

License

Stars

Watchers

Forks

Packages

No packages published