treagod / spectator

Client to test web endpoints
https://treagod.github.io/spectator/
GNU General Public License v3.0
77 stars 6 forks source link

[Bug] Charset #20

Closed btd1337 closed 5 years ago

btd1337 commented 5 years ago

Please, Could you use UTF-8 charset like default?

Look the bug in Category field in the SS.

Captura de tela de 2019-05-26 21-49-56

treagod commented 5 years ago

Thanks for the feedback. I will look into it as soon as possible.

treagod commented 5 years ago

Hi, sorry for the long wait.

I checked the problem, but can't reproduce it. Is there a chance that the server can't handle it?

utf8_works

btd1337 commented 5 years ago

The problem doesn't reproduce in other Rest Clients, for example Insomnia.

An observation: Your test must contain Latin characters.

Test Endpoint: https://lancheteria-api.herokuapp.com/restaurants

Insomnia

Captura de tela de 2019-07-27 00-17-22

Captura de tela de 2019-07-27 00-17-42

Spectator

Captura de tela de 2019-07-27 00-18-01

Captura de tela de 2019-07-27 00-18-19

btd1337 commented 5 years ago

Captura de tela de 2019-07-27 00-33-56

treagod commented 5 years ago

Thanks for providing the example. The revision ae03bf6 should fix it.