Created attachment 207537 [details] Fix anthy-agent The newest version of the anthy-agent command is completely broken. When I input a numeral or a symbol, it returns strings of UTF-8. But it must returns strings of EUC-JP. The attached patch fixes this problem.
A commit references this bug: Author: nobutaka Date: Mon Sep 16 14:02:48 UTC 2019 New revision: 512179 URL: https://svnweb.freebsd.org/changeset/ports/512179 Log: Convert character encoding of src-util/rkhelper.c to fix a breakage of anthy-agent that garbled characters are returned if a numeral or a symbol is input. PR: 240614 Submitted by: nyan Changes: head/japanese/anthy/Makefile
Fixed by converting character encoding of src-util/rkhelp.c with iconv command. Thanks!