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.