FreeBSD: fix non-ASCII characters input
by hackprime
Paste this into ~/.bash_profile
export LANG=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8
export LC_COLLATE=POSIX
export LC_ALL=en_US.UTF-8
by hackprime
Paste this into ~/.bash_profile
export LANG=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8
export LC_COLLATE=POSIX
export LC_ALL=en_US.UTF-8