"Brian Blazer" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]

> Everything works fine until I get to r.snippet.  Here is the error:
>
> UnicodeEncodeError: 'ascii' codec can't encode character '\ua9' in
> position 119: ordinal not in range(128)

You have a character there (the copyright sign) that isn't in the ASCII
set. If you have anything other than plain ASCII, you need to consider
encoding. This reference might help:

http://diveintopython.org/xml_processing/unicode.html


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to