# Mapping from LC_CTYPE locale to MIME's charset values for Elm ME+
#
# Format:
#
# -             <charset-definition>
# <LC_CTYPE>	<charset-name>
# <LC_CTYPE>	<charset-definition>
# <LC_CTYPE>	(unsupported)
# <LC_CTYPE>	codeset=<codeset-name>
# <LC_CTYPE>	codeset="<codeset name>"
# -		<alias-definition>
#
# If $LC_CTYPE is on form
#	LL_cc.encoding
# then also following formats are available:
#
# LL_cc		<charset-name>
# LL		<charset-name>
# *.encoding	<charset-name>
# *.encoding	codeset=<codeset-name>
# *.encoding	codeset="<codeset name>"
# *.encoding	(unsupported)
#
# These mappings are only used if nl_langinfo(CODESET) is not supported
#
#
# Some formats using <charset-definition>
#       -               <charset>;MIME-subset=US-ASCII
#       -               <charset>;MIME-subset=<some-subset-name>
#
# <charset-definition> is  "<charset name>"; <params>
#                      or  <charset>; <params>
#
# <params> are ; separated list of <param>
# 	                        or <param>=<value>
#                               or <param>="<quoted value>"
#
# <param> is one of MIME-subset, type, map, alias, MIBenum, 
# codeset or <iso-2022 param>.
#  
# <alias-definition> is "<charset name>"; <aliases>
#                    or  <charset>; <aliases>
#
# <aliases> are  ; separated list of alias="<alias name>"
#                                 or alias=<alias-name>
# 
# <alias-definition> must be after <charset-definition>