Re: [Tutor] Problem handling utf-8 text

2006-03-10 Thread Kent Johnson
Ryan Ginstrom wrote: > I am just learning python, or trying to, and am having trouble handling utf-8 > text. > > I want to take a utf-8 encoded web page, and feed it to Beautiful Soup > (http://crummy.com/software/BeautifulSoup/). > BeautifulSoup uses SGMLParser to parse text. > > But although I

[Tutor] Problem handling utf-8 text

2006-03-10 Thread Ryan Ginstrom
I am just learning python, or trying to, and am having trouble handling utf-8 text. I want to take a utf-8 encoded web page, and feed it to Beautiful Soup (http://crummy.com/software/BeautifulSoup/). BeautifulSoup uses SGMLParser to parse text. But although I am able to read the utf-8 encoded Jap