freebsd-ports/converters/konwert/pkg-descr
Max Khon b58e0621f4 New port: konwert
Konwert is a package for conversion between various character encodings.

By encodings author imply not only different charsets like Windows-1252,
KOI8-R or UTF-8 but also the different representations of characters like
TeX escaping, quoted-printable and even RFC 1345 mnemonics. The autodetect
of the encodings is also implemented.

There are also filter filterm which allow to make separate input and output
conversions of the encodings for the given command. It can help e.g. when
our terminal is unable to display non-ASCII characters or to enter them
from the keyboard.

PR:		50614
Submitted by:	Alex Semenyaka <alexs@snark.ratmir.ru>
2003-04-19 15:00:39 +00:00

12 lines
581 B
Text

Konwert is a package for conversion between various character encodings.
By encodings author imply not only different charsets like Windows-1252,
KOI8-R or UTF-8 but also the different representations of characters like
TeX escaping, quoted-printable and even RFC 1345 mnemonics.
There are also filter filterm which allow to make separate input and output
conversions of the encodings for the given command. It can help e.g. when
our terminal is unable to display non-ASCII characters or to enter them
from the keyboard.
Maintains: Alex Semenyaka <alexs@snark.rinet.ru>