]> granicus.if.org Git - mutt/commit
Recognize charset extensions, see #3150.
authorRocco Rutte <pdmef@gmx.net>
Sat, 11 Jul 2009 12:52:11 +0000 (14:52 +0200)
committerRocco Rutte <pdmef@gmx.net>
Sat, 11 Jul 2009 12:52:11 +0000 (14:52 +0200)
commitabda7336074c4e957139873bab7261a5ce8b82ff
treea71b1fafcfba9eea96e0e9a078099eb305d70f5f
parent3d02c90b654afdcad7e82605a79eff509e206736
Recognize charset extensions, see #3150.

With utf-8//TRANSLIT, we internally didn't recognize it as utf-8. This
leads to badly broken behaviour if --without-wc-funcs is used for some
reason. In that case, if we have utf-8 as charset, we implement our own
wide char functions; for all other charsets, we use the system
single-byte locale functions. And using these with utf-8 is broken.
charset.c
mbyte.c