The special characters of the Spanish language:
First of all I want to thank Ed Leaf and Paul McNett for Frame Dabo. I come from programming in Visual Foxpro and I have looked for an option to program that can complement me, so I found Dabo.
I had the following problem:
- Names of columns in tables with special characters like ñ, ó, é, etc. And could not define them in Pytho with Dabo.
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.
I found it in a PDF of Ángel Luis García García (angelluis78@gmail.com):
"Introduction to Python", this is:
Create a .py file, , and name it: "Sitecustomize.py"
Import sys Sys.setdefaultencoding ('iso-8859-1')
And put it in: C: \ Python27 \ Lib \ site-packages
That is all, I hope it is useful, because with this the problem is solved, do not modify the tables, much less Dabo.
regards
--- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html ---