Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从 Ubuntu 的命令行运行 Java 程序,并尝试将重音字符打印到控制台上。但是字符会像?在控制台上一样显示。如何使 shell 显示程序输出的重音字符?
?
在 shell 中设置 LANG 环境变量:
LANG=en_EN.utf-8
另请参阅有关环境变量的 ubunutu 文档。