Blame lib/iconv_open-solaris.gperf

Packit Service fdd496
struct mapping { int standard_name; const char vendor_name[10 + 1]; };
Packit Service fdd496
%struct-type
Packit Service fdd496
%language=ANSI-C
Packit Service fdd496
%define slot-name standard_name
Packit Service fdd496
%define hash-function-name mapping_hash
Packit Service fdd496
%define lookup-function-name mapping_lookup
Packit Service fdd496
%readonly-tables
Packit Service fdd496
%global-table
Packit Service fdd496
%define word-array-name mappings
Packit Service fdd496
%pic
Packit Service fdd496
%%
Packit Service fdd496
# On Solaris 10, look in the "iconv -l" output. Some aliases are advertised but
Packit Service fdd496
# not actually supported by the iconv() function and by the 'iconv' program.
Packit Service fdd496
# For example:
Packit Service fdd496
#   $ echo abc | iconv -f 646 -t ISO-8859-1
Packit Service fdd496
#   Not supported 646 to ISO-8859-1
Packit Service fdd496
#   $ echo abc | iconv -f 646 -t ISO8859-1
Packit Service fdd496
$   abc
Packit Service fdd496
ASCII, "646"
Packit Service fdd496
ISO-8859-1, "ISO8859-1"
Packit Service fdd496
ISO-8859-2, "ISO8859-2"
Packit Service fdd496
ISO-8859-3, "ISO8859-3"
Packit Service fdd496
ISO-8859-4, "ISO8859-4"
Packit Service fdd496
ISO-8859-5, "ISO8859-5"
Packit Service fdd496
ISO-8859-6, "ISO8859-6"
Packit Service fdd496
ISO-8859-7, "ISO8859-7"
Packit Service fdd496
ISO-8859-8, "ISO8859-8"
Packit Service fdd496
ISO-8859-9, "ISO8859-9"
Packit Service fdd496
ISO-8859-15, "ISO8859-15"
Packit Service fdd496
CP1251, "ansi-1251"