locale.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Thu, 09 Jun 2011 09:49:05 +0300 (2011-06-09)
changeset 879 77619a223f34
parent 735 5c437e2d5fe1
child 899 7b4265c8d324
permissions -rw-r--r--
Adding symbols from Symbol Server.
-*- 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