View Single Post
Old 05-15-2007, 12:58 AM   #5
wallcraft
reader
wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.wallcraft ought to be getting tired of karma fortunes by now.
 
wallcraft's Avatar
 
Posts: 6,977
Karma: 5183568
Join Date: Mar 2006
Location: Mississippi, USA
Device: Kindle 3, Kobo Glo HD
I think I have worked this out. The filenames are in euc-kr and need to be in utf-8. When I use convmv to convert the filenames to utf-8, Desktop FBReader works as it should. I found out about convmv here. This is a Linux utility (actually a perl script). The command I used was:
Code:
convmv -f euc-kr -t utf8 --notest *
where "--notest" should be used only after testing that the conversions are appropriate. Note that convmv (particularly its -r --notest option) might be a brick your iLiad command if you run it in the wrong directory. So the safest approach would be to run it on some other machine under a standard user account and then transfer the files.

Last edited by wallcraft; 05-15-2007 at 01:12 AM.
wallcraft is offline   Reply With Quote