forked from go-yaml/yaml
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for escaped UTF-16 surrogate pairs
I'm new to this code base so have likely implemented this in a way that isn't ideal, but hopefully it's enough of a starting point. References: * https://russellcottrell.com/greek/utilities/SurrogatePairCalculator.htm * https://mathiasbynens.be/notes/javascript-unicode * readerc.go Fixes go-yaml#279
- Loading branch information
Steve Hoeksema
committed
Apr 8, 2024
1 parent
f6f7691
commit 6e0a9b4
Showing
2 changed files
with
55 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters