I tried that basic idea using "nkf --utf8", but there was still mojibake.
Cesare Tirabassi wrote: > >From README.Debian (available in /usr/share/doc/mecab) : > > If you want to use UTF-8 when analyzing morphologicaly, try following > commands. > > % mkdir utf8 > % cd utf8 > % iconv -f euc-jp -t utf-8 /var/lib/mecab/dic/debian/dic.csv > dic.csv > % iconv -f euc-jp -t utf-8 /var/lib/mecab/dic/debian/connect.csv > > connect.csv > % iconv -f euc-jp -t utf-8 /var/lib/mecab/dic/debian/dicrc | sed > s,euc,utf8, > dicrc > % mkmecabdic > % mecab -d `pwd` > > Will this help? > > ** Changed in: mecab (Ubuntu) > Status: New => Incomplete > > -- UTF-8 does not display in terminal https://bugs.launchpad.net/bugs/178130 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
