forked from garabik/unicode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
paracode.1
77 lines (57 loc) · 1.56 KB
/
paracode.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.\" Hey, EMACS: -*- nroff -*-
.TH PARACODE 1 "2005-04-16"
.SH NAME
paracode \- command line Unicode conversion tool
.SH SYNOPSIS
.B paracode
.RB [ \-t
.IR tables ]
string
.SH DESCRIPTION
This manual page documents the
.B paracode
command.
.PP
\fBparacode\fP exploits the full power of the Unicode standard to convert
the text into visually similar stream of glyphs, while using completely
different codepoints.
It is an excellent didactic tool demonstrating the principles and advanced
use of the Unicode standard.
.PP
\fBparacode\fP is a command line tool working as
a filter, reading standard input in UTF-8 encoding and writing to
standard output.
.
.SH OPTIONS
.TP
.BI \-t tables
.BI \-\-tables tables
Use given list of conversion tables, separated by a plus sign.
Special name 'all' selects all the tables.
Note that selecting 'other', 'cyrillic_plus' and 'cherokee' tables (and 'all')
makes use of rather esoteric characters, and not all fonts contain them.
Special table 'mirror' uses quite different character substitution,
is not selected automatically with 'all' and does not work well
with anything except plain ascii alphabetical characters.
Example:
paracode \-t cyrillic+greek+cherokee
paracode \-t cherokee <input >output
paracode \-r \-t mirror <input >output
Possible tables are:
cyrillic
cyrillic_plus
greek
other
cherokee
all
.
.TP
.B \-r
Display text in reverse order after conversion,
best used together with \-t mirror.
.
.SH SEE ALSO
.BR iconv (1)
.
.SH AUTHOR
Radovan Garab\('ik <garabik @ kassiopeia.juls.savba.sk>