<div dir="ltr">Sorry,<br><br>The problem is the OblecjtListView doesn't show some characters correctly.<br><br>In the image attached, in the "partidos list" in the grey line, where a square is showed it must be a Ç<br>






And in the second line where a | is showed it should be a ª<br><br>Why this happen? maybe OLV doesn`t manage well the encoding?<br><br>The list OLV uses to show info is forme by this class:<br><br>class Partido:<br>    def __init__(self,idPartido,<div dir="ltr">





nombreLocal,nombreVisitante,fechaHora,idLocal,idVisitante):<br>
        self.idPartido = int(idPartido)<br>        self.nombreLocal = <b>unicode(nombreLocal, 'iso-8859-1')</b> #aún así no muestra bien los caracteres<br>        self.nombreVisitante = <b>unicode(nombreVisitante, 'iso-8859-1')</b><br>






        self.fechaHora = fechaHora<br>        self.idLocal = int(idLocal)<br>        self.idVisitante = int(idVisitante)<br><br>Thank you, I expect now is clear</div><br>
<br></div>