How to print correct accent text in other languages ?
Posted: Sun Sep 18, 2016 3:17 pm
I'm using OpenWeather API, and the result text are returned in Portuguese.
One text is this : "céu claro" that is equivalent to "Clear Sky" in English. I get this result and put it in variable v_desc .
I'm using Wprint htmlvar(v_desc) to send this to screen, using Returngui command.
But the text that appears in my browser is this :
céu claro
This happens with many others accent characters, that are very common in Portuguese and others languages.
Update : the same problem occurs when sent to an Oled or an TFT display !
This can be fixed, or resolved with other way ?
Thanks.
One text is this : "céu claro" that is equivalent to "Clear Sky" in English. I get this result and put it in variable v_desc .
I'm using Wprint htmlvar(v_desc) to send this to screen, using Returngui command.
But the text that appears in my browser is this :
céu claro
This happens with many others accent characters, that are very common in Portuguese and others languages.
Update : the same problem occurs when sent to an Oled or an TFT display !
This can be fixed, or resolved with other way ?
Thanks.