Re: Entering unicode bytestrings in Django

2009-02-12 Thread LaundroMat
On Feb 12, 8:33 pm, Karen Tracey wrote: > On Thu, Feb 12, 2009 at 12:18 PM, LaundroMat wrote: > > > Hi - > > > I'm scraping some information from a website, but I'm having some > > trouble with special characters such as é. I'm using BeautifulSoup for > > the scraping, and would like to be able

Re: Entering unicode bytestrings in Django

2009-02-12 Thread Karen Tracey
On Thu, Feb 12, 2009 at 12:18 PM, LaundroMat wrote: > > Hi - > > I'm scraping some information from a website, but I'm having some > trouble with special characters such as é. I'm using BeautifulSoup for > the scraping, and would like to be able to have Django print out muy > strings correctly (o

Entering unicode bytestrings in Django

2009-02-12 Thread LaundroMat
Hi - I'm scraping some information from a website, but I'm having some trouble with special characters such as é. I'm using BeautifulSoup for the scraping, and would like to be able to have Django print out muy strings correctly (on the template, in the shell, in the admin). The way I go about i