[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:02:12 UTC 2017


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

--- Comment #10 from Jan Beich <jbeich at FreeBSD.org> ---
Created attachment 186691
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=186691&action=edit
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\265\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

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


More information about the freebsd-office mailing list