hey all my website is dealing with arabic characters and I have a problem with encoding I can read from DB wothout problem when I try to insert any data using ajax function I got the string written like that in python : "%D8%A8%D8%A8%D9%8A%D9%8A%D9%8A%D8%B3%D8%B3%'"
when I try to write : txt=unicode(txt) I get the same result can anyone help me