> Hello, > > I have a problem using <<NewPage>> macros: > > when I choose non-latin page name (such as "Шаблоны/Предмет") for a > template in the macros, I have "Template > %D0%A8%D0%B0%D0%B1%D0%BB%D0%BE%D0%BD%D1%8B/%D0%9F%D1%80%D0%B5%D0%B4%D0%BC%D0%B5%D1%82 > not found" error. > > Here is an example: > > <<NewPage(Шаблоны/Предмет,Добавить предмет,@SELF)>> > > I use: > - MoinMoin-1.6.0 > - Python-2.4.3
Hello Dmitriy, it happens because of a bug in NewPage macro, which results in double-encoding of percent signs. I've fixed it a while ago, see attachment. Currently, it's more like a kluge, but, anyway, works great as a workaround. -- yours, shiva
NewPage.py
Description: Binary data
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________ Moin-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/moin-user
