Blame sysdeps/s390/gconv-modules

Packit 6c4009
# GNU libc iconv configuration.
Packit 6c4009
# Copyright (C) 1997-2018 Free Software Foundation, Inc.
Packit 6c4009
# This file is part of the GNU C Library.
Packit 6c4009
Packit 6c4009
# The GNU C Library is free software; you can redistribute it and/or
Packit 6c4009
# modify it under the terms of the GNU Lesser General Public
Packit 6c4009
# License as published by the Free Software Foundation; either
Packit 6c4009
# version 2.1 of the License, or (at your option) any later version.
Packit 6c4009
Packit 6c4009
# The GNU C Library is distributed in the hope that it will be useful,
Packit 6c4009
# but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 6c4009
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit 6c4009
# Lesser General Public License for more details.
Packit 6c4009
Packit 6c4009
# You should have received a copy of the GNU Lesser General Public
Packit 6c4009
# License along with the GNU C Library; if not, see
Packit 6c4009
# <http://www.gnu.org/licenses/>.
Packit 6c4009
Packit 6c4009
# All lines contain the following information:
Packit 6c4009
Packit 6c4009
# If the lines start with `module'
Packit 6c4009
#  fromset:	either a name triple or a regular expression triple.
Packit 6c4009
#  toset:	a name triple or an expression with \N to get regular
Packit 6c4009
#		expression matching results.
Packit 6c4009
#  filename:	filename of the module implementing the transformation.
Packit 6c4009
#		If it is not absolute the path is made absolute by prepending
Packit 6c4009
#		the directory the configuration file is found in.
Packit 6c4009
#  cost:	optional cost of the transformation.  Default is 1.
Packit 6c4009
Packit 6c4009
# If the lines start with `alias'
Packit 6c4009
#  alias:	alias name which is not really recognized.
Packit 6c4009
#  name:	the real name of the character set
Packit 6c4009
Packit 6c4009
# S/390 hardware accelerated modules
Packit 6c4009
#	from			to			module			cost
Packit 6c4009
module	ISO-8859-1//		IBM037//		ISO-8859-1_CP037_Z900	1
Packit 6c4009
module	IBM037//		ISO-8859-1//		ISO-8859-1_CP037_Z900	1
Packit 6c4009
module	ISO-10646/UTF8/		UTF-32//		UTF8_UTF32_Z9		1
Packit 6c4009
module	UTF-32BE//		ISO-10646/UTF8/		UTF8_UTF32_Z9		1
Packit 6c4009
module	ISO-10646/UTF8/		UTF-32BE//		UTF8_UTF32_Z9		1
Packit 6c4009
module	UTF-16BE//		UTF-32//		UTF16_UTF32_Z9		1
Packit 6c4009
module	UTF-32BE//		UTF-16//		UTF16_UTF32_Z9		1
Packit 6c4009
module	INTERNAL		UTF-16//		UTF16_UTF32_Z9		1
Packit 6c4009
module	UTF-32BE//		UTF-16BE//		UTF16_UTF32_Z9		1
Packit 6c4009
module	INTERNAL		UTF-16BE//		UTF16_UTF32_Z9		1
Packit 6c4009
module	UTF-16BE//		UTF-32BE//		UTF16_UTF32_Z9		1
Packit 6c4009
module	UTF-16BE//		INTERNAL		UTF16_UTF32_Z9		1
Packit 6c4009
module	UTF-16BE//		ISO-10646/UTF8/		UTF8_UTF16_Z9		1
Packit 6c4009
module	ISO-10646/UTF8/		UTF-16//		UTF8_UTF16_Z9		1
Packit 6c4009
module	ISO-10646/UTF8/		UTF-16BE//		UTF8_UTF16_Z9		1