Right, I was asking what the page shows as the character set. I was not so good at asking for what I wanted.
On Tuesday, March 27, 2012 11:28:37 AM UTC-7, miguel wrote: > > > No dia 27 de Mar de 2012 17:41, "Derek" <[email protected]> escreveu: > > > > What's the character set in your browser? > > > I have safari set for default. But I don't think that's the problem, > because if I hardcode the string there is no problem. > I'm certainly missing something, but the culprit operation seems to be the > string parsing, not the browser rendering: > > titles = [title.strip() for title in titles.split('|')] > > Miguel >

