Saadmairaj / tkterminal

Terminal widget for Tkinter library.
https://pypi.org/project/tkterminal
Apache License 2.0
58 stars 6 forks source link

chcp command not working #5

Closed freeze2222 closed 5 months ago

freeze2222 commented 2 years ago

I'v got widows with ru lang and terminal cant encode it with utf-8 so I decided to change lang of terminal with chcp command but its not working.

Скриншот 26-03-2022 150129

Saadmairaj commented 2 years ago

Every terminal line is basically a new subprocess that doesn't keep the previous settings except the cd command. Also, this issue is not related to tkterminal package itself, it is related to tcl/tk version bundled with your python. Try python bundled by anaconda.