summaryrefslogtreecommitdiffstats
path: root/bashrc/common/locale.sh
blob: 97c3f17663ab122baa2099beef3aefb601be9d6d (plain) (blame)
1
2
3
4
5
# find a usuable locale

eval unset ${!LC_*} LANG
export LANG="en_US.UTF-8"
export LC_COLLATE="C"