On Mon, 05 Jan 2015 21:52:12 GMT "Steve Simon" <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  l  a  s          =20
>            ^          ^
>         missing    missing
> 
> there are two missing characters. Ok, bad UTF8 perhaps?

According to http://www.isthisthingon.org/unicode/index.php
this is an invalid UTF8 hex code.

Reply via email to