tlkencode - Encodes text version of tlk back to binary tlk
tlkencode [--help|-h] [--version|-V] [--verbose|-v] [--config config-file] [--separator|-s separator] --output|-o output_filename filename ...
tlkencode --help
tlkencode takes the output of tlkprint(1)
and converts it back to
the binary tlk. The tlkprint(1)
output must be generated with -S
option so that it has all control characters encoded as %xx.
tlkprint -S dialog.tlk > file; emacs file; tlkencode -o dialog2.tlk file tlkprint -S dialog.tlk | sed 's/God/Deity/g' | tlkencode -o dialog2.tlk
tlkprint(1), Tlk(3), and TlkWrite(3).
Tero Kivinen <kivinen@iki.fi>.
This program appeared as a pair to the tlkprint(1)
after we needed to
create our own custom tlk files.