Re: Unicode and localized characters in view

2010-03-04 Thread Tom Evans
On Thu, Mar 4, 2010 at 1:15 PM, Joakim Hove wrote: > Thank you for answering; I had a feeling that some autoescape magic > might be at work. > ... > File "/var/www/Django/devel/sleipner/main/license.py" in __init__ >  36.                 productList.append( (p.id , "%s %s

Re: Unicode and localized characters in view

2010-03-04 Thread Joakim Hove
Thank you for answering; I had a feeling that some autoescape magic might be at work. Unfortunately I do not have the code here, but the django traceback goes like this: Environment: Request Method: GET Request URL: http://devel.pc-horse.com/NewLicense/47/ Django

Re: Unicode and localized characters in view

2010-03-04 Thread Peter Murphy
On Mar 4, 4:45 pm, Joakim Hove wrote: > About every once a year I am forced out on the internet to read about > "encodings and such"; while reading about it all makes sense, but when > actually trying to get things to work I always go through a period of > swearing and

Re: Unicode and localized characters in view

2010-03-03 Thread Daniel Roseman
On Mar 4, 6:45 am, Joakim Hove wrote: > About every once a year I am forced out on the internet to read about > "encodings and such"; while reading about it all makes sense, but when > actually trying to get things to work I always go through a period of > swearing and

Unicode and localized characters in view

2010-03-03 Thread Joakim Hove
About every once a year I am forced out on the internet to read about "encodings and such"; while reading about it all makes sense, but when actually trying to get things to work I always go through a period of swearing and frustration - I never really get it :-( Now, in a Django view I have a