On Tue, 27 Nov 2012 12:50:37 -0000 [email protected] 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
useful!
--
Nick Kew
