need help with creatign Chinese epub for 505 using Calibre 0.6
I already did a search on this topic but still not able to undertsnad what need to be done.
Source are standard UTF-8 RTF format file.
He is what I have done so far:
1. Created a root directory of the 505 call "fonts" and copy in the standard MSFT mingliu.ttf
2. Created the following css and enter it into Calibre :
@font-face {font-family: "Ming";font-weight: normal;font-style: normal;src: url(res:///Data/fonts/mingliu.ttf);}
body {
font-family: "Ming", serif;
}
3. Use Caliber to convert the RTF fiel into ebpub.
The epub file can be read in PC but it will either: 1. Not show up at the reader menu (so most likely 505 belive the book is bad" . Or 2. All character show up as "????"
Can someone help out?
One of the reason I want to try epub format is the "refotmatting" for LRF file just too painful. I want to see will I get a better performance using epub.
Thanks
|