View Single Post
Old 01-09-2017, 01:28 PM   #160
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,746
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Teom@n View Post
tab2opf seperated my txt file to 4 pieces of html.
That's the normal behavior. It'll split up large files into several smaller files.

Quote:
Originally Posted by Teom@n View Post
[...] but it doesn't use the UTF-8. I have a problem with special letters. How could I solve this problem?
You'll need to specify the -utf8 command line parameter:

Code:
python tab2opf.py -utf8 dict.txt
Quote:
Originally Posted by Teom@n View Post
I tried different methods (calibre, etc) for creating html to use mobigen/kindlegen but this time my kindle doesn't see my dict as dict.
You can't generate dictionaries with Calibre, you'll need to use Kindlegen. The source files also need to be formatted according to the Kindle Publishing Guidelines. I.e., you'll have to post-edit the files generated by tab2opf.py.

Out of curiosity: what are the input and output languages?
Doitsu is offline   Reply With Quote