unicode language view in app

how view unicode language in form app?

while i trying to view
it display like ??.??.??./ ??.?./ ??.??.???/??
??? ? ??? ??? ??? ???
??? ??? ???,

By creating your application in the unicode characterset. See project properties. Be aware that everything in your configuration needs to be the same codeset, so the database needs to be set to unicode, the connection as well as the application.

Thanks aducom
But how set app to Unicode?
Any idea?

Yes, you can go to the project properties (from the menu) and set your codeset correct. In general when you create your project and scriptcase ‘discovers’ a code set difference it will request for a correction. But you can do that manually in the project options, and the connection for the database.

Thanks I have done it