Text-to-HTML conversion
function t2h ($text, $spaces = true, $quotes = true, $nl2br = false, $keepascii = 0);
Masks special HTML characters: & < >
Unicode-Safe (optional: $unicode): "&#...;" will not be replaced since this is
the alternative description for Unicode characters, by browsers handling Unicode characters
with an ANSI page encoding
Implementation file: unb_lib/common.lib.php, line 1344
© 2006 Yves Goergen. Unclassified NewsBoard Homepage. Reference based on UNB unb.devel.20060128, dated 2006-01-28.