javascript - JSON.stringify not working correctly -


i using json.stringify method string of json data returned server. have noticed string identificação gets converted identifica��o can please suggest can done keep string is? did try encodeuricomponenet did not work.

i check network tab in chrome console. check response coming server. find wrong before json.stringify.

if using maven. try set properties in pom.xml file.

<properties>     <project.build.sourceencoding>utf-8</project.build.sourceencoding>     <project.reporting.outputencoding>utf-8</project.reporting.outputencoding> </properties> 

Comments

Popular posts from this blog

python - What's the Pythonic way to report nonfatal errors in a parser? -

angular - Converting AngularJS deffered promise to AngularX observable for JSOM -

sql server - Deadlock occuring in Clustered Columnstore index -