Hello,

I am trying to develop a screen scraping application using the google
Webapp framework. The application parses the html output of some other
page to extract the required data and then forms a string out of these
data. Sometimes the application works well but at times the
application raises the following error:

        UnicodeDecodeError: 'ascii' codec can't decode byte 0x95 in
position 100: ordinal not in range(128)

After googling around for some time I tried the following:

        sys.setdefaultencoding("UTF-8")

As a result the default encoding was set to 'UTF-8' but even this did
not solve the problem and now the application raised the following
error:

       UnicodeDecodeError: 'utf8' codec can't decode byte..........

So please help me solve this problem. Thanking you in advance.

Nishant

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to