prati0100 / git-gui

Tcl/Tk based UI for Git. I am currently acting as the project's maintainer.
160 stars 87 forks source link

Wrong character encoding in push window #68

Open nE0sIghT opened 2 years ago

nE0sIghT commented 2 years ago

My environment is LANG=ru_RU.UTF-8.
Gui respect UTF-8 character encoding everywhere except terminal log while pushing new commits.

Here is screenshot: image

And same action from terminal: image

Can it be configured to properly show UTF-8 text in push window?