Description

Group names using non-ASCII characters aren't recognized by "wikidicts" crawler, and thus aren't created.

Steps to reproduce

  1. Change "page_group_regex" to some non-ASCII'sh value.
  2. Create some page with name that matches this regex.
  3. Be pissed off by ACL failure when using this group's name.

Example

Russian example (get your unicode ready).

wikiconfig.py: {{{!# python

}}}

Then, page named "ГруппаМенеджмент" isn't recognized.

Component selection

wikiacl.py: {{{!# python

}}}

obviously, re.UNICODE flag is missing.

Details

MoinMoin Version

1.5.6 (1.5.7 too)

OS and Version

Some Debian

Python Version

2.3

Server Setup

-

Server Details

-

Language you are using the wiki in (set in the browser/UserPreferences)

Russian

Workaround

Patch wikiacl.py:

{{{!# python

}}}

Discussion

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/LocalizedGroupNamesFail (last edited 2007-10-29 19:20:54 by localhost)