Quote:
Originally Posted by kovidgoyal
The only difference that I can see between the ajax routes and the rest are that the ajax routes are unicode strings, the rest are not, (because of the from __future__ import unicode_literals in ajax.py)
Presumably, changing those strings to bytestrings should fix it, though given that I dont understand what the bug in routes is, I have no way to be sure.
|
This is why I was asking about languages. I was wondering if we had some character encoding issue that prevented all that string manipulation in buildfullreg from working.