[Bug 225389] mount_msdosfs: msdosfs_iconv: Operation not permitted
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 23 23:30:47 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225389
--- Comment #1 from Conrad Meyer <cem at freebsd.org> ---
On HEAD the tool does seem to load the _wctype table when loading that pair:
$ kiconvtool -d
UTF-8 -> UTF-16BE
UTF-16BE -> UTF-8
$ kiconvtool -p UTF-8:UTF-16BE
$ kiconvtool -d
UTF-8 -> UTF-16BE
UTF-16BE -> UTF-8
UTF-8 -> _wctype
It looks like some layer is missing needed UTF-8 -> _wctype table in 11.x. It
doesn't seem possible to manually load this pair with kiconvtool:
$ kiconvtool -p UTF-8:_wctype
kiconvtool: kiconv_add_xlat16_cspairs(UTF-8:_wctype): Invalid argument
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-fs
mailing list