Hi,<div><br></div><div>I would like to know if there is any problem with the char 'Ñ' when calling the server with a Request..</div><div><br></div><div>I make the call like this:</div><div><br></div><div><div>name_var1='This is text with Ñ';</div>
<div>name_var2='This is text with Ç';</div><div><br></div><div>xmlObj = new OpenLayers.Request.POST({</div><div> url: "testing.asmx/aFunction",</div><div> data: "",</div><div> headers: {</div>
<div> "Content-Type": "text/xml",</div><div> "var1": name_var1,</div><div> "var2": name_var2</div><div> },</div><div> callback: aFunctionResponse</div><div>
});</div></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="line-height: 22px;"><span class="Apple-style-span" style="line-height: normal;"><br></span></span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="line-height: 22px;">In the server side function 'aFunction', when I get a call made with FF, IE or Chrome the received values are correct, but when the call is made with Safari, then the characters Ñ and Ç are given as strange characters ..</span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="line-height: 22px; ">If I put an alert just before the request, the value of the vars is still correct. </span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="line-height: 22px;">I think this is because the conversion of the character set in Safari, but.. How can I confirm/fix it?</span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="line-height: 22px;"><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="line-height: 22px;">Thanks!</span></font></div>