Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-21 Thread Marcelo Grossi
String, check the Font you are using to display it...) Cheers, Marcelo Grossi - Original Message - From: "Marcelo Grossi" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Friday, July 21, 2006 11:22 AM Subject: Re: [twsocket] HttpCli UTF-8 Coding Is

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-21 Thread Marcelo Grossi
al Message - > From: "Francois PIETTE" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Friday, July 21, 2006 4:44 AM > Subject: Re: [twsocket] HttpCli UTF-8 Coding Issue > > > >> With HTTP component, you always get the data e

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-21 Thread Arno Garrels
course) or build one (wich I was already doing). >> Anyways, thanks to all of you folks that took some time to answer >> me! >> >> Really apreciate it! >> >> Marcelo Grossi >> >> - Original Message - >> From: "Francois PIE

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-21 Thread Robert Chafer
rancois PIETTE" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Friday, July 21, 2006 4:44 AM > Subject: Re: [twsocket] HttpCli UTF-8 Coding Issue > > > >> With HTTP component, you always get the data exactly as the server sent > >> i

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-21 Thread Marcelo Grossi
t;[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Friday, July 21, 2006 4:44 AM Subject: Re: [twsocket] HttpCli UTF-8 Coding Issue >> With HTTP component, you always get the data exactly as the server sent >> it. HTTP component does do any processing on the data it

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-21 Thread Francois PIETTE
>> With HTTP component, you always get the data exactly as the server sent >> it. HTTP component does do any processing on the data itself. It is >> stored >> as is in the stream you provide for storage. >Then how come Mozilla Firefox doesn´t have this weird char problem? Firefox is much mor

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-20 Thread Robert Chafer
per char > ...). I don't get it.. Me stupid!!! 8/ > > Thank you for your time, > > Marcelo Grossi > > - Original Message - > From: "Francois PIETTE" <[EMAIL PROTECTED]> > To: "ICS support mailing" > Sent: Thursday, J

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-20 Thread Maurizio Lotauro
Scrive Marcelo Grossi <[EMAIL PROTECTED]>: > Hi, > > Then how come Mozilla Firefox doesn´t have this weird char problem? What you have in the stream is the body that the server sent to you. Most probably in the header there are useful information to know how interpreted the body. Do you re

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-20 Thread Marcelo Grossi
E" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, July 20, 2006 4:24 PM Subject: Re: [twsocket] HttpCli UTF-8 Coding Issue >>How do I get the chance of interpreting the characters with HttpCli? I >> don't set any property whatsoever regardin

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-20 Thread Francois PIETTE
>How do I get the chance of interpreting the characters with HttpCli? I > don't set any property whatsoever regarding the enconding of the data I'm > receiving. The TStringStream the data comes is already the way I showed in > my last message ... How do I get the "raw" data or something? With

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-20 Thread Marcelo Grossi
ot;raw" data or something? Cheers, Marcelo Grossi - Original Message - From: "Robert Chafer" <[EMAIL PROTECTED]> To: "ICS support mailing" Sent: Thursday, July 20, 2006 2:30 PM Subject: Re: [twsocket] HttpCli UTF-8 Coding Issue It depends on how you interpret th

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-20 Thread Angus Robertson - Magenta Systems Ltd
> UTF-8 uses more then 1 Byte per char and on the TStringStream I'm > using to retrieve the data from the HttpCli I get mixed type chars. The component returns a binary stream, it may be a zip file or text in various character sets, with one or two bytes per character. Delphi supports the 2 by

Re: [twsocket] HttpCli UTF-8 Coding Issue

2006-07-20 Thread Robert Chafer
It depends on how you interpret the characters you are downloading. Look at this page: http://www.expansys.fr/ Now change the encoding from ISO8859-1 to UTF-8 (in IE its right click the page and choose encoding, FF View->Character Encoding). You see how (in IE) the accented characters turn into C

[twsocket] HttpCli UTF-8 Coding Issue

2006-07-20 Thread Marcelo Grossi
Hello, I´ve posted a message a few days ago about a html page being retrieved with weird chars (through ICS's HttpCli). As very well suggested by JP in his reply to my message, the page was endeed UTF-8 coded. But the question remains (as I am currently building a weird char converter as they