I want to update the information on a SQL server which complies with UTF8.
Reading data from the SQL is fine (there were old data with UTF8 characters) but when I try to save new data, the characters become unreadable.
I have tried stringutils.Encodeurl(txt, UTF-8) to encode the query before calling Sql.ExecQuery but it still send unreadable characters (turns to ???). Any other encoding functions that I can use?
Reading data from the SQL is fine (there were old data with UTF8 characters) but when I try to save new data, the characters become unreadable.
I have tried stringutils.Encodeurl(txt, UTF-8) to encode the query before calling Sql.ExecQuery but it still send unreadable characters (turns to ???). Any other encoding functions that I can use?