Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2018 23:30:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-fs@FreeBSD.org
Subject:   [Bug 225389] mount_msdosfs: msdosfs_iconv: Operation not permitted
Message-ID:  <bug-225389-3630-RVxR0KjWGV@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225389-3630@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225389-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=3D225389

--- Comment #1 from Conrad Meyer <cem@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

--=20
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-225389-3630-RVxR0KjWGV>