unicode characters turns ���
mana-bin opened this issue · 4 comments
I tried to try to format a file that has UTF8 characters, such as Japanese letters, but it gets like this sometimes ���
if I run htmlbeautifier directly (without vscode-erb-beautify) it seems fine.
Can this be fixed by setting?
Hi @mana-bin, please update to the latest version https://github.com/aliariff/vscode-erb-beautify/releases/tag/v0.4.0.
I add new config property to add custom env var (if necessary). Please re-open if your issue is not fixed.
@aliariff
thanks
was this cause?
9d7d490#diff-a974ac21c027eacbc8274d2a824485904541f254906b9dd4023aa3c9f1da4055R40
Probably yes, because previously we force the user to use certain LC_ALL value, and now we delete them and let the user decide what to add (if necessary)
ok! let me try