Re: Confusion with Unicode

2012-11-27 Thread Santiago Basulto
Russell: Sorry, you're right. I won't do it again. Do you want me to delete this post? Ian. Thank you very much. I found what was causing my bug. I've got Ukranian users and for some reason the request.encoding value was not set, so I'll digg a little bit more. Thanks guys. You rock. On Satur

Re: Confusion with Unicode

2012-11-24 Thread Russell Keith-Magee
On Sat, Nov 24, 2012 at 9:55 PM, Santiago Basulto < santiago.basu...@gmail.com> wrote: > Hey guys, i'm posting this here because I posted this on django-users > yesterday and didn't get any help. > > I realise someone has now answered your question -- but *please* don't use django-developers as "s

Re: Confusion with Unicode

2012-11-24 Thread Ian Kelly
On Sat, Nov 24, 2012 at 6:55 AM, Santiago Basulto wrote: > Hey guys, i'm posting this here because I posted this on django-users > yesterday and didn't get any help. > > I'm kind of confused here... > > If I get data from a request, say: > > request.GET.get("something") or request.POST.get("someth

Confusion with Unicode

2012-11-24 Thread Santiago Basulto
Hey guys, i'm posting this here because I posted this on django-users yesterday and didn't get any help. I'm kind of confused here... If I get data from a request, say: request.GET.get("something") or request.POST.get("something") Is that data automatically being encoded based on the Encodi