VirtualBox

source: kBuild/trunk/src/grep/lib/iconv_open-aix.gperf@ 3646

Last change on this file since 3646 was 3529, checked in by bird, 3 years ago

Imported grep 3.7 from grep-3.7.tar.gz (sha256: c22b0cf2d4f6bbe599c902387e8058990e1eee99aef333a203829e5fd3dbb342), applying minimal auto-props.

File size: 1.7 KB
Line 
1/* Character set conversion.
2 Copyright (C) 2007, 2020-2021 Free Software Foundation, Inc.
3
4 This file is free software: you can redistribute it and/or modify
5 it under the terms of the GNU Lesser General Public License as
6 published by the Free Software Foundation; either version 2.1 of the
7 License, or (at your option) any later version.
8
9 This file 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 Lesser General Public License for more details.
13
14 You should have received a copy of the GNU Lesser General Public License
15 along with this program. If not, see <https://www.gnu.org/licenses/>. */
16
17struct 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 AIX 5.1, look in /usr/lib/nls/loc/uconvTable.
29ISO-8859-1, "ISO8859-1"
30ISO-8859-2, "ISO8859-2"
31ISO-8859-3, "ISO8859-3"
32ISO-8859-4, "ISO8859-4"
33ISO-8859-5, "ISO8859-5"
34ISO-8859-6, "ISO8859-6"
35ISO-8859-7, "ISO8859-7"
36ISO-8859-8, "ISO8859-8"
37ISO-8859-9, "ISO8859-9"
38ISO-8859-15, "ISO8859-15"
39CP437, "IBM-437"
40CP850, "IBM-850"
41CP852, "IBM-852"
42CP856, "IBM-856"
43CP857, "IBM-857"
44CP861, "IBM-861"
45CP865, "IBM-865"
46CP869, "IBM-869"
47ISO-8859-13, "IBM-921"
48CP922, "IBM-922"
49CP932, "IBM-932"
50CP943, "IBM-943"
51CP1046, "IBM-1046"
52CP1124, "IBM-1124"
53CP1125, "IBM-1125"
54CP1129, "IBM-1129"
55CP1252, "IBM-1252"
56GB2312, "IBM-eucCN"
57EUC-JP, "IBM-eucJP"
58EUC-KR, "IBM-eucKR"
59EUC-TW, "IBM-eucTW"
60BIG5, "big5"
Note: See TracBrowser for help on using the repository browser.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette