Comment 70 for bug 1614403

Revision history for this message
SirVer (sirver) wrote :

> If i put the asian signs into the spam keywords the website responses with a '505 Bad Gateway'.

Could you try this on the alpha site? Do we have a proper encoding header in the blacklist file? [1]

> Sounds like a problem with Unicode support *sigh*

Yes, but Python fully supports unicode and so does django. I think we probably just need to define the encoding in the file where we define the blacklist.

[1] https://stackoverflow.com/a/6289494