Arabic Text as unknown charachter

Hi

The Arabic text appears as junk character in Form and Grid application. I have no issue with the database. The issue is only with Form and Grid in SC9.

Any tips would be appreciated.

Thank you.
Rozmi

Check if you have set the proper characterset for your database AND your language settings.
Internally scriptcase converts one characterset to another. e.g. ISO8859-1 to UTF-8
Specially for some foreign languages the conversion doesnt go that well. It isnt the fault of scriptcase generally but the design that de develoepr chose (generally a wrong characterset to begin with).

My golden rule is to use the same charset for the database as for the html pages… I guess you haveny set the language properly somewhere.

Hi thank you RR, it was database issue in my case. I have resolved it after reading your response.