Path to this page:
./
textproc/lua-utf8,
UTF-8 module for Lua 5.x
Branch: CURRENT,
Version: 0.1.5,
Package name: lua54-utf8-0.1.5,
Maintainer: niaThis module adds UTF-8 support to Lua. It's compatible with Lua's
own string module, and passes all string and pattern matching tests
in Lua's test suite.
It also adds some useful routines against UTF-8 features:
- a convenient interface to escape Unicode sequences in strings.
- string insert/remove, since UTF-8 substring extract may be expensive.
- calculate Unicode width, useful when implementing e.g. console emulator.
- a useful interface to translate Unicode offsets and byte offsets.
Required to run:[
lang/lua54]
Master sites:
Filesize: 46.861 KB
Version history: (Expand)
- (2023-02-01) Updated to version: lua54-utf8-0.1.5
- (2020-10-10) Updated to version: lua53-utf8-0.1.3
- (2020-07-02) Package added to pkgsrc.se, version lua53-utf8-0.1.2 (created)
CVS history: (Expand)
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2020-10-10 10:13:58 by Nia Alarie | Files touched by this commit (2) | |
Log message:
lua-utf8: Update to 0.1.3
changes:
update Unicode version to 14
Fix compile error on CentOS6
|
2020-07-11 17:14:30 by Nia Alarie | Files touched by this commit (8) |
Log message:
Add LUA_LINKER_MAGIC variable that centrally sets LDFLAGS on Darwin,
as should probably have been done to begin with. Remove per-package hacks.
|
2020-07-11 16:48:58 by Nia Alarie | Files touched by this commit (4) |
Log message:
also use -bundle
|
2020-07-11 16:20:06 by Nia Alarie | Files touched by this commit (1) |
Log message:
Help the macOS linker understand that these are runtime-loaded modules.
|
2020-07-02 19:13:38 by Nia Alarie | Files touched by this commit (5) |
Log message:
textproc: Add lua-utf8
This module adds UTF-8 support to Lua. It's compatible with Lua's
own string module, and passes all string and pattern matching tests
in Lua's test suite.
It also adds some useful routines against UTF-8 features:
- a convenient interface to escape Unicode sequences in strings.
- string insert/remove, since UTF-8 substring extract may be expensive.
- calculate Unicode width, useful when implementing e.g. console emulator.
- a useful interface to translate Unicode offsets and byte offsets.
|