Skip to content

Fixed Unicode surrogate pairs parsing issue

Latest
Compare
Choose a tag to compare
@punchfox punchfox released this 21 Dec 12:26
· 73 commits to master since this release
d55125f

The biggest change in this version is that we have fixed a problem with parsing Unicode surrogate pairs in JSON strings, e.g., "I \ud83d\udc95 Unicode": I 💕 Unicode. There are no API level changes in this release.