Translating unicode data

2009-03-23 Thread CaptainMcCrank
Hi list, I'm struggling with a problem analyzing large amounts of unicode data in an http wireshark capture. I've solved the problem with the interpreter, but I'm not sure how to do this in an automated fashion. I'd like to grab a line from a text file & translate the unicode sections of it to as

Re: Translating unicode data

2009-03-24 Thread CaptainMcCrank
On Mar 23, 4:16 pm, Peter Otten <__pete...@web.de> wrote: > CaptainMcCrank wrote: > > I'm struggling with a problem analyzing large amounts of unicode data > > in an http wireshark capture. > > I've solved the problem with the interpreter, but I'm n