Closed
Description
According to the YAML spec the characters #x10000-#x10FFFF
do not need to be escaped, yet this library is doing so.
As a second bug, the characters in this range are being encoded in a way that is not compatible with javascript. For example, that character 🎁
should be represented to javascript as \uD83C\uDF81
or \u{1F381}
but is instead being sent as \U0001F381
.
Metadata
Metadata
Assignees
Labels
No labels