in reply to Re^2: JSON::XS (and JSON::PP) appear to generate invalid UTF-8 for character in range 127 to 255
in thread JSON::XS (and JSON::PP) appear to generate invalid UTF-8 for character in range 127 to 255
Looking at the source of the test in question, is_sane_utf8 tests whether the string was improperly 'upgraded' (the so-called 'double encoding')... rejecting the JSON is more or less a side effect. Quickly, tell me, what that actually means?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: JSON::XS (and JSON::PP) appear to generate invalid UTF-8 for character in range 127 to 255
by ikegami (Patriarch) on Dec 07, 2014 at 05:27 UTC | |
by Anonymous Monk on Dec 07, 2014 at 06:53 UTC | |
by ikegami (Patriarch) on Dec 07, 2014 at 15:33 UTC | |
by Anonymous Monk on Dec 07, 2014 at 22:50 UTC | |
by ikegami (Patriarch) on Dec 10, 2014 at 07:30 UTC |