[horde] German translation lost with Firefox
Gilles Bardouillet
gilles.bardouillet at atos.net
Thu Feb 23 20:41:34 UTC 2012
For all Horde 3 instances, you can try the following patch :
--- lib/Horde/Browser.php.orig 2012-02-16 19:07:44.000000000 +0100
+++ lib/Horde/Browser.php 2012-02-16 19:10:42.000000000 +0100
@@ -329,7 +329,9 @@
// Check for UTF support.
if (isset($_SERVER['HTTP_ACCEPT_CHARSET'])) {
$this->setFeature('utf', strpos(String::lower($_SERVER['HTTP_ACCEPT_CHARSET']), 'utf') !== false);
- }
+ } else {
+ $this->setFeature('utf');
+ }
if (empty($this->_agent)) {
return;
More information about the horde
mailing list