utf-8
Status: Beta
Brought to you by:
taku-ku
./configure --help
shows
--with-charset=charset set default charset (euc-jp/sjis/utf-8))
(extra ")" may be a typo.)
but an example on http://mecab.sourceforge.net/#charset
uses
% tar zxfv mecab-ipadic-2.7.0-xxxx
% ./configure --with-charset=utf8
% make
Which is correct utf-8 or utf8 ?
UTF-8 is correct.