From: Steinar H. Gunderson Date: Sun, 17 Jul 2005 17:41:04 +0000 (+0000) Subject: Fix the default locale to be actually a valid one. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=ec01f3cf6096fb90e26436356d9d8efe3f928120 Fix the default locale to be actually a valid one. --- diff --git a/config.pm b/config.pm index 8c16db8..fe8ab3d 100644 --- a/config.pm +++ b/config.pm @@ -4,7 +4,7 @@ package ccbs::config; # The default web locale. -our $lang = "en_US.UTF_8"; +our $lang = "en_US.UTF-8"; # Set this flag to enable debugging of all SQL statements. our $dbdebug = 0;