aboutsummaryrefslogtreecommitdiff
path: root/uxd.rst
diff options
context:
space:
mode:
Diffstat (limited to 'uxd.rst')
-rw-r--r--uxd.rst16
1 files changed, 9 insertions, 7 deletions
diff --git a/uxd.rst b/uxd.rst
index b16a78d..d4ad0b4 100644
--- a/uxd.rst
+++ b/uxd.rst
@@ -274,23 +274,25 @@ changed with the **-c** option (see above).
sequences are:
- Prefix bytes (>= 0x80) which are not followed by the correct number of continuation
- bytes (with their high 2 bits set to **10**).
+ bytes (with their high 2 bits set to **10**). Rendered as **�**.
- - Continuation bytes that aren't preceded by a valid prefix byte.
+ - Continuation bytes that aren't preceded by a valid prefix byte. Rendered as **�**.
- - Truncated UTF-8 sequence at EOF.
+ - Truncated UTF-8 sequence at EOF. Rendered as **�**.
- - UTF-16 surrogates (codepoints U+D800 to U+DFFF) [**\***].
+ - UTF-16 surrogates (codepoints U+D800 to U+DFFF) [**\***]. Rendered as **S**.
- Codepoints above U+10FFFF, which are disallowed by the Unicode standard [**\***].
+ Rendered as **>**.
- Overlong encodings (e.g. codepoints U+0000 to U+007F encoded
- as 2 or more bytes) [**\***].
+ as 2 or more bytes) [**\***]. Rendered as **O**.
For items marked with [**\***], the **-j**, **-p**, and/or **-w**
- options can disable error highlighting for this type of error.
+ options can disable error highlighting for this type of error. They
+ will be displayed in purple rather than red.
- Each occurrence of any of the above will increment the "Bad
+ Each error-highlighted sequence will increment the "Bad
sequences" count, if the **-i** option is used.
TERMINAL SUPPORT