From 4250fb20ef0637bd42a8492c9a6f2ba9402ae21f Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 20 Dec 2024 23:09:16 -0500 Subject: > for out of range, update man mage --- uxd.1 | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'uxd.1') diff --git a/uxd.1 b/uxd.1 index 616f56d..f5cb1a2 100644 --- a/uxd.1 +++ b/uxd.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "UXD" 1 "2024-12-18" "0.2.1" "Urchlay's Utilities" +.TH "UXD" 1 "2024-12-20" "0.2.1" "Urchlay's Utilities" .SH NAME uxd \- UTF-8 hex dumper .SH SYNOPSIS @@ -332,24 +332,26 @@ sequences are: .INDENT 0.0 .IP \(bu 2 Prefix bytes (>= 0x80) which are not followed by the correct number of continuation -bytes (with their high 2 bits set to \fB10\fP). +bytes (with their high 2 bits set to \fB10\fP). Rendered as \fB�\fP\&. .IP \(bu 2 -Continuation bytes that aren\(aqt preceded by a valid prefix byte. +Continuation bytes that aren\(aqt preceded by a valid prefix byte. Rendered as \fB�\fP\&. .IP \(bu 2 -Truncated UTF\-8 sequence at EOF. +Truncated UTF\-8 sequence at EOF. Rendered as \fB�\fP\&. .IP \(bu 2 -UTF\-16 surrogates (codepoints U+D800 to U+DFFF) [\fB*\fP]. +UTF\-16 surrogates (codepoints U+D800 to U+DFFF) [\fB*\fP]. Rendered as \fBS\fP\&. .IP \(bu 2 Codepoints above U+10FFFF, which are disallowed by the Unicode standard [\fB*\fP]. +Rendered as \fB>\fP\&. .IP \(bu 2 Overlong encodings (e.g. codepoints U+0000 to U+007F encoded -as 2 or more bytes) [\fB*\fP]. +as 2 or more bytes) [\fB*\fP]. Rendered as \fBO\fP\&. .UNINDENT .sp For items marked with [\fB*\fP], the \fB\-j\fP, \fB\-p\fP, and/or \fB\-w\fP -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. .sp -Each occurrence of any of the above will increment the "Bad +Each error\-highlighted sequence will increment the "Bad sequences" count, if the \fB\-i\fP option is used. .UNINDENT .UNINDENT -- cgit v1.2.3