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
{{ message }}
This repository was archived by the owner on Jul 31, 2023. It is now read-only.
Your environment
vscode-rubyversion: 0.23.0useLanguageServeris true?) yesExpected behavior
Formatting Ruby files with rufo as formatter should work if the file contains multibyte utf8 characters like
"“”"Actual behavior
It gives an error:
When running Rufo with the same arguments in the command line on the file content, it works:
When running the same command with the
LANGenv variable unset an error occurs:So the reason seems to be, that the
LANGenvironment variable is not set to something with utf8 support likeC.UTF-8.