Closed bmcnett closed 5 months ago
unicode code points >0x10000 (roughly half of all code points) had never been supported by matoya's JSON API, because the math for decoding UTF-16 surrogate pairs had a bug in it. bug fixed in this PR
unicode code points >0x10000 (roughly half of all code points) had never been supported by matoya's JSON API, because the math for decoding UTF-16 surrogate pairs had a bug in it. bug fixed in this PR