/swish/lib/render/codes.pl
AllApplicationManualNameSummaryHelp

  • lib
    • render
      • sudoku.pl -- SWISH Sudoku renderer
      • chess.pl -- SWISH chessboard renderer
      • table.pl -- SWISH table renderer
      • codes.pl -- SWISH code-list renderer
        • term_rendering//3
      • svgtree.pl -- SWISH SVG tree renderer
      • graphviz.pl -- Render data using graphviz
      • c3.pl -- SWISH C3.js based chart renderer
      • url.pl -- SWISH url renderer
      • bdd.pl -- Render Binary Decision Diagrams (BDDs)
      • mathjax.pl -- SWISH Mathjax renderer
      • gvterm.pl -- View complex terms using Graphviz
 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