ascii character - removing chars from string

bruce bedouglas at earthlink.net
Tue Jul 4 12:30:45 EDT 2006


yep!!!!!

dang phat fingers!!! thanks

everything's working as it should... 6 hours to track down this little
issue!!!

arrrgghhh..



-----Original Message-----
From: python-list-bounces+bedouglas=earthlink.net at python.org
[mailto:python-list-bounces+bedouglas=earthlink.net at python.org]On Behalf
Of Fredrik Lundh
Sent: Tuesday, July 04, 2006 9:09 AM
To: python-list at python.org
Subject: Re: ascii character - removing chars from string


bruce wrote:

> i've done the s.replace('\xa0','') with no luck.

let me guess: you wrote

     s.replace("\xa0", "")

instead of

     s = s.replace("\xa0", "")

?

</F>

--
http://mail.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list