Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Sep 2017 07:13:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        office@FreeBSD.org
Subject:   [Bug 215393] devel/boost-libs: bad encoding conversion with base iconv()
Message-ID:  <bug-215393-25061-exEXBv3GYn@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-215393-25061@https.bugs.freebsd.org/bugzilla/>
References:  <bug-215393-25061@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=3D215393

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tijl@FreeBSD.org

--- Comment #11 from Jan Beich <jbeich@FreeBSD.org> ---
Tijl, do you think either libc and/or boost can be fixed to skip invalid
sequences?

$ echo
'Test\303\251\303\244\303\266\303\262\320\224\316\230\304\235\327\223\330\2=
65\304\267\321\233\340\271\233\357\276\210\304\260'
| unvis | /usr/bin/iconv -t iso-8859-9 2>/dev/null | vis -o
Test\351\344\366\362??^g??k???\335


$ echo
'Test\303\251\303\244\303\266\303\262\320\224\316\230\304\235\327\223\330\2=
65\304\267\321\233\340\271\233\357\276\210\304\260'
| unvis | /usr/local/bin/iconv -t iso-8859-9 2>/dev/null | vis -o
Test\351\344\366\362

--=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-215393-25061-exEXBv3GYn>