Extjs4 Sending accented characters to the server

天涯浪子 提交于 2020-01-06 11:20:30

问题


I am working with Extjs4. I am trying to send accented characters to server. I was trying to send ó. And what I was receiving at the server side was ó. I am sending it using Store proxy. In store proxy, I have added

headers: {
                          'Content-Type': 'charset=utf-8'
         }

Still it did not send the accented characters properly. How should I send accented characters to the server? Thanks in advance!


回答1:


user2316489, IMHO this is a problem with your server configuration, rather than a front-end application. Check how to change your server charset.



来源:https://stackoverflow.com/questions/25787764/extjs4-sending-accented-characters-to-the-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!