Hi folks,
I have a batch file that is:
replace.py -xml:e:\huwiki-latest-pages-articles.xml -summary:"x" -namespace:0 -fix:vegyesjav4 -regex -excepttext:"{{[Ss]zinnyei}}" -excepttext:"{{[Pp]allas}}" -excepttext:"V.lyi Andr.s" -excepttext:"F.nyes Elek"
Now, exceptions don't work, and I keep getting pages with the wannabe excepted texts. What is the mistake? V.lyi Andr.s and F.nyes Elek stand for Vályi András and Fényes Elek, because there is a difference between DOS and Windows characters and I wantes to avoid this problem.
replace.py id is: __version__='$Id: replace.py 7309 2009-09-25 00:18:58Z siebrand $' But the same error appeared earlier, too.