locale.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sat, 04 Dec 2010 17:10:45 +0200
changeset 735 5c437e2d5fe1
parent 122 3f107d135fbc
child 899 7b4265c8d324
permissions -rw-r--r--
Fix Emacs settings.

-*- mode: outline; coding: utf-8; fill-column: 80 -*-

* Linux.

** How see current locale settings?

  $ locale

** How see all available locale?

  $ locale -a

** How set date to ISO format?

Usually this be done trough en_DK locale.

You need setup, for example, LC_TIME=en_DK.utf8 at shell init.

*** Debian.

**** Install all available locale.

  $ sudo apt-get install locales-all

**** Generate locales.

  $ sudo dpkg-reconfigure locales

* FreeBSD.

** How see current locale settings?

  $ locale

** How see all available locale?

  $ locale -a