verigak / progress

Easy to use progress bars for Python
ISC License
1.41k stars 179 forks source link

The pycharm console is garbled #105

Open yaoysyao opened 2 years ago

yaoysyao commented 2 years ago

Hello, When I use the progress bar in pycharm in the Windows environment, I found that there will be garbled codes, I set the python file to UTF-8, but still has no effect, after my testing, I found that the use of the following are garbled: ChargingBar, FillingSquaresBar, FillingCirclesBar, PixelBar, ShadyBar, PieSpinner, MoonSpinner, LineSpinner, PixelSpinner. My pycharm version is 2022.2

Snipaste_2022-08-08_19-54-01