From 834ce08e705ef4c4fd7f7eb3d552368bee69d70d Mon Sep 17 00:00:00 2001 From: rcantada Date: Wed, 12 Oct 2005 10:23:59 +0000 Subject: [PATCH] i failed to set thischarset to utf-8 again, grrrr! --- lang/tl_utf8/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/tl_utf8/moodle.php b/lang/tl_utf8/moodle.php index c8410191278..2ef51ea3276 100644 --- a/lang/tl_utf8/moodle.php +++ b/lang/tl_utf8/moodle.php @@ -1155,7 +1155,7 @@ $string['thanks'] = 'Salamat'; $string['theme'] = 'Tema'; $string['themes'] = 'Mga tema'; $string['themesaved'] = 'Nasave na ang bagong tema'; -$string['thischarset'] = 'iso-8859-15'; +$string['thischarset'] = 'UTF-8'; $string['thisdirection'] = 'ltr'; $string['thislanguage'] = 'Tagalog'; $string['time'] = 'Oras';