Page 1 of 1

Why this error?

Posted: Fri Jun 22, 2012 12:03 pm
by wilifox
Hi, why this error in line 4? . I think this "ó and á" in variable DQ1 is possible?

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints>/

<onLoad>
		DQ1 = "Supresión de más llamas";
		DQ2 = "Brote de llama extraña";

</onLoad>
....
.....
....
....
Image

Re: Why this error?

Posted: Fri Jun 22, 2012 12:18 pm
by rock5
In posts like this one
http://www.solarstrike.net/phpBB3/viewt ... 037#p38037
Administrator usually says you have to save the file as utf-8 without bom.

Re: Why this error?

Posted: Fri Jun 22, 2012 12:41 pm
by wilifox
Rock thx you quickly answer! , i have UTF-8

Re: Why this error?

Posted: Fri Jun 22, 2012 12:50 pm
by wilifox
ok thx "Save as.." encondig : UTF-8, thx very much Rock ;)