Get rid of `Ɐ`, adopt a caret notation for `0x01`-`0x07` and `0x0e`-`0x1f` bytes. https://en.wikipedia.org/wiki/C0_and_C1_control_codes#C0_controls It's recognizeable thanks to red background anyway. 1. **-m0**: `A`, `B` ... `_` 2. **-m1**: `^A`, `^B` ... `^_` 3. **-m2**: `^01`, `^02` ... `^1f`
Get rid of
Ɐ, adopt a caret notation for0x01-0x07and0x0e-0x1fbytes.https://en.wikipedia.org/wiki/C0_and_C1_control_codes#C0_controls
It's recognizeable thanks to red background anyway.
A,B..._^A,^B...^_^01,^02...^1f