Quote:
Originally Posted by Teom@n
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
[...] 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
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?