org.conman.parsers.iso

LPEG expression to match valid ISO characters

$ luarocks install org.conman.parsers.iso

LPEG expression to match valid ISO characters, both graphic and
control sets, for example, ISO-8859-1. This module handles *only*
the characters not defined by ASCII. If you need to parse both
ASCII and ISO:

char = require "org.conman.parsers.iso"
+ require "org.conman.parsers.ascii"

NOTE: The ISO control characters may match more than a single
character. For example, the commonly called ANSI codes (which are
not ANSI but ISO) like "<ESC>[32;40m" will be matched as one unit.

Versions

1.0.0-23 years ago19 downloads
1.0.0-14 years ago59 downloads

Dependencies

LPeg >= 1.0.0
lua >= 5,1, <= 5.4

Manifests