Arabic UTF-8 Database

Hi all!

I’m working with an arabic MySQL Database with utf8 charset. How can I display arabic characters in a servoy text field?

Best regards. Roberto Blasco.

that should go fully automatic if you store UTF8 in the database.
Java itself is using UTF already by default for all its strings.

Hi Johan

That’s how I see in Servoy

and that’s how I need to be shown …

Do I need to change the fontype in the text field?

Best regards. Roberto Blasco.

that could be possible if the current font that is on that text field can’t handle it.
Did you test this by using a font you know that can handle it just fine?

If that is not the case then or the db or the connection to the db is not really configured that it is in utf8