Date: Mon, 09 Jun 2014 19:28:00 +0000 From: bz-noreply@freebsd.org To: freebsd-fs@FreeBSD.org Subject: [Bug 167977] [smbfs] mount_smbfs results are differ when utf-8 or UTF-8 local encoding's name is used Message-ID: <bug-167977-3630-Hi5jQSdmbE@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-167977-3630@https.bugs.freebsd.org/bugzilla/> References: <bug-167977-3630@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167977 --- Comment #6 from commit-hook@freebsd.org --- A commit references this bug: Author: jhb Date: Mon Jun 9 19:27:48 UTC 2014 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). PR: 167977 Submitted by: buganini@gmail.com MFC after: 1 week Changes: head/sys/libkern/iconv.c head/sys/libkern/iconv_ucs.c -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-167977-3630-Hi5jQSdmbE>