Showing posts with label LC_ALL. Show all posts
Showing posts with label LC_ALL. Show all posts

Tuesday, March 26, 2013

how to fix lc_all

fix it.

export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen en_US.UTF-8
dpkg-reconfigure locales
 Ref. ubuntuforums