Hi mates!
I have a problem with special chars in SQL questions with things like PAIS="España"
SQLite works fine, but Python of The questions try to codify test as ascii 7 and it doesnt work.
I did several changes to prototype. I changed how is read and writed to use utf8 in file commands and it works fine, but subprocess.checkoutput has problems with it. (I think cant accept utf8
Does anybody know a solution?