View Single Post
Old 04-17-2009, 06:44 AM   #109
kiklop74
Guru
kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.kiklop74 can program the VCR without an owner's manual.
 
kiklop74's Avatar
 
Posts: 800
Karma: 194644
Join Date: Dec 2007
Location: Argentina
Device: Kindle Voyage
Quote:
Originally Posted by pubolab View Post
Looks like calibre did not do GB2312 to UTF8 conversion.
Calibre does not detect always correctly the native encoding. It is better to supply it manually. Use encoding parameter in your recipe for this.

Code:
encoding = 'gb2312'
See here the list of valid encoding names in python
http://docs.python.org/library/codecs.html

Quote:
Originally Posted by pubolab View Post
Is there a complete reference manual of the recipe syntax and commands?
Of course look here http://calibre.kovidgoyal.net/user_manual/news.html
kiklop74 is offline