-
-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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):
- OS: Ubuntu 24.04
- Version: v2.8.1
- Terminal: Wezterm 20240203-110809-5046fc22
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working