Hi,<div><br></div><div>I would like to know if there is any problem with the char &#39;Ñ&#39; 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=&#39;This is text with Ñ&#39;;</div>
<div>name_var2=&#39;This is text with Ç&#39;;</div><div><br></div><div>xmlObj = new OpenLayers.Request.POST({</div><div>    url: &quot;testing.asmx/aFunction&quot;,</div><div>    data: &quot;&quot;,</div><div>    headers: {</div>
<div>        &quot;Content-Type&quot;: &quot;text/xml&quot;,</div><div>        &quot;var1&quot;: name_var1,</div><div>        &quot;var2&quot;: 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 &#39;aFunction&#39;, 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>