aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uxd.110
-rw-r--r--uxd.rst10
2 files changed, 10 insertions, 10 deletions
diff --git a/uxd.1 b/uxd.1
index 576814b..cb69b28 100644
--- a/uxd.1
+++ b/uxd.1
@@ -77,8 +77,8 @@ Japanese text example:
.nf
.ft C
$ echo ¥ǥ£¥ | uxd
-0000: c2 a5 c7 a5 c2 a3 c2 a5 0a ¥ǥ£¥↵
- GG GG YY YY GG GG YY YY PP GYGYP
+0000: c2\-a5 c7\-a5 c2\-a3 c2\-a5 0a ¥ǥ£¥↵
+ GGGGG YYYYY GGGGG YYYYY PP GYGYP
.ft P
.fi
.UNINDENT
@@ -87,9 +87,9 @@ $ echo ¥ǥ£¥ | uxd
The colors are indicated by G/Y/P, for green, yellow, and purple. The
character above each letter is displayed in that color.
.sp
-From the colorization, it\(aqs obvious that the "c2 a5" is the hex
-representation of the first ¥ character, and that the ǥ is
-represented by "c7 a5".
+From the colorization, and from the dashes between the bytes, it\(aqs
+obvious that the "c2 a5" is the hex representation of the first ¥
+character, and that the ǥ is represented by "c7 a5".
.sp
The newline is displayed in purple because it\(aqs not a regular
printable character. Its human\-readable representation is ↵. Note
diff --git a/uxd.rst b/uxd.rst
index 8356f14..11784fe 100644
--- a/uxd.rst
+++ b/uxd.rst
@@ -64,15 +64,15 @@ the man page. If the examples looks mangled, try viewing the source
Japanese text example::
$ echo ¥ǥ£¥ | uxd
- 0000: c2 a5 c7 a5 c2 a3 c2 a5 0a ¥ǥ£¥↵
- GG GG YY YY GG GG YY YY PP GYGYP
+ 0000: c2-a5 c7-a5 c2-a3 c2-a5 0a ¥ǥ£¥↵
+ GGGGG YYYYY GGGGG YYYYY PP GYGYP
The colors are indicated by G/Y/P, for green, yellow, and purple. The
character above each letter is displayed in that color.
-From the colorization, it's obvious that the "c2 a5" is the hex
-representation of the first ¥ character, and that the ǥ is
-represented by "c7 a5".
+From the colorization, and from the dashes between the bytes, it's
+obvious that the "c2 a5" is the hex representation of the first ¥
+character, and that the ǥ is represented by "c7 a5".
The newline is displayed in purple because it's not a regular
printable character. Its human-readable representation is ↵. Note