1. --- i18n.php.bak        2012-08-31 21:02:46.000000000 +0300
  2. +++ i18n.php    2012-08-31 21:01:40.000000000 +0300
  3. @@ -184,7 +184,7 @@
  4.      }
  5.  
  6.      /* All HTML special characters are 7 bit and can be replaced first */
  7. -    if (! $save_html) $string = htmlspecialchars ($string);
  8. +    if (! $save_html) $string = htmlspecialchars ($string,ENT_COMPAT,'iso-8859-1');
  9.      $charset = strtolower($charset);
  10.  
  11.      set_my_charset();