diff --git a/classesphp/classe_atributos.php b/classesphp/classe_atributos.php index f21b345..9838261 100644 --- a/classesphp/classe_atributos.php +++ b/classesphp/classe_atributos.php @@ -178,7 +178,7 @@ Lista os itens de um tema. { $layer = $this->mapa->getlayerbyname($tema); //pega o nome correto do tema - $nometmp = pegaNome($layer); + $nometmp = pegaNome($layer,"UTF-8"); $nomestemas[] = $nometmp; if ($layer->data != "") { -- libgit2 0.21.2