Quote:
Originally Posted by oneillpt
Add a line specifying encoding to your recipe:
Code:
encoding = 'ISO-8859-15'
and this problem should be solved.
|
FYI, the site seems to specify encoding = 'ISO-8859-1', not 'ISO-8859-15'. The difference is subtle, but they differ in a few spots, particularly as to the Euro symbol. If he sees a missing Euro symbol, that's why.