I want to use django to dispatch url. The url is like /test/Google/6,and my patten is r'^/test/(?P<q>\b\W+ \b)/(?P<h>\d+)$'. It works when the string is English(like Google), but fails when the string is in foreign language.
Can anyone tell me the righ regular expression? Thank you! -- http://mail.python.org/mailman/listinfo/python-list