From: Brion Vibber Date: Mon, 14 Mar 2005 02:22:44 +0000 (+0000) Subject: add initEncoding method to proxy class X-Git-Tag: 1.5.0alpha1~618 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=bdcc49a1611df120cebad8cb94619a159b28ed5e;p=lhc%2Fweb%2Fwiklou.git add initEncoding method to proxy class --- 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();