You have to use utf8 for now.
On Apr 17, 9:45 am, LightOfMooN <[email protected]> wrote: > Hello > I need to route by cyrillic domain to my app > How can I do that? Seems, routes don't work with unicode. > > I need something like: > routes_in = ( > (ur'/привет', r'/hello/default/index'), > )

