snowcone-ltd / libmatoya

Cross-platform application development.
MIT License
592 stars 52 forks source link

JSON surrogate pair bug #137

Closed bmcnett closed 5 months ago

bmcnett commented 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