Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 329673

Summary: app-dicts/mecab-ipadic-2.7.0.20070801 should install euc-jp dictionary
Product: Gentoo Linux Reporter: Fredrik Axelsson <fraxbe>
Component: New packagesAssignee: Akinori Hattori <hattya>
Status: RESOLVED FIXED    
Severity: normal CC: cjk
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 329677    

Description Fredrik Axelsson 2010-07-24 09:52:49 UTC
app-misc/anki can use mecab-python and mecab-ipadic to automatically convert between Kanji and kana characters. It does not work properly unless mecab-ipadic is configured with:

--with-charset=euc-jp

Reproducible: Always
Comment 1 Fredrik Axelsson 2010-07-24 10:03:50 UTC
The anki author talks about this issue here:

http://groups.google.com/group/ankisrs/browse_thread/thread/e15f8d4cbd2ed98f

I have verified that this is indeed the case, and that the resolution proposed in my initial comment resolves the problem.
Comment 2 Akinori Hattori gentoo-dev 2010-07-31 07:38:42 UTC
Please emerge app-dicts/mecab-ipadic without unicode useflag like:

$ USE=-unicode emerge app-dicts/mecab-ipadic (for temporary)

or

$ echo "app-dicts/mecab-ipadic -unicode" >> /etc/portage/package.use
$ emerge app-dicts/mecab-ipadic