alecpl
2008-11-27 9abd0f0089db877d2f6ec9f3a0b978ef3f11ce86
installer/utils.php
@@ -24,7 +24,7 @@
 */
function Q($string)
{
  return htmlentities($string);
  return htmlentities($string, ENT_COMPAT, 'UTF-8');
}