SAFEECHOS — Displays text to standard output, restoring any remapped “safe” characters to their original, possibly dangerous values. A carriage return and line feed will not be appended.

Syntax:
SAFEECHOS text

textthe string to display

The text may or may not be written in Unicode, depending on the current value of //UnicodeOutput.

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 ECHOS.