Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Jun 2014 04:38:31 +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-sGVL8KSIfw@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 #5 from Semen Soldatov <simplexe@mail.ru> ---
(In reply to John Baldwin from comment #4)
> Created attachment 143407 [details]
> kiconv_case.patch
> 
> I think this is correct as iconv(1) accepts case-insensitive encoding names.
> I think there is one other place that should also use strcasecmp() (when
> looking to see if we already have an existing encoding mapping that can be
> reused).

Thx, i set strcasecmp in iconv_ucs.c and utf8 encoding map works ok. if i set
koi8-r without patch strcasecmp in iconv.c then filename broken. your patch
work fine.

-- 
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-sGVL8KSIfw>