Converts between normal UTF-8 and CESU-8 encodings. CESU-8 encodes characters outside the Basic Multilingual Plane as two UTF-16 surrogate characters, which are then re-encoded as 3-byte UTF-8 ...
This library provides a JSON decoder and encoder for PHP, based on the native PHP json_* functions, but with full Unicode support, following RFC 7159. The native PHP functions only support JSON ...