Character encoding problem with screen display
Posted: Tue Oct 20, 2015 2:07 pm
When I entered this code from this forum blog for an ac power controller seems to work good except the character
encoding seems to be a problem.
Print “ESP8266 WiFi Solid State Relay”
print
Button “On” [on]
button “Off” [off]
button “Exit” [exit]
wait
[on]
I am getting the correct text on screen but it has leading and following strange chars(high byte ascii?)
Is there a specific encoding I should set the browser for?
I have tried several including UTF8.
I have tried to upload a png image of the screen.
po 2 0
Wait
[off]
po 2 1
wait
encoding seems to be a problem.
Print “ESP8266 WiFi Solid State Relay”
Button “On” [on]
button “Off” [off]
button “Exit” [exit]
wait
[on]
I am getting the correct text on screen but it has leading and following strange chars(high byte ascii?)
Is there a specific encoding I should set the browser for?
I have tried several including UTF8.
I have tried to upload a png image of the screen.
po 2 0
Wait
[off]
po 2 1
wait