This is intended to be used for protection against homoglyph attacks and others that involve malicious Unicode sequences. In this mode, all characters outside of the 0x20 to 0x7E range (inclusive) would be escaped using backslash or percent escapes.
Using cat, as suggested in T5994, would not work for interactive use, and also does not support backslash or percent escaping.