From 786629850a54e6bb38ac50a80ba43f9db00c6d18 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Wed, 18 Apr 2007 07:52:35 +0000 Subject: [PATCH] Revert this file to ISO format --- lang/serendipity_lang_is.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/serendipity_lang_is.inc.php b/lang/serendipity_lang_is.inc.php index 08ea1400..dd9f4806 100644 --- a/lang/serendipity_lang_is.inc.php +++ b/lang/serendipity_lang_is.inc.php @@ -4,9 +4,9 @@ # Translation by Örn Arnarson /* vim: set sts=4 ts=4 expandtab : */ -@define('LANG_CHARSET', 'UTF-8'); -@define('SQL_CHARSET', 'utf8'); -@define('DATE_LOCALES', 'is_IS-UTF-8, is_IS-UTF8, icelandic, is, is_IS'); +@define('LANG_CHARSET', 'ISO-8859-1'); +@define('SQL_CHARSET', 'latin1'); +@define('DATE_LOCALES', 'is_IS-ISO-8859-1, is_IS-ISO8859-1, icelandic, is, is_IS'); @define('DATE_FORMAT_ENTRY', '%A, %e. %B %Y'); @define('DATE_FORMAT_SHORT', '%d.%m.%y %H:%M'); @define('WYSIWYG_LANG', 'en');