blob: 66849cb10974563e150357e659f9f83f1eb56016 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
ICONV is 1) the library (libiconv.a and .so) for conversion between
various charsets, 2) the command line utility (iconv) and 3) a set
of charsets (tables and shared modules).
33 charsets are supported in this port: most Unicode encodings,
all charsets for which locale exist in FreeBSD, few IBM-DOS ones.
Other charsets are provided as standalone ports.
Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
November 2000.
|