diff --git a/ferramentas/saiku/esquemaxml.php b/ferramentas/saiku/esquemaxml.php index 951bebe..cc80bca 100644 --- a/ferramentas/saiku/esquemaxml.php +++ b/ferramentas/saiku/esquemaxml.php @@ -149,7 +149,7 @@ function caminhoRegiao($hs,$chavesRegiao,$h,$regiaoInicial,$caminho) return $caminho; } function converte($texto){ - $texto = str_replace("&","&",htmlentities($texto)); + $texto = str_replace("&","&",htmlentities($texto,ENT_NOQUOTES,mb_detect_encoding($texto))); return $texto; } function imprimeEsquema(){ -- libgit2 0.21.2