View Single Post
Old 01-02-2010, 07:46 AM   #2
user_none
Sigil & calibre developer
user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.user_none ought to be getting tired of karma fortunes by now.
 
user_none's Avatar
 
Posts: 2,487
Karma: 1063785
Join Date: Jan 2009
Location: Florida, USA
Device: Nook STR
utf-8 should be the default. My guess is the recipe is specifying a different encoding. Try adding an encoding meta tag:

Code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
...
</head>
Also, check that there isn't one already being set in the output.
user_none is offline   Reply With Quote