JSONTestSuite icon indicating copy to clipboard operation
JSONTestSuite copied to clipboard

test_parsing files are stored in latin1, not utf8 encoding

Open cookiengineer opened this issue 7 years ago • 0 comments

A quick glance over some files inside the test_parsing folder show that most of the files that don't run through the JS-native JSON.parse() method are actually encoded in latin1 and not in utf8, therefore cannot be handled correctly for probably any other parser, too.

Example file: https://github.com/nst/JSONTestSuite/blob/master/test_parsing/i_string_truncated-utf-8.json

cookiengineer avatar Aug 25 '18 15:08 cookiengineer