From 5414bc808430e80139a6debe56ccea15afedb3b6 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 12 Dec 2024 15:40:38 -0500 Subject: UTF-16 warnings, better visible null & escape, handle BOM. --- uxd.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'uxd.rst') 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). -- cgit v1.2.3