Git bash fails with reporting
Jonatandb opened this issue ยท 5 comments
As I earlier reported on reddit post, I have this error during execution of refresh command:
Note: This error don't avoid to run and use correctly the "view" command.
The error says:
"UnicodeEncodeError: 'charmap' codec can't encode character '\U0001f50e' in position 42: character maps to undefined"
So I have found that character '\U0001f50e' is the maginify icon: ๐ (https://emojipedia.org/es/emoji/%F0%9F%94%8E/)
I have tried to fix it by looking in the code, but I couldn't find the magnify icon neither the Unicode code: 1f50e โน
My best guess is that the command prompt has ascii-only support and higher unicode values like the magnify glass break it. I'd reccomend using powershell or the new windows terminal program as a workaround until an ascii-only mode is added
Interesting, I will try that! ๐ช๐ป
Hope it works ๐
I'll close this issue and make a mental note for ascii support in the future
Aha gotcha, all of my enviroments have full ascii support- I'm suprised powershell doesn't support it. I'll do ascii support eventually, got a lot on my plate in terms of new features for the foreseeable future