1# GNU libc iconv configuration.
2# Copyright (C) 1997-2021 Free Software Foundation, Inc.
3# This file is part of the GNU C Library.
4
5# The GNU C Library is free software; you can redistribute it and/or
6# modify it under the terms of the GNU Lesser General Public
7# License as published by the Free Software Foundation; either
8# version 2.1 of the License, or (at your option) any later version.
9
10# The GNU C Library is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13# Lesser General Public License for more details.
14
15# You should have received a copy of the GNU Lesser General Public
16# License along with the GNU C Library; if not, see
17# <https://www.gnu.org/licenses/>.
18
19# All lines contain the following information:
20
21# If the lines start with `module'
22#  fromset:	either a name triple or a regular expression triple.
23#  toset:	a name triple or an expression with \N to get regular
24#		expression matching results.
25#  filename:	filename of the module implementing the transformation.
26#		If it is not absolute the path is made absolute by prepending
27#		the directory the configuration file is found in.
28#  cost:	optional cost of the transformation.  Default is 1.
29
30# If the lines start with `alias'
31#  alias:	alias name which is not really recognized.
32#  name:	the real name of the character set
33
34# S/390 hardware accelerated modules
35#	from			to			module			cost
36module	ISO-8859-1//		IBM037//		ISO-8859-1_CP037_Z900	1
37module	IBM037//		ISO-8859-1//		ISO-8859-1_CP037_Z900	1
38module	ISO-10646/UTF8/		UTF-32//		UTF8_UTF32_Z9		1
39module	UTF-32BE//		ISO-10646/UTF8/		UTF8_UTF32_Z9		1
40module	ISO-10646/UTF8/		UTF-32BE//		UTF8_UTF32_Z9		1
41module	UTF-16BE//		UTF-32//		UTF16_UTF32_Z9		1
42module	UTF-32BE//		UTF-16//		UTF16_UTF32_Z9		1
43module	INTERNAL		UTF-16//		UTF16_UTF32_Z9		1
44module	UTF-32BE//		UTF-16BE//		UTF16_UTF32_Z9		1
45module	INTERNAL		UTF-16BE//		UTF16_UTF32_Z9		1
46module	UTF-16BE//		UTF-32BE//		UTF16_UTF32_Z9		1
47module	UTF-16BE//		INTERNAL		UTF16_UTF32_Z9		1
48module	UTF-16BE//		ISO-10646/UTF8/		UTF8_UTF16_Z9		1
49module	ISO-10646/UTF8/		UTF-16//		UTF8_UTF16_Z9		1
50module	ISO-10646/UTF8/		UTF-16BE//		UTF8_UTF16_Z9		1
51