cerebroapp / cerebro-shell

📦 Cerebro plugin to execute any shell command from Cerebro search line
18 stars 1 forks source link

Encoding problems #8

Closed marcosmesser closed 1 year ago

marcosmesser commented 7 years ago

2017-03-02

Some characters are not displayed correctly.

Code page is 850.

Windows 10 Pro 64-bit 1067 14393.693.

KELiON commented 7 years ago

@marcosmesser can you please run the same ping google.com command in your terminal and paste output here?

marcosmesser commented 7 years ago

image

The result is as expected.

Probably, the encoding needs to be set to UTF-8 somewhere, it seems that it's defaulting to ASCII.

dubisdev commented 1 year ago

This seems to be more a Windows issue than a Cerebro issue.

Maybe this answer can help:

https://stackoverflow.com/questions/57131654/using-utf-8-encoding-chcp-65001-in-command-prompt-windows-powershell-window

I was also having issues with this and now it is working

image

Just follow the steps in the first answer and it should work.