JSON-Grep icon indicating copy to clipboard operation
JSON-Grep copied to clipboard

should always using UTF when reading json docs

Open jtoy opened this issue 13 years ago • 0 comments

When piping in json files with a command such as: cat data.json | jgrep -n -s id

I sometimes get errors such as: 100017401 10005352 Error - "\xE2" on US-ASCII

It seems like jgrep is reading files with the wrong encoding set.

jtoy avatar Dec 14 '12 17:12 jtoy