On 15/06/12 22:49, Betacommand wrote:
> when passing parameters "+" is often treated as " " (a space) try
> passing "\+" instead of "+" or what ever the equivalent escape is

Parameters will need to be urlescaped. Which will convert + into %2B.
Note that if you don't properly urlescape the parameters, when you edit
a page you will corrupt its content.

_______________________________________________
Mediawiki-api mailing list
Mediawiki-api@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-api

Reply via email to