How to solve the problem that [Termius] in [mac] displays garbled Chinese characters

Add the following configuration to the environment variables

export LANG=en_US.UTF-8

It depends on which configuration file you are using and you can modify it accordingly. The example used here is as follows:

vi ~/.zshrc 

Edit the above file and add at the end (it may be empty when opened):

export LANG=en_US.UTF-8

Effective configuration file

source .zshrc

Guess you like

Origin blog.csdn.net/qq_34041723/article/details/133985318