Hello,
I like to display greek words from an sqlite DB in a webview, using <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> in the head. But that seems to change nothing.
Most characters are shown, but some are just left out, especially those with a tilde and accent as \ above.
For example: "υἱοῦ" the last character is missing,
"Δαυὶδ" = David, the i is mising
"τὸν" the middle character o is missing
When I load the cur.getstring(...) into a label, it is displayed nearly 100% correctly.
But to change to label element is very inconvenient - does someone has a good idea ?
Thanks a lot,
Chris
I like to display greek words from an sqlite DB in a webview, using <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> in the head. But that seems to change nothing.
Most characters are shown, but some are just left out, especially those with a tilde and accent as \ above.
For example: "υἱοῦ" the last character is missing,
"Δαυὶδ" = David, the i is mising
"τὸν" the middle character o is missing
When I load the cur.getstring(...) into a label, it is displayed nearly 100% correctly.
But to change to label element is very inconvenient - does someone has a good idea ?
Thanks a lot,
Chris
Last edited: