Locale instellingen (Linux)
Uit DeVliegendeWiki
Om Ubuntu te voorzien van locale instellingen (bv. taal, datum, valuta, decimale scheidingsteken, duizendtal-scheidingsteken), lijk je een handjevol variabelen of categorieën van de juiste waarde te moeten voorzien in bestand /etc/environment. Een voorbeeld met Chinese instellingen:
LC_MESSAGES="C" LC_COLLATE="C" LC_CTYPE="C" LC_TIME="C" LC_NUMERIC="C" LC_MONETARY="C" LC_PAPER="C" LC_NAME="C" LC_ADDRESS="C" LC_TELEPHONE="C" LC_MEASUREMENT="C" LC_IDENTIFICATION="C"
Bronnen
- http://isis.poly.edu/~qiming/fine-tuning-ubuntu-locale.html
- http://www.opengroup.org/onlinepubs/009695399/basedefs/xbd_chap07.html
- http://www.freebsd.org/doc/nl/books/handbook/using-localization.html
- http://www.google.nl/search?q=ubuntu+lokalisatie&ie=utf-8&oe=utf-8&aq=t&rls=com.ubuntu:en-US:official&client=firefox-a
- http://manpages.ubuntu.com/manpages/dapper/en/man5/locale.5.html
LC_NUMERIC
De variabele LC_NUMERIC heeft betrekking op weergave van niet-monetaire getallen.
