[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [edict-jmdict] "P" Markers - Google as corpus?
Jim Breen wrote:
> Thanks (any clues for a non-MS person on how to save that as a text
> file with the Japanese intact? Preferably EUC, but UTF8 is OK.)
I used "wget <the url>" to download it and then did:
iconv -f shift-jis -t euc-jp downloaded-file >euc-file
(substitute utf-8 for euc-jp if that's what you want.)
Windows users probably don't need or want to convert it but
if so (or for other files) a Windows port of iconv is available
at http://www.zlatkovic.com/pub/libxml/.
(parent page at http://www.zlatkovic.com/libxml.en.html)