|
| Inicio → WINDEV 2024 → WM22 android simulator working but actual device show different |
| WM22 android simulator working but actual device show different |
| Iniciado por guest, 06,abr. 2018 17:33 - 5 respuestas |
| |
| | | |
|
| |
| Publicado el 06,abril 2018 - 17:33 |
Hi,
In the Android simulator, it is showing correctly after EDT_TXT = HTMLToText(HTTPGetResult(httpResult))
But when running in android device, it's showing as chinese chars..
I know it is the UNICODE issue, but i do not remember which function to fix this issue.
Can anyone help me ?
Regards,
PETER ZHOU |
| |
| |
| | | |
|
| | |
| |
| Publicado el 06,abril 2018 - 17:36 |
| AnsiToUnicode / UnicodeToAnsi |
| |
| |
| | | |
|
| | |
| |
| Publicado el 06,abril 2018 - 18:16 |
Quote Paulo Oliveira
AnsiToUnicode / UnicodeToAnsi
It's still show chinese chars in the android device ( even i use AnsiToUnicode or UnicodeToAnsi )
Regards,
PETER ZHOU |
| |
| |
| | | |
|
| | |
| |
| Publicado el 06,abril 2018 - 21:38 |
| Go to the configuration of your app and change the unicode to ANSI, you can access the configuration in the right pane almost at the top, and right click it. |
| |
| |
| | | |
|
| | |
| |
| Publicado el 07,abril 2018 - 10:43 |
Quote Luis Antonio Gutiérrez Flores
Go to the configuration of your app and change the unicode to ANSI, you can access the configuration in the right pane almost at the top, and right click it.
Yes, this way it work.Any implication if change to ANSI ? I will not be using any UNICODE fields in my WM app.
Regards,
PETER ZHOU |
| |
| |
| | | |
|
| | |
| |
| Publicado el 15,abril 2018 - 22:02 |
What do you need, what's your code look like? Try this
UTF8ToUnicode(data) |
| |
| |
| | | |
|
| | | | |
| | |
|