<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <font face="monospace">While working on updating HooRex for python
      3, I discovered that in development/snappy/snappy.info, there is
      an errant character in the MAINTAINER field. Could someone fix
      please?</font><br>
    <br>
    <font face="monospace">To see the resulting error when reading that
      file in python, run the following python script in the
      development/snappy directory:</font><br>
    <br>
    <font face="monospace">#!/usr/bin/env python3</font><br>
    <font face="monospace">with open('snappy.info', 'r') as f:</font><br>
    <font face="monospace">     txt = f.read()</font><br>
    <font face="monospace"></font>
    <p><font face="monospace"><br>
      </font></p>
    <p><font face="monospace">chris<br>
      </font></p>
    <p><font face="monospace"><br>
      </font></p>
  </body>
</html>