Name
parser:SetEncoding -- set parser encoding
Synopsis
parser:SetEncoding(e$)
Function
Set the encoding to be used by the parser. There are four built-in encodings, passed as strings: "US-ASCII", "UTF-8", "UTF-16", and "ISO-8859-1". parser:SetEncoding() must not be called after parsing has already been started with parser:Parse().

Inputs
e$
encoding that should be used by the parser

Show TOC