diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-12 15:40:38 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-12 15:40:38 -0500 |
commit | 5414bc808430e80139a6debe56ccea15afedb3b6 (patch) | |
tree | 67c87f84b978adc24e5f8edb22e8b6bb6698874d /uxd.rst | |
parent | de1c3571112e85507fea5e13c046eaf7b5514be1 (diff) | |
download | uxd-5414bc808430e80139a6debe56ccea15afedb3b6.tar.gz |
UTF-16 warnings, better visible null & escape, handle BOM.
Diffstat (limited to 'uxd.rst')
-rw-r--r-- | uxd.rst | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -88,8 +88,9 @@ COLORS **purple** Spaces and unprintable characters ("control" characters, newlines, tabs, etc). These are printed as "visible" characters, e.g. ␣ for the space, ↵ for a newline. - This is an improvement over the usual practice of printing these as periods, like - standard hex dumpers do. + Hopefully this is an improvement over the usual practice of printing these as periods, like + standard hex dumpers do. The Unicode BOM (byte order marker, U+FEFF) is printed + as a purple letter B. **red** Invalid UTF-8 sequences. These are rendered with a red foreground, to make them @@ -111,7 +112,7 @@ ANSI-style escape sequences, Unicode, and UTF-8 rendering. The author's testing is done primarily with **urxvt**\(1). Other terminals aren't tested as often. -Known to work: urxvt, xterm, st, xfce4-terminal, gnome-terminal, the Linux console (but +Known to work: urxvt, xterm, st, xfce4-terminal, gnome-terminal, kitty, the Linux console (but see **FONTS**, below). Known **not** to work: rxvt (doesn't support Unicode at all). |