From 6be644ed9fe4fa893c0d561c6a25118aca548ae3 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 26 Mar 2016 13:57:02 -0400 Subject: Support UTF-8 Lua pattern matching. Makes use of an external luautf8 library, but only a subset of it. --- TECHNOLOGY.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'TECHNOLOGY.md') diff --git a/TECHNOLOGY.md b/TECHNOLOGY.md index dab8b6c0..569d047d 100644 --- a/TECHNOLOGY.md +++ b/TECHNOLOGY.md @@ -56,6 +56,10 @@ Lua and includes a few external libraries. =[LuaFileSystem][] - Library for accessing directories and file attributes= Textadept uses LFS for accessing the host filesystem. +=[luautf8][] - Library for additional UTF-8 string utilities= + Textadept uses a subset of luautf8 for Lua pattern matching with UTF-8 + patterns. + =[lspawn][]\* - Lua module for spawning processes= Textadept uses lspawn for spawning asynchronous processes. @@ -69,6 +73,7 @@ Lua and includes a few external libraries. [Scinterm]: http://foicica.com/scinterm [LPeg]: http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html [LuaFileSystem]: http://keplerproject.github.io/luafilesystem/ +[luautf8]: https://github.com/starwing/luautf8/ [lspawn]: http://foicica.com/hg/lspawn [gtDialog]: http://foicica.com/gtdialog/ [ncurses]: http://invisible-island.net/ncurses/ -- cgit v1.2.3