fabien van mook

all packages "fvm-*"

package "fvm-htab"

function file "ascii2html.m"

Function h = ascii2html(a)

converts some ascii characters
to html entities, in string a.

Only these conversions are applied:
   &   -->   &
   <   -->   &lt;
   >   -->   &gt;


(c) 2026 fabien van mook

2026.08.20 release of this file within package "fvm-htab" under GNU GPLv3+