On Wed, May 21, 2014 at 05:07:40PM -0700, Kyle J. McKay wrote:
> >+ /* default charset from rfc2616 */
> >+ if (!*charset)
> >+ *charset = xstrdup("iso8859-1");
>
> Actually the name should be "ISO-8859-1". See RFC 2616 section 3.7.1.
> Since it's case insensitive "iso-8859-1" would be fine too.Thanks, will fix. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

