[Bug 215393] devel/boost-libs: bad encoding conversion with base iconv()

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Sep 25 07:13:06 UTC 2017


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

Jan Beich <jbeich at FreeBSD.org> changed:

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

--- Comment #11 from Jan Beich <jbeich at 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\265\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\265\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

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-office mailing list