diff options
Diffstat (limited to 'uxd.1')
-rw-r--r-- | uxd.1 | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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-20" "0.2.1" "Urchlay's Utilities" +.TH "UXD" 1 "2024-12-21" "0.2.1" "Urchlay's Utilities" .SH NAME uxd \- UTF-8 hex dumper .SH SYNOPSIS @@ -122,9 +122,9 @@ bad sequences. .INDENT 0.0 .TP .B \-j -Java mode (aka MUTF\-8). Identical to UTF\-8 except it allows the +Java mode (aka MUTF\-8). Identical to UTF\-8 except the overlong \fB0xc0 0x80\fP encoding for codepoint U+0000 (aka NUL), -which normally would be considered an error. +is highlighted in purple and not counted as an error. This may be useful for looking at serialized data created by Java programs. .UNINDENT @@ -174,10 +174,9 @@ above \fBU+10FFFF\fP, and surrogates. Only malformed sequences will be highlighed in red. .TP .B \-r -Highlight multi\-byte sequences in reverse video, in the hex -output. Ignored if \fB\-m\fP given. +Don\(aqt highlight multi\-byte sequences in reverse video. .UNINDENT -.\" highlight multi-byte chars in reverse video. +.\" don't highlight multi-byte chars in reverse video. . .INDENT 0.0 .TP @@ -238,7 +237,8 @@ Print version number and exit. .INDENT 0.0 .TP .B \-w -WTF\-8 mode. Surrogates \fBU+D800\fP to \fBU+D8FF\fP will not be considered errors. +WTF\-8 mode. Surrogates \fBU+D800\fP to \fBU+D8FF\fP will be highlighted in +purple and not counted as errors. .UNINDENT .\" WTF-8 mode (allow surrogates). . |