[Bug 167977] [smbfs] mount_smbfs results are differ when utf-8 or UTF-8 local encoding's name is used
bz-noreply at freebsd.org
bz-noreply at freebsd.org
Mon Jun 9 19:28:01 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167977
--- Comment #6 from commit-hook at 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 at 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.
More information about the freebsd-fs
mailing list