为什么我的Android Studio终端无法显示中文字符?

时间:2017-07-12 01:08:25

标签: git android-studio terminal

当我在终端上使用git命令时,为什么中文字符显示不正确?

以下是一个例子:

example

5 个答案:

答案 0 :(得分:3)

首先,将以下行添加到〜/ .bash_profile:

export LANG=en_US.UTF-8

First step

Second step

最后,重新启动IDE

答案 1 :(得分:0)

可能是字体问题。

在Android Studio中,尝试转到Settings> Editor> Console Font,然后在Primary Font下拉列表中,尝试选择其他字体。 (您可能需要Save As自定义方案来选择非默认字体。)

在我的Mac上,Menlo字体显示git log的中文字符确定。

答案 2 :(得分:0)

我也遇到了这个问题。只需将我的终端语言环境更改为en_US.UTF-8,此问题就消失了。希望我的解决方法可以帮助你。

答案 3 :(得分:0)

将此行添加到〜/ .bash_profile或〜/ .zshrc

export LANG=en_US.UTF-8

答案 4 :(得分:-1)

出现Android Studio 3.0,并更改控制台字体不起作用