callum-oakley / json5-rs

A Rust JSON5 serializer and deserializer which speaks Serde.
ISC License
184 stars 23 forks source link

Compatible with unicode non-BMP characters #27

Closed zonyitoo closed 3 years ago

zonyitoo commented 3 years ago

fix #26

zonyitoo commented 3 years ago

@callum-oakley Conflict resolved.

callum-oakley commented 3 years ago

I had to do some reading around utf16 surrogates to understand what was going on here, but this looks sensible to me. Thanks!

zonyitoo commented 3 years ago

Please make a release if it is Ok.

callum-oakley commented 3 years ago

Incoming :)

callum-oakley commented 3 years ago

published as v0.3.0