tulios / json-viewer

It is a Chrome extension for printing JSON and JSONP.
https://chrome.google.com/webstore/detail/json-viewer/gbmdgpbipfallnflgajpaliibnhdgobh
MIT License
3.34k stars 685 forks source link

Option to force utf8 encoding #151

Open kiramdany opened 7 years ago

kiramdany commented 7 years ago

Fixes #146

Because the conversion from the http/browser default encoding (windows 1252) to utf8 is lossy, the only way I can see to force UTF8 encoding is to re-request the resource and overriding the mimetype.