From: Jan Schneider Date: Tue, 12 Oct 2010 21:59:26 +0000 (+0200) Subject: This call got lost somewhere. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d31fb704b84d37791d0cc649652ba5b4393ff07b;p=horde.git This call got lost somewhere. --- diff --git a/framework/Core/lib/Horde/Registry.php b/framework/Core/lib/Horde/Registry.php index fd719e137..b48d93614 100644 --- a/framework/Core/lib/Horde/Registry.php +++ b/framework/Core/lib/Horde/Registry.php @@ -2244,6 +2244,11 @@ class Horde_Registry { bindtextdomain($app, $directory); textdomain($app); + + /* The existence of this function depends on the platform. */ + if (function_exists('bind_textdomain_codeset')) { + bind_textdomain_codeset($app, 'UTF-8'); + } } /**