aboutsummaryrefslogtreecommitdiff
path: root/uxd.rst
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-12-12 15:40:38 -0500
committerB. Watson <urchlay@slackware.uk>2024-12-12 15:40:38 -0500
commit5414bc808430e80139a6debe56ccea15afedb3b6 (patch)
tree67c87f84b978adc24e5f8edb22e8b6bb6698874d /uxd.rst
parentde1c3571112e85507fea5e13c046eaf7b5514be1 (diff)
downloaduxd-5414bc808430e80139a6debe56ccea15afedb3b6.tar.gz
UTF-16 warnings, better visible null & escape, handle BOM.
Diffstat (limited to 'uxd.rst')
-rw-r--r--uxd.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/uxd.rst b/uxd.rst
index f6f3bd3..8356f14 100644
--- a/uxd.rst
+++ b/uxd.rst
@@ -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).