Skip to content

Improper handling of character range #x10000-#x10FFFF (UTF16) #380

Closed
@tedivm

Description

@tedivm

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions