> > For ISO 2022 locking escapes:
> >
> > me_AT_alarmpi ~> echo -e "\033(0"
> >
> > me_AT_alarmpi ~>
> >
> > St does this:
> >
> > me_AT_alarmpi ~> echo -e "\033(0"
> >
> > ␋┴▒┼_AT_▒┌▒⎼└⎻␋ ·>
>
> It's not a locking escape. "ESC ( 0" switches your character
> set to VT100 Special Graphics (see [0]).
> Of course, if a given terminal like mosh doesn't have the
> translation-tables, nothing gets "messed" up.
mosh mentions some "UTF8 terminal mode", which is different
from "ISO 2022" and doesn't even have G0-3. It's all mentioned
in the link[1].
[1]:
https://www.cl.cam.ac.uk/~mgk25/unicode.html#term
Received on Tue Sep 01 2015 - 07:52:26 CEST