subasraj / flashpost-support

Flashpost is a lightweight Rest API Client Extension for Visual Studio Code.
MIT License
10 stars 0 forks source link

UTF-8 Characters are not displayed in response panel (raw-view) #36

Closed PedramDarapanah closed 4 months ago

PedramDarapanah commented 4 months ago

when dealing with utf-8 characters in api responses, it displays as unicode escape sequences , for example response from api is :

{name:"علی عماد"}

but in response panel's raw view it is :

{name:"\u0639\u0644\u06CC\u0020\u0639\u0645\u0627\u062F"}
subasraj commented 4 months ago

Yes raw view is meant for showing the raw response