09-22-2012 05:45 PM
How can I put text in the BB 10 database containing non ascii characters (like ä,ö,ü,...)? As far I see there is only the way SqlDataAccess.execute() taking a QString. But this characters does not arrive in the database.
I have also tried toUtf8() for this string parts, but it did lot lead to having this characters stored right.
Thanks in advance.