diff options
author | Robert Treat | 2009-06-27 18:30:48 +0000 |
---|---|---|
committer | Robert Treat | 2009-06-27 18:30:48 +0000 |
commit | 50ac93d3571551a0825d140a9ec930575c67c573 (patch) | |
tree | d19be0a66fe25d49d043a50a341ed01621aa1f51 | |
parent | 3dee1fab65d10fe981af0180f8fa15b12dcd6f91 (diff) |
woops, let's not re-introduce this bug
-rw-r--r-- | lang/czech.php | 2 | ||||
-rw-r--r-- | 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'; |