diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-02 00:50:36 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-02 00:50:36 -0400 |
commit | fca03033e4b3a908cc1c349c3e15e2e4d883b749 (patch) | |
tree | b8f3d92b1fc38bcd3a86bb17aa7a5975e10e3462 /a8utf8.rst | |
parent | 52be446379bf7d34fad65a03d56e96bad2512790 (diff) | |
download | bw-atari8-tools-fca03033e4b3a908cc1c349c3e15e2e4d883b749.tar.gz |
a8utf8: removed (replaced by a8cat).
Diffstat (limited to 'a8utf8.rst')
-rw-r--r-- | a8utf8.rst | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/a8utf8.rst b/a8utf8.rst deleted file mode 100644 index ec9fbba..0000000 --- a/a8utf8.rst +++ /dev/null @@ -1,57 +0,0 @@ -.. RST source for a8utf8(1) man page. Convert with: -.. rst2man.py a8utf8.rst > a8utf8.1 -.. rst2man.py comes from the SBo development/docutils package. - -====== -a8utf8 -====== - --------------------------------------------------- -Convert Atari 8-bit text to UTF-8 encoded Unicode. --------------------------------------------------- - -.. include:: manhdr.rst - -SYNOPSIS -======== - -*a8utf8* [**-r**] [**-i**] [*infile*] [*infile ...*] - -*a8utf8* [**-r**] [**-i**] **-t** - -DESCRIPTION -=========== - -Convert Atari 8-bit ATASCII or XL ICS (International Character -Set) text to UTF-8 encoded Unicode. Control graphics characters are -replaced with their nearest Unicode equivalents (mostly from the Box -Drawing block, or from the Basic Latin block with **-i** option). - -If no *infile* is given, input is read from standard input. Output always -goes to standard output; to write to a file, use a command like:: - - a8utf8 atari.txt > converted.txt - -The output is plain UTF-8 Unicode, without BOM. - -Inverse video (characters codes above **$80**) are translated to -their non-inverse equivalents, except **$9B** (Atari EOL), which is -translated to **\\n** (newline). - -OPTIONS -======= - --i - Input uses Atari XL/XE International Character Set encoding, rather than - ATASCII graphics. - --t - Print table of Atari to Unicode equivalents, in CSV format. Can - be used with or without **-i** and/or **-r** (four different tables). - --r - Reverse conversion: Input is UTF-8, output is ATASCII (or XL ICS, with **-i**). - Beware that printing ATASCII to a terminal may look funny, and may even confuse - the terminal. Redirecting to a file is safe. - -.. include:: manftr.rst |