Canwest Global Recipes Updates
A quick post for the benefit of Nick Redding (sorry, have no idea how to get a hold of you personally), or anybody who is using Canwest Global newspapers through his built-in recipes:
I found that defining the encoding system as UTF-8 gets rid of the usual problems (i.e. the wrong formatting for punctuation). Ended up changing the header to read:
language = 'en_CA'
__author__ = 'Nick Redding'
no_stylesheets = True
timefmt = ' [%b %d]'
encoding = 'utf-8'
extra_css = '''
Could this update be incorporated into one of the updates to Calibre? Thanks!
--Databoy2k
|