Json return with special charactersSafely turning a JSON string into an objectHow do I format a Microsoft JSON date?Can comments be used in JSON?How can I pretty-print JSON in a shell script?What is the correct JSON content type?Detect encoding and make everything UTF-8Why does Google prepend while(1); to their JSON responses?How can I pretty-print JSON using JavaScript?Parse JSON in JavaScript?How do I POST JSON data with Curl from a terminal/commandline to Test Spring REST?

Besides the up and down quark, what other quarks are present in daily matter around us?

Is it cheaper to drop cargo than to land it?

How can I get a job without pushing my family's income into a higher tax bracket?

How did Arya get her dagger back from Sansa?

What does a yield inside a yield do?

What is a "listed natural gas appliance"?

Catholic vs Protestant Support for Nazism in Germany

Number of seconds in 6 weeks

Returning the outputs of a nested structure

What actually is the vector of angular momentum?

Would glacier 'trees' be plausible?

Alias to source .bashrc after it's been edited?

Sub query result is 0

Is there a legal ground for stripping the UK of its UN Veto if Scotland and/or N.Ireland split from the UK?

I may be a fraud

If Earth is tilted, why is Polaris always above the same spot?

What happens to the Time Stone

How to give very negative feedback gracefully?

What are the spoon bit of a spoon and fork bit of a fork called?

Point of the the Dothraki's attack in GoT S8E3?

How to reply this mail from potential PhD professor?

60s (or earlier) SF short story with FTL Travel using electron psychology aka addiclenendar technology

Transpose of product of matrices

Short story with physics professor who "brings back the dead" (Asimov or Bradbury?)



Json return with special characters


Safely turning a JSON string into an objectHow do I format a Microsoft JSON date?Can comments be used in JSON?How can I pretty-print JSON in a shell script?What is the correct JSON content type?Detect encoding and make everything UTF-8Why does Google prepend while(1); to their JSON responses?How can I pretty-print JSON using JavaScript?Parse JSON in JavaScript?How do I POST JSON data with Curl from a terminal/commandline to Test Spring REST?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















I'm getting as a return from an api a json with the characters " u0083", " u0087d" and " u008d". I changed the encoding to utf-8 and ISO-8859-1 but I did not succeed, please someone could help in case, because the api that I am consuming will not be changed.



Change in request header encoding, but unsuccessful



Examples:



'''
"prop": "SÃu0083O LUÃu008dS",
"prop": "RUA LUIZ GUIMARÃu0083ES",
"prop": "POÃu0087O DA PANELA"



'''










share|improve this question




























    1















    I'm getting as a return from an api a json with the characters " u0083", " u0087d" and " u008d". I changed the encoding to utf-8 and ISO-8859-1 but I did not succeed, please someone could help in case, because the api that I am consuming will not be changed.



    Change in request header encoding, but unsuccessful



    Examples:



    '''
    "prop": "SÃu0083O LUÃu008dS",
    "prop": "RUA LUIZ GUIMARÃu0083ES",
    "prop": "POÃu0087O DA PANELA"



    '''










    share|improve this question
























      1












      1








      1








      I'm getting as a return from an api a json with the characters " u0083", " u0087d" and " u008d". I changed the encoding to utf-8 and ISO-8859-1 but I did not succeed, please someone could help in case, because the api that I am consuming will not be changed.



      Change in request header encoding, but unsuccessful



      Examples:



      '''
      "prop": "SÃu0083O LUÃu008dS",
      "prop": "RUA LUIZ GUIMARÃu0083ES",
      "prop": "POÃu0087O DA PANELA"



      '''










      share|improve this question














      I'm getting as a return from an api a json with the characters " u0083", " u0087d" and " u008d". I changed the encoding to utf-8 and ISO-8859-1 but I did not succeed, please someone could help in case, because the api that I am consuming will not be changed.



      Change in request header encoding, but unsuccessful



      Examples:



      '''
      "prop": "SÃu0083O LUÃu008dS",
      "prop": "RUA LUIZ GUIMARÃu0083ES",
      "prop": "POÃu0087O DA PANELA"



      '''







      json api encoding special-characters utf






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 22 at 20:47









      DegasDegas

      22




      22






















          0






          active

          oldest

          votes












          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55307554%2fjson-return-with-special-characters%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55307554%2fjson-return-with-special-characters%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript