encodeResults
Valid in all scopes
This configuration variable tells Tango
whether or not to encode the output sent to the Web browser by Tango
in standard HTML format; specifically, changing all high-bit
characters to their encoded forms. For example, "é"
(a high-bit character, not in the standard ASCII set) is encoded in
HTML as é. If you would like to send binary data,
or are using a character set other than ISO Latin-1, you can set this
value to false.
The default value of this variable is true.
|