You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2025. It is now read-only.
Currently, if I try to parse YAML data containing Unicode emojis split into UTF-16 surrogate pairs (i.e. 1F468 as \uD83D\uDC68 in YAML), go-yaml returns the error "found invalid Unicode character escape code".