diff --git a/ieducar/intranet/educar_escola_xml2.php b/ieducar/intranet/educar_escola_xml2.php index 7de0dce..a9e2e69 100644 --- a/ieducar/intranet/educar_escola_xml2.php +++ b/ieducar/intranet/educar_escola_xml2.php @@ -32,7 +32,7 @@ require_once 'Portabilis/Utils/DeprecatedXmlApi.php'; Portabilis_Utils_DeprecatedXmlApi::returnEmptyQueryUnlessUserIsLoggedIn(); - echo "\n\n"; + echo "\n\n"; if( is_numeric( $_GET["ins"] ) ) { $db = new clsBanco(); @@ -63,7 +63,7 @@ while ( $db->ProximoRegistro() ) { list( $cod, $nome ) = $db->Tupla(); - $nome = htmlspecialchars($nome); + $nome = htmlspecialchars(Portabilis_String_Utils::toUtf8($nome)); echo " {$nome}\n"; } } -- libgit2 0.21.2