Thanks, the suggestion<br><br>print name.decode("utf-8").strip()<br><br>worked like a charm.  When I did the print repr(name) I got exactly what you predicted.  I'm not yet sure what all of this means, but I'm going to read <a href="http://docs.python.org/howto/unicode.html">this</a> in the hopes of finding out.  Anyway thanks again for the help!<br>
<br><br>cheers,<br>Guillaume<br>