I have a serious problem with my app for Google apps. So far, everything that I have stored in the database has been in English. Now I have to store several things in Greek, and when I try to get it later from the database, instead of the line, enter "u" \ u039a \ u03b1 \ u03b9 \ u03c1 \ u03cc \ u03c2 '.
Until now, when I wanted to put something in html, I used the following
error = unicode(error,"utf-8")
But I tried this to put it directly before storing it on data, but it doesn't help
Edit:
I just see what bothers me more. I get these lines from an html form. I have many resources where the Greeks work great. But those that create the problem are in the "select" tag, where I get a list of all the selected ones. Other entries stored in the Greek database are no problem.
Edit 2:
I want to change something from the comments. I made a mistake. If I print a variable, I see the line without any problems. But if I myself .response.out.write (thestring), I see% CE% 9A% CE% BF% CE% B9% CE% BD% CF% 89% CE% BD% CE% B9% CE% BA% CE % AC
Tasos source share