On Dec 26, 2016, at 10:21 PM, William López Miranda <[email protected]> wrote:
> But I found the solution and I hope that if there are others like me with the > same problem, either with Spanish or another set of characters, I can serve. Thanks for posting your helpful solution. This is a problem with Python 2.x in general: if you do not specify a default system encoding, it assumes ASCII, and will have problems with all languages that use characters not in the default ASCII set. -- Ed Leafe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
