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
Post a Comment