Esy transforms unicode characters


#1

Hello.
I have a reason file that, every time I run any esy command it transforms my unicode characters into some weird sequence:

            let pipe = "⎥";
            let last = "â””";
            let middle = "├"

Is there any I can do to avoid this conversion? Chars are ├⎿⎥ for outputing a directory tree


#2

For some reason, every time I open the git diff it changes the encoding to windows. I don’t understand why, if it something that has to do with spin configs of git, esy, or VSCode, but it does not happen on other projects where I also use VSCode