Do charset translations to Upper case form.
authorStafford Mitchell Horne <shorne@gmail.com>
Mon, 9 Oct 2006 14:44:41 +0000 (14:44 +0000)
committerStafford Mitchell Horne <shorne@gmail.com>
Mon, 9 Oct 2006 14:44:41 +0000 (14:44 +0000)
commitda30a735e651ae5242250229f17bdd86e3c90465
tree97966aaabb9792cdb015876a2d9cd74480e3b680
parentcfa29e6566e53b1d3cf0f8ac147952992c8b5c36
Do charset translations to Upper case form.

On, BSD and some applications in Linux the codeset needs to be in the form
listed in 'charsets' manpage.  I.e. utf8 is not good must be UTF-8.  Since
there seems to way to way to get those lists I just added a list in the
code.  It includes all the charsets I can find which are listed in my locale -a.

Let me know if anyone knows how to do this programatically on both Linux and
BSD.

SVN revision: 26445
src/bin/e_int_config_intl.c