[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
Fri Jun 6 04:38:32 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=167977

--- Comment #5 from Semen Soldatov <simplexe at 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.


More information about the freebsd-fs mailing list