Re: Sending emails with special characters

2008-04-18 Thread Louis Orenstein
It sounds like you will need to encode those characters in something like UTF-8 or some other character set. I'm not sure how you would go about doing that, but maybe the smtp object you create has a field or option specifying the character set with which to encode the email? Louis Julien wr

Re: Does request.is_ajax() really work?

2008-04-25 Thread Louis Orenstein
Could you print out what the request.META.get('HTTP_X_REQUESTED_WITH') method returns?  Maybe the request doesn't have that property set correctly, or maybe the HTTP_X_REQUESTED_WITH value isn't the proper thing to "get" from META ? Patrick Lv wrote: Hi Alex, What I am talking about is thi