We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Emoji is changed to Unicode in yaml
To Reproduce
$ cat flag.json { "US": "🇺🇸", "CN": "🇨🇳" } $ dasel -f flag.json -w yaml US: "\U0001F1FA\U0001F1F8" CN: "\U0001F1E8\U0001F1F3" $ dasel -f flag.json -w toml CN = '🇨🇳' US = '🇺🇸'
Expected behavior Emoji remains unchanged in yaml
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
This is caused by the imported YAML parser: go-yaml/yaml#737
It looks like there's a potential fix in go-yaml/yaml#738, however it's still waiting for review and merge years later.
Sorry, something went wrong.
I've deleted the comment above because of safety concerns. It contained a phishing/malicious link.
No branches or pull requests
Describe the bug
Emoji is changed to Unicode in yaml
To Reproduce
Expected behavior
Emoji remains unchanged in yaml
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: