On Mon, Jun 09, 2014 at 07:27:47PM +0000, John Baldwin wrote: > New Revision: 267291 > URL: http://svnweb.freebsd.org/changeset/base/267291 > > Log: > Use strcasecmp() instead of strcmp() when checking user-supplied encoding > names so that encoding names are treated as case-insensitive. This allows > the use of 'utf-8' instead of 'UTF-8' for example and matches the behavior > of iconv(1).
Thanks! Thas had bitten me before; caused me some nasty debugging minutes. > MFC after: 1 week Please MFC to stable/8 as well, thank you. ./danfe _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"