pali

Results 504 comments of pali

Thank you! I think that this issue is fixed now and can be closed. Btw, `Encode::encode_utf8` has same warning: https://metacpan.org/pod/Encode#encode_utf8

Hello! Looking at internal (IOK, NOK, POK) flags is problematic as Perl interpreter and also XS modules may add these flags to scalar at any time. And the worse is...

@warewolf That JSON is invalid due to unpaired half of surrogate pair. How would like you handle and decode invalid JSON? Such string does not have representation in UTF-8, so...

I can imagine that maintainer of Cpanel::JSON::XS could accept optional feature to process also invalid JSON strings and replace invalid characters by Unicode replacement character. So if you have really...