Tech notes

Daily notes about my IT activities.

2014-08-13

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