Add a meta element to specify the charset as UTF-8.
    
        | author | Steve Losh <steve@stevelosh.com> | 
    
        | date | Thu, 18 Jun 2009 01:48:05 -0400 | 
    
    
        | parents | 437ca7fc2910 | 
    
        | children | 37bd34b1c710 | 
    
        | branches/tags | (none) | 
    
        | files | templates/base.html | 
Changes
    
--- a/templates/base.html	Thu Jun 18 01:42:16 2009 -0400
+++ b/templates/base.html	Thu Jun 18 01:48:05 2009 -0400
@@ -2,6 +2,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
+    <meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
     <title>{% block title %}{% endblock %} / Steve Losh</title>
     
     <link rel="stylesheet" href="/site-media/style/blueprint/screen.css"