Subject: | A bug with ampersand |
Date: | Mon, 25 Jun 2007 20:01:37 -0700 |
To: | bug-WWW-Mediawiki-Client [...] rt.cpan.org |
From: | Oleg Alexandrov <aoleg [...] math.ucla.edu> |
mvs 0.31 (the latest)
has a bug, I think. It does not edit articles containing an
ampersand. For example, the command
mvs update "Texas A&M University".wiki
gives
---------------------
The server could not resolve the page name
'Texas A&M University', but responded that it was 'Editing Texas A'. See
.mediawiki.errors for details.
---------------------
Doing
mvs update "Texas A%26M University".wiki
(so encoding the ampersand character) gives
--------------------
Doing update Texas A%26M University.wiki with host:
__LANG__.wikipedia.org and lang: en
The server could not resolve the page name
'Texas A%26M University', but responded that it
was 'Editing Texas A&M University'. See .mediawiki.errors for details.
--------------------
Cheers,
Oleg