diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-20 23:09:16 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-20 23:09:16 -0500 |
commit | 4250fb20ef0637bd42a8492c9a6f2ba9402ae21f (patch) | |
tree | 3219f6b446c339faa58414c2e7563ad7011e9ccc /uxd.rst | |
parent | b757a7b42d6c54f431c31642cfbe0127e77cf822 (diff) | |
download | uxd-4250fb20ef0637bd42a8492c9a6f2ba9402ae21f.tar.gz |
> for out of range, update man mage
Diffstat (limited to 'uxd.rst')
-rw-r--r-- | uxd.rst | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -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 |