Re: Non-Ascii Characters in URL causes crash

2013-11-20 Thread Rafael E. Ferrero
i try on www.plandroid.com/消防隊員 and get a 500-internal server error.. Im interest on know how you resolve this question, i dont have idea how it works... i mean... its posible to put a try catch somewhere to pass silently an error page ? 2013/11/20 Peter > I have a

Non-Ascii Characters in URL causes crash

2013-11-20 Thread Peter
I have a slightly weird issue. Someone is sending http requests with Chinese characters in the URL. Ok, it's probably just Chinese hackers trying something. But it's causing Django to fall over with a UnicodeEncodeError in the response. I'm thinking this must be a bug in Django as the