I am trying to parse a stream from a tcp connection.
I think the data is utf8, here is a sample
20 2d 20 c8 65 73 6b fd 20 72 6f 7a 68 6c 61 73
which when I print it I get:
- e s k r o z h l a s
^ ^
missingmissing
the
On Mon Jan 5 13:48:47 PST 2015, st...@quintile.net wrote:
> I am trying to parse a stream from a tcp connection.
>
> I think the data is utf8, here is a sample
>
>20 2d 20 c8 65 73 6b fd 20 72 6f 7a 68 6c 61 73
>
> which when I print it I get:
>
> - e s k r o z h
On Mon, Jan 05, 2015 at 09:52:12PM +, Steve Simon wrote:
> I am trying to parse a stream from a tcp connection.
>
> I think the data is utf8, here is a sample
>
>20 2d 20 c8 65 73 6b fd 20 72 6f 7a 68 6c 61 73
>
> which when I print it I get:
>
> - e s k r o z
ok, I understand, what I thought was UTF8 is in fact latin1.
thanks. that makes sense.
-Steve
> On 5 Jan 2015, at 22:05, erik quanstrom wrote:
>
>> On Mon Jan 5 13:48:47 PST 2015, st...@quintile.net wrote:
>> I am trying to parse a stream from a tcp connection.
>>
>> I think the data is
On Mon, 05 Jan 2015 21:52:12 GMT "Steve Simon" wrote:
> I am trying to parse a stream from a tcp connection.
>
> I think the data is utf8, here is a sample
>
>20 2d 20 c8 65 73 6b fd 20 72 6f 7a 68 6c 61 73
>
> which when I print it I get:
>
> - e s k r o z h l