In the interest of making 'pretty' URLs, I want my application to accept URLs that may potentially contain Chinese characters, and have those URLs parsed by URLconfs. The [Django book] [1] says the following:
When a request comes in, Django tries to match the URLconf patterns against the requested URL, as a normal Python string (not as a Unicode string).
Is there any way to accomplish what I want? On Trac and the mailing list I found some [efforts] [2] by Victor Ng to Unicode-ify things, but nothing seems to ever have been made of them. The last modification to that ticket gives what sounds like a solution, but honestly I can't say that I understand exactly what it says. Any tips? Aaron [1]: http://www.djangobook.com/en/beta/chapter08/ [2]: http://code.djangoproject.com/ticket/2588 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---