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
# ok# hello π# ok'hello''π'# NOT OK'hello π'
Rubyfmt's output
# ok
# hello π
# ok
"hello"
"π"
# NOT OK
"hello \u{1F600}"
This breaks because
It seems that Rubyfmt outputs non-ASCII characters in a string as Unicode literal notation when there are ASCII characters in the same string. The problem occurs for non-emoji characters too, such as γγγγγ , ζΌ’ε , μ λμ½λ , etc.