At 06:05 PM 8/27/2010 +0200, Christoph Zwerschke wrote:
> For instance,
>
>user = 'özkan'.encode('latin1')
>if user in request.META.get('REMOTE_USER', b'').lower():
>
>will not work it the user has logged in as 'Özkan'.
Isn't that a problem with code that does this now?