subasraj / flashpost-support

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

response character encoding problem #31

Closed muhammedfurkan closed 6 months ago

muhammedfurkan commented 6 months ago

Greetings,

There are no words to say about the features and operation of the application. An excellent plugin has been made. The error I encountered seems to be a character encoding problem as a result of api requests. I observed that there are problems with UTF-8 Turkish characters. I share the screenshot about the error in the attachment.

image

subasraj commented 6 months ago

Hi, Can you please share a sample url to try and recreate this issue from my side?

muhammedfurkan commented 6 months ago

hi,

https://portal.radikalegitim.com/api/v2/subeler-navbar?sube_turu=EGITIM_KURUMU

subasraj commented 6 months ago

Hi, The response you see is the "Raw View" which will be the same of what you when you open the url in any browser "https://portal.radikalegitim.com/api/v2/subeler-navbar?sube_turu=EGITIM_KURUMU" Click the "Tree View" and you will see the turkish characters. See image below. image

muhammedfurkan commented 6 months ago

Hi, The response you see is the "Raw View" which will be the same of what you when you open the url in any browser "https://portal.radikalegitim.com/api/v2/subeler-navbar?sube_turu=EGITIM_KURUMU" Click the "Tree View" and you will see the turkish characters. See image below. image

Yes, that's right. but can there be an improvement to make the Turkish characters appear properly in the other view as well?

subasraj commented 6 months ago

No. I don’t think we can and should change the raw view. There is a reason it’s called raw view.