Bump to m4 1.4.19
[platform/upstream/m4.git] / lib / iconv_open-osf.gperf
1 /* Character set conversion.
2    Copyright (C) 2007, 2020-2021 Free Software Foundation, Inc.
3
4    This program is free software; you can redistribute it and/or modify
5    it under the terms of the GNU General Public License as published by
6    the Free Software Foundation; either version 3, or (at your option)
7    any later version.
8
9    This program is distributed in the hope that it will be useful,
10    but WITHOUT ANY WARRANTY; without even the implied warranty of
11    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12    GNU General Public License for more details.
13
14    You should have received a copy of the GNU General Public License along
15    with this program; if not, see <https://www.gnu.org/licenses/>.  */
16
17 struct mapping { int standard_name; const char vendor_name[10 + 1]; };
18 %struct-type
19 %language=ANSI-C
20 %define slot-name standard_name
21 %define hash-function-name mapping_hash
22 %define lookup-function-name mapping_lookup
23 %readonly-tables
24 %global-table
25 %define word-array-name mappings
26 %pic
27 %%
28 # On OSF/1 5.1, look in /usr/lib/nls/loc/iconv.
29 ISO-8859-1, "ISO8859-1"
30 ISO-8859-2, "ISO8859-2"
31 ISO-8859-3, "ISO8859-3"
32 ISO-8859-4, "ISO8859-4"
33 ISO-8859-5, "ISO8859-5"
34 ISO-8859-6, "ISO8859-6"
35 ISO-8859-7, "ISO8859-7"
36 ISO-8859-8, "ISO8859-8"
37 ISO-8859-9, "ISO8859-9"
38 ISO-8859-15, "ISO8859-15"
39 CP437, "cp437"
40 CP775, "cp775"
41 CP850, "cp850"
42 CP852, "cp852"
43 CP855, "cp855"
44 CP857, "cp857"
45 CP861, "cp861"
46 CP862, "cp862"
47 CP865, "cp865"
48 CP866, "cp866"
49 CP869, "cp869"
50 CP874, "cp874"
51 CP949, "KSC5601"
52 CP1250, "cp1250"
53 CP1251, "cp1251"
54 CP1252, "cp1252"
55 CP1253, "cp1253"
56 CP1254, "cp1254"
57 CP1255, "cp1255"
58 CP1256, "cp1256"
59 CP1257, "cp1257"
60 CP1258, "cp1258"
61 EUC-JP, "eucJP"
62 EUC-KR, "eucKR"
63 EUC-TW, "eucTW"
64 BIG5, "big5"
65 SHIFT_JIS, "SJIS"
66 TIS-620, "TACTIS"