Skip to content
Charles Chiu edited this page Oct 14, 2022 · 9 revisions

ERROR: Locale does not support UTF 8. Unicode characters may not display correctly.

To fix above error, put below lines in your ~/.bashrc.

export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

Reference

Clone this wiki locally