diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/inferno/man1/tcs.1 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/inferno/man1/tcs.1')
| -rw-r--r-- | static/inferno/man1/tcs.1 | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/static/inferno/man1/tcs.1 b/static/inferno/man1/tcs.1 new file mode 100644 index 00000000..c5abf95b --- /dev/null +++ b/static/inferno/man1/tcs.1 @@ -0,0 +1,67 @@ +.TH TCS 1 +.SH NAME +tcs \- translate character sets +.SH SYNOPSIS +.B tcs +.B -l +.RB [ -v ] +[ +.I csname +] +.PP +.B tcs +[ +.B -f +.I ics +] [ +.B -t +.I ocs +] [ +.I file ... +] +.SH DESCRIPTION +.I Tcs +converts its input from the +.I ics +character set encoding into Unicode runes and then outputs the data in the +encoding of the +.I ocs +character set. +The default values of +.I ics +and +.I ocs +are both +.BR utf8 . +This is the standard Inferno Unicode text encoding as described by +.IR utf (6). +If no files are specified +.I tcs +reads from its standard input. +.PP +The +.B -l +option causes +.I tcs +to output the list of character sets that it understands. +The +.B -v +option causes a more detailed listing to be given. +Giving a +.I csname +argument to the +.B -l +option causes +.I tcs +to list the known aliases for that name. +The first name in the list is the standard (or preferred) name. +.SH FILES +.TF /lib/convcs/charsets +.TP +.B /lib/convcs/charsets +Specifies the supported character set names, their aliases and the implementation +of their converters. +.SH SOURCE +/appl/cmd/tcs.b +.SH SEE ALSO +.IR convcs (2) |
