Owez/yark

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:

image

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 โ˜น

Owez commented

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! ๐Ÿ’ช๐Ÿป

Owez commented

Hope it works ๐Ÿ‘

I'll close this issue and make a mental note for ascii support in the future

Earlier I was using git-bash.

Now I have this on Windows cmd:
image

And this on PowerShell:
image

At least I have no more errors ๐Ÿ˜…

Owez commented

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