Skip Menu |

This queue is for tickets about the JSON-DWIW CPAN distribution.

Report information
The Basics
Id: 25928
Status: resolved
Priority: 0/
Queue: JSON-DWIW

People
Owner: dowens [...] cpan.org
Requestors: dowens [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: 0.05



Subject: Allows bad utf-8 sequences to go through when converting to JSON
Currently the module allows bad utf-8 sequences to go through when converting a data structure to JSON. For example, a byte with the value 0xf5 followed by an 's' will go through as is, when it really should return an error because this is not a valid utf-8 sequence.
Fixed in version 0.05, but you should really upgrade to version 0.06 if you're not using at least Perl 5.8.