@Robert Zelnik: older versions of zim were written in perl. The perl regex engine has a special class for upper case letters which is unicode aware. Unfortunately this feature is missing in the python regex engine, so we need a work around.
@Robert Zelnik: older versions of zim were written in perl. The perl
regex engine has a special class for upper case letters which is
unicode aware. Unfortunately this feature is missing in the python
regex engine, so we need a work around.