Comment 2 for bug 40329

Revision history for this message
James Henstridge (jamesh) wrote : Re: Oops if 'utf-8' isn't in HTTP_ACCEPT_CHARSET

We've also got OOPS-109C83:

HTTP_USER_AGENT=Mozilla/5.0 (compatible; Konqueror/3.0.0-10; Linux)
HTTP_ACCEPT_CHARSET=ISO-8859-1

Here, the user's browser has reported that it can only handle ISO-8859-1 (and nothing else), so getting Zope to serve UTF-8 if "*" is included in the accepted languages wouldn't fix the problem for this person.

I wonder what should be done for situations like this?