On Sun, Nov 11, 2007 at 03:32:24AM -0500, Jeff King wrote: > - return "$_"; > + return "$_", $encoding; This actually breaks other calls to unquote_rfc2047 which use a scalar context. So that would have to be fixed if this were to start a real patch. -Peff - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html