diff options
author | Allan McRae <allan@archlinux.org> | 2009-08-07 21:42:06 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2009-08-07 21:42:06 +1000 |
commit | aa58a7d0202815af27d520889c8e4689f016efd2 (patch) | |
tree | b12d354e59c9f7b39a7651796da104f5bffa02c8 /rc.conf | |
parent | f3a1103e58c341d5bb42bc889549fef44d685729 (diff) |
Consistent capitalization of locale
Make the capitalization "UTF-8" part of the locale field in rc.conf
match that used in /etc/locale.gen (FS#15825)
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'rc.conf')
-rw-r--r-- | rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ # CONSOLEMAP: found in /usr/share/kbd/consoletrans # USECOLOR: use ANSI color sequences in startup messages # -LOCALE="en_US.utf8" +LOCALE="en_US.UTF-8" HARDWARECLOCK="localtime" USEDIRECTISA="no" TIMEZONE="Canada/Pacific" |