codes.pl -- SWISH code-list renderer
Render lists of character codes as a string
- term_rendering(+Codes, +Vars, +Options)//
- Renders a list of character codes as a string. Options
processed:
- min_length(+Integer)
- Codes must be a list of at least Integer length. Default is
3
.
- ellipsis(+Integer)
- Write list as `bla bla ... bla` if longer than Integer.
Default is 30.
- partial(+Boolean)
- It
true
(default), allow a partial list (ending in a
variable).
- charset(+Charset)
- Set of characters to accept. Currently allows for
- ascii
- Allow 32..126
- iso_latin_1
- Allow 32..126 and 160..255