Requester problem

Discuss any general programming issues here
Post Reply
ilbarbax
Posts: 112
Joined: Thu Apr 01, 2010 6:41 pm

Requester problem

Post by ilbarbax »

I got a problem on the systemrequest (and moai.request too) using the custom language characters.

For example using conventional characters
Local res = SystemRequest("", "blablabla","Si|No",#REQICON_WARNING)
I get the two required buttons Si and No

instead if I use the "ì" (asci 204) character typical for the Italian language fot the word Sì
Local res = SystemRequest("", "blablabla","Sì|No",#REQICON_WARNING)
I get just one button with the label P?o

PS using latest HV7 + Rapagui 1.1
PS under windows I have a slightly different behavior. I get two buttons but the first one is blank

Thanks
p-OS
Posts: 167
Joined: Mon Nov 01, 2010 11:56 pm

Re: Requester problem

Post by p-OS »

Save your .hws as UTF8 and it should work.
ilbarbax
Posts: 112
Joined: Thu Apr 01, 2010 6:41 pm

Re: Requester problem

Post by ilbarbax »

but UTF8 isn't the default in HV7? I will do some tests anyway thanks
p-OS
Posts: 167
Joined: Mon Nov 01, 2010 11:56 pm

Re: Requester problem

Post by p-OS »

HW7 exspects UTF8, but maybe the Editor (or older HW IDE) you used to write it saved not in UTF8 ? Or copied/pasted from another Editors Window...
Post Reply