Hi, thanks for your help. I ended up doing in the server
On 05/16/2015 03:11 AM, Sander Elias wrote:
Hi José. Do you need to post your data using json? If so, JSON dictates the UTF8 charset. If it isn't UTF8 it isn't JSON. (and none of the utility functions you use will work for you!) So, I assume you are using XML as carrier for your data? you can set the charset on that using the $config header. Although there might be some pitfalls there either. The proper solution would be, convert at the server. Pretty much, the web world is UTF8 all around. If your server needs something else, it should take care of that on its own. Regards Sander
-- José Vilmar Estácio de Souza -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
