Re: Locale and cookies
Setting it to "C" worked fine. Thanks! -- http://mail.python.org/mailman/listinfo/python-list
Re: Locale and cookies
[EMAIL PROTECTED] wrote: > I tried to fix this by changing the locale back to "English" > before creating cookies and that works on Windows but not for > Linux. If I use "en_EN.ISO8859-1" it works on Linux but not > on Windows. How about setting locale to "C" or "POSIX"? -- Klaus Alexander Seis