]> granicus.if.org Git - neomutt/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)
commit3e902b9994fe4eefd3890f2c392862de0e31ffe3
treea71b1fafcfba9eea96e0e9a078099eb305d70f5f
parent4bc986fa96324ee09d30cc0b01690a266ddcf00f
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