Re: svn commit: r1414161 - /httpd/mod_mbox/trunk/module-2.0/mod_mbox_cte.c

2012-11-27 Thread Nick Kew
On Tue, 27 Nov 2012 12:50:37 - rj...@apache.org wrote: +/* Special case utf8: it is often unknown (no alias) */ +if (!strcmp(charset, utf8)) { charset was uppercased just before this (at least when called from within this source file), so a comparison to a lowercase string isn't

Re: svn commit: r1414161 - /httpd/mod_mbox/trunk/module-2.0/mod_mbox_cte.c

2012-11-27 Thread Rainer Jung
On 27.11.2012 14:51, Nick Kew wrote: On Tue, 27 Nov 2012 12:50:37 - rj...@apache.org wrote: +/* Special case utf8: it is often unknown (no alias) */ +if (!strcmp(charset, utf8)) { charset was uppercased just before this (at least when called from within this source file),