From ec01f3cf6096fb90e26436356d9d8efe3f928120 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 17 Jul 2005 17:41:04 +0000 Subject: [PATCH] Fix the default locale to be actually a valid one. --- config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2