diff options
Diffstat (limited to 'uxd.rst')
-rw-r--r-- | uxd.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ sequences go with which human-readable characters. Input is read from *file*, or standard input if *file* is missing or given as **-**. The input is treated as UTF-8 encoded Unicode. Since ASCII is a subset, **uxd** works fine on plain ASCII files too. Other -encodings such as UTF-16, ISO-8859-*, Shift-JIS, etc, can be used, but +encodings such as UTF-16, ISO-8859-\*, Shift-JIS, etc, can be used, but **uxd** won't handle these any better than a regular hex-dump utility such as **xxd**. |