postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.86k stars 841 forks source link

"Pretty" view fails to parse \u009a (š) #5821

Closed JakeSteam closed 5 years ago

JakeSteam commented 5 years ago

Describe the bug "Pretty" view fails to parse \u009a (š).

To Reproduce Steps to reproduce the behavior:

  1. Make a GET request to https://api.nasa.gov/planetary/apod?date=2019-01-23&api_key=DEMO_KEY
  2. Toggle between "Raw" and "Pretty" views.

Expected behavior I expected Lukáš Veselý under copyright, instead I received Luká\u009a Veselý.

Screenshots image image

App information (please complete the following information):

Additional context This has also been raised as a GSON issue, as it exhibits similar behaviour on the same character. Here is a page confirming \u009a is valid and the correct code for this character.

JakeSteam commented 5 years ago

Closed as it looks like it's not a Postman fault.