Encode Transforms


<encode>keyword</encode>

NameDescription
asciicopies directly all 8-bit characters
base64converts each group of 3 chars to 4 chars
dxfuses %% quoting where necessary
htmluses enitity names or numeric values where necessary
praatuses backslash two letter Praat codes where necessary
rtfuses \'b quoting for 8-bit and \u? quoting for 16-bit
uriuses %XX encoding where necessary
utf-8uses 8-bit Unicode encoding
xhtmluses enitity names or numeric values where necessary
xmluses enitity names or numeric values where necessary