ALIAS(5) Standards, Environments, and Macros ALIAS(5)
NAME
alias - alias table file of encoding names
SYNOPSIS
/usr/lib/iconv/aliasDESCRIPTION
This file contains the alias table of encoding names for
iconv_open(3C).
The format of the alias table is as follows:
"%s %s\n", <variant encoding name>, <canonical encoding name>
The string specified for the variant encoding name is case-insensitive. A
line beginning with '#' is treated as a comment.
ATTRIBUTES
See
attributes(7) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Evolving |
+--------------------+-----------------+
SEE ALSO
iconv(3C),
iconv_close(3C),
iconv_open(3C),
attributes(7) October 2, 2001
ALIAS(5)