I am having trouble displaying Unicode characters on git-bash when working with Python's logging.
- Without
logging- everything works fine. - With
cmd- everything works fine. - With
PyCharm- everything works fine. loggingwithgit-bash- not working (displaying "\u2501").
See below...
I am using:
- Windows 10
- git version 2.37.2.windows.2
- Python 3.9.6 (Same issue with Python 3.7).



