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 - Best design pattern for collection of objects -

go - serving up pdfs using golang -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -