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
I used the formatting feature to format a file containing non-ASCII UTF-8 characters and the result contained garbled characters.
BTW, I have fixed this problem in my forked branch (sile/erlang_ls#fix-unicode-handling). So, I can create an PR if it's okay.
To Reproduce
Please format the following file using the latest erlang_ls version (v0.25.0).
erlang_ls
-module(test). -export([foo/0]). foo() -> %% 👍😀🎉 bar.
Expected behavior
The expected result is,
Actual behavior
The actual result is,
-module(test). -export([foo/0]). foo() -> %% ð\237\221\215ð\237\230\200ð\237\216\211 bar.
Context
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
I used the formatting feature to format a file containing non-ASCII UTF-8 characters and the result contained garbled characters.
BTW, I have fixed this problem in my forked branch (sile/erlang_ls#fix-unicode-handling). So, I can create an PR if it's okay.
To Reproduce
Please format the following file using the latest
erlang_ls
version (v0.25.0).Expected behavior
The expected result is,
Actual behavior
The actual result is,
Context
erlang_ls
version (tag/sha): 0.25.0The text was updated successfully, but these errors were encountered: