From bdcc49a1611df120cebad8cb94619a159b28ed5e Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 14 Mar 2005 02:22:44 +0000 Subject: [PATCH] add initEncoding method to proxy class --- languages/LanguageLatin1.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/languages/LanguageLatin1.php b/languages/LanguageLatin1.php index f680133d8c..a2b79945a5 100644 --- a/languages/LanguageLatin1.php +++ b/languages/LanguageLatin1.php @@ -197,6 +197,11 @@ class LanguageLatin1 { return Language::firstChar( $s ); } + function initEncoding() { + # Not sure if this should be handled + $this->lang->initEncoding(); + } + function setAltEncoding() { # Not sure if this should be handled $this->lang->setAltEncoding(); -- 2.20.1