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
This discussion was converted from issue #99 on March 04, 2023 17:06.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I'm trying to address this issue in yamlfix, and it seems that it comes down to how
ruyaml
applies escaping.I'm having troubles figuring out how to have ruyaml output the following document (the snake unicode character enclosed by double quotes):
--- "🐍"
Using the yamlfix configuration posted in lyz-code/yamlfix#227, I ruyaml would output:
--- "\U0001F40D"
Do you have any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions