Hello,

    I'm having some trouble with HttpCli in an old app I have. I just installed 
the new version (v5) and when I go parse some page I get from the component the 
text is coming with some weird chars instead of regular ASCII ones. The old ICS 
I used when I built the application was a very old version (probly v3 or 
somethin). Bellow is a small example of the problem:

    Normal HTML Source:   

    "Projeto de redução de pena pela educação não vai esvaziar presídios,"
    
    HTML Source From HttpCli (using a TStringStream as RcvdStream):

    "Projeto de redução de pena pela educação não vai esvaziar presídios,"

    List of some buggy chars and what they ought to be ("what I get" = "what 
they should be"):
    ú = ú
    Ã  = à
    ó = ó
    õ = õ
    ç = ç
    ã = ã
    í = í
    á = á
    ê = ê
    é = é    

    Does anybody has an idea of what this is suposed to be?
    
    Thanks in advance,

    Marcelo Grossi
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to