aboutsummaryrefslogtreecommitdiff
path: root/uxd.rst
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-12-21 04:21:06 -0500
committerB. Watson <urchlay@slackware.uk>2024-12-21 04:21:06 -0500
commitb51d501fd23f18f3d1f6222cbf8fc3f714bc330e (patch)
treef75e45a97add902c2c1d29c10bd0aa8c3a833827 /uxd.rst
parent3aa0d464fde753af26341d0c1a8740e756818582 (diff)
downloaduxd-b51d501fd23f18f3d1f6222cbf8fc3f714bc330e.tar.gz
update man page
Diffstat (limited to 'uxd.rst')
-rw-r--r--uxd.rst12
1 files changed, 6 insertions, 6 deletions
diff --git a/uxd.rst b/uxd.rst
index d4ad0b4..53a9789 100644
--- a/uxd.rst
+++ b/uxd.rst
@@ -99,9 +99,9 @@ as *K*, *M*, and *G* for power-of-10 based (e.g. *1K* is 1000 bytes).
.. print number of bytes/chars/ascii/multibyte/bad sequences.
-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 **0xc0 0x80** 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.
@@ -141,10 +141,9 @@ as *K*, *M*, and *G* for power-of-10 based (e.g. *1K* is 1000 bytes).
highlighed in red.
-r
- Highlight multi-byte sequences in reverse video, in the hex
- output. Ignored if **-m** given.
+ Don't highlight multi-byte sequences in reverse video.
-.. highlight multi-byte chars in reverse video.
+.. don't highlight multi-byte chars in reverse video.
-s pos
Seek in input before starting to dump. *pos* is bytes, not
@@ -187,7 +186,8 @@ as *K*, *M*, and *G* for power-of-10 based (e.g. *1K* is 1000 bytes).
.. print version of uxd.
-w
- WTF-8 mode. Surrogates **U+D800** to **U+D8FF** will not be considered errors.
+ WTF-8 mode. Surrogates **U+D800** to **U+D8FF** will be highlighted in
+ purple and not counted as errors.
.. WTF-8 mode (allow surrogates).