Quote:
Originally Posted by Ortep
Perhaps you can make it an option. If no parameter is given, use the internal codepage. If somebody is not happy with that, give them the choice to force a codepage
|
Yes, something like that.
There is a bug in MobiPerl regarding your problem. The links will not work since the UTF-8 characters is not handled correctly. And they are translated to the wrong HTML entities. If you use --rawhtml to get what is in the MobiPocket file and add the meta tag fir UTF-8 to this then it will probably work better in a browser. Non-breakable space did work but I got some characters that did not work.
I have to read up on how to handle UTF-8 in Perl so I cannot do a fast fix...