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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -