<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p>Just a quick PSA for anyone building the DocsHackathon
      repositories locally. I ran into the following error on pages
      containing non-ASCII UTF-8 characters.</p>
    <p>```</p>
    <pre><code>UnicodeEncodeError: 'ascii' codec can't encode character u'\u201c' in position 86: ordinal not in range(128)</code></pre>
    <p>```</p>
    <p>If you run into this issue, try switching to Python 3 and
      reinstalling Lektor with the installation script.</p>
  </body>
</html>