locale.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Mon, 13 Apr 2009 23:15:35 +0300
changeset 87 01949ddd2fe5
parent 13 137879ea4f4a
child 122 3f107d135fbc
permissions -rw-r--r--
Editor for css.

-*- outline -*-

* 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

* FreeBSD.

** How see current locale settings?

  $ locale

** How see all available locale?

  $ locale -a