Re: string byte dump

2007-01-28 Thread John Machin
On Jan 29, 4:57 am, Jammer <[EMAIL PROTECTED]> wrote: > Does anyone that knows python want to write me a byte dump for strings? :-) > > I am trying to modify a plugin (that someone else wrote) that uses > interprocess communication. > It works on strings without special characters but it fails on

Re: string byte dump

2007-01-28 Thread Jammer
Rob Wolfe wrote: > Jammer <[EMAIL PROTECTED]> writes: > >> Does anyone that knows python want to write me a byte dump for strings? :-) >> >> I am trying to modify a plugin (that someone else wrote) that uses >> interprocess communication. >> It works on strings without special characters but it fa

Re: string byte dump

2007-01-28 Thread Rob Wolfe
Jammer <[EMAIL PROTECTED]> writes: > Does anyone that knows python want to write me a byte dump for strings? :-) > > I am trying to modify a plugin (that someone else wrote) that uses > interprocess communication. > It works on strings without special characters but it fails on other > stings like

string byte dump

2007-01-28 Thread Jammer
Does anyone that knows python want to write me a byte dump for strings? :-) I am trying to modify a plugin (that someone else wrote) that uses interprocess communication. It works on strings without special characters but it fails on other stings like "Björk". It calls decode('utf8') but I gues