SAFEECHO
— Displays text
to standard output, restoring any remapped “safe” characters to
their original, possibly dangerous values.
Syntax:
SAFEECHO
text
text | the string to display |
A carriage return and line feed will be written to the file after text. The text may or may not be written in Unicode, depending on the value of the //UnicodeOutput option.
Note: All characters in the range U+FF00 through U+FF5F will be replaced with their normal, ASCII equivalents.
Note: When //UnicodeOutput=No (the default
setting), this command offers no benefit over ECHO
.