Cannot type/read Thai in iTerm2
1 min readDec 2, 2018
Follow this steps in iTerm2
- Preferences
- Profiles
- Terminal
- Unset “Set local variables automatically”
and set locale, lang in bash_profile
~/.bash_profileexport LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
References: