I started to build a site on web2py recently.
When using the wiki menu I encountered a problem. If I use the Cyrillic alphabet in the name of the menu item, they are not displayed.
propose to amend the function gluon/tools.py, 5745:
regex = re.compile ('[\ r \ n \ t] * (? P <base> (\ s * \ - \ s *) +) (? P <title> \ w. *?) \ s + \> \ s + (? P <link> \ S +) ', re.UNICODE)