Date: Mon, 25 Sep 2017 07:02:11 +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-wKh16oExXm@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 --- Comment #10 from Jan Beich <jbeich@FreeBSD.org> --- Created attachment 186691 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D186691&action= =3Dedit Prefer ICU (workaround) ICU doesn't support TIS620.2533-0, so it'd fall back to iconv(). $ ./utf8 | vis -o UTF-8: Test\303\251\303\244\303\266\303\262\320\224\316\230\304\235\327\223\330\26= 5\304\267\321\233\340\271\233\357\276\210\304\260 iso-8859-9 (boost): Test\351\344\366\362\335 iso-8859-9 (python): Test\351\344\366\362\335 TIS620.2533-0 (boost): Test'e"a"o`o??^g??k?\373?I TIS620.2533-0 (python): Test\373 --=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-wKh16oExXm>