jsv4-php
jsv4-php copied to clipboard
String length evaluation does not comply with RFC4627
String length evaluation uses the bitwise-operating strlen()
. RFC4627 states that "JSON text SHALL be encoded in Unicode. The default encoding is UTF-8", which could contain multibyte characters, which should be counted as one.