I have installed Python 3.1, latest Calibre 0.6.17
when trying to convert to .ebpub format from unicode rtf file I get a failure with errors:
line: 2 char: 9
'ascii' codec can't decode byte 0xd1 in position 0: ordinal not in range(128)
line: 2 char: 11
'ascii' codec can't decode byte 0xe3 in position 0: ordinal not in range(128)
line: 2 char: 12
'ascii' codec can't decode byte 0xe0 in position 0: ordinal not in range(128)
line: 2 char: 13
_________________
I would assume a line for each unicode character, anything I am doing wrong?
How can I fix it?
Thank you
|