| |
| Publicado el 20,febrero 2015 - 11:07 |
Hello everyone.
I have problem displaying Greek characters in an Android application. I have connected with a Hyper File C/S database but when I display the contents of a file I get weird characters.
When I run the application through simulator all works fine but when I run it on the Android device weird characters appear.
I noticed that I cannot change the font of a control. When I change it to "Droid Sans (Greek)" it returns automatically to "Droid Sans (Western)". This didn't happen to [WM17]
Can somebody help with this ? |
| |
| |
| | | |
|
| | |
| |
| Publicado el 22,febrero 2015 - 14:30 |
Yes. I have it also with Bosnian. If I remember I make it work with change string fields into unicode and with correct selected national charset into analysis. After that create again looper controls with these fields or just use Static controls or whatever. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 22,febrero 2015 - 20:03 |
Hello ICI,
When you say "with correct selected national charset into analysis." what you mean ? How can I do that ? |
| |
| |
| | | |
|
| | |
| |
| Publicado el 23,febrero 2015 - 22:21 |
Hi Dimitris.
1. Analysis->Select your file (example:Articles)->right click->Description of items 2. Select corresponding item (example: Description)->Sub-type (select Unicode)-> ->Language parameters and select language and country (Greek/Greece) and that must be enough.
CLICK HERE
Project initialization code (insert this code in initialization code) Nation(nationGreek) ChangeCharset(charsetGreek,languageGreek) |
| |
| |
| | | |
|
| | |
| |
| Publicado el 24,febrero 2015 - 14:34 |
Thank you ICI
You helped a lot ... |
| |
| |
| | | |
|
| | |