Advertisement
Guest User

Untitled

a guest
Aug 31st, 2012
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.42 KB | None | 0 0
  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();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement