From 50ac93d3571551a0825d140a9ec930575c67c573 Mon Sep 17 00:00:00 2001 From: Robert Treat Date: Sat, 27 Jun 2009 14:30:48 -0400 Subject: [PATCH] woops, let's not re-introduce this bug --- lang/czech.php | 2 +- lang/recoded/czech.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/czech.php b/lang/czech.php index 9875114a..5fc04898 100644 --- a/lang/czech.php +++ b/lang/czech.php @@ -9,7 +9,7 @@ // Language and character set $lang['applang'] = 'Česky'; - $lang['appcharset'] = 'UTF8'; + $lang['appcharset'] = 'utf-8'; $lang['applocale'] = 'cs_CZ'; $lang['appdbencoding'] = 'UNICODE'; $lang['applangdir'] = 'ltr'; diff --git a/lang/recoded/czech.php b/lang/recoded/czech.php index 0b9a4bf0..668aa62d 100644 --- a/lang/recoded/czech.php +++ b/lang/recoded/czech.php @@ -9,7 +9,7 @@ // Language and character set $lang['applang'] = 'Česky'; - $lang['appcharset'] = 'UTF8'; + $lang['appcharset'] = 'utf-8'; $lang['applocale'] = 'cs_CZ'; $lang['appdbencoding'] = 'UNICODE'; $lang['applangdir'] = 'ltr'; -- 2.39.5