git-remote-mediawiki: don't "use encoding 'utf8';"
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Wed, 27 Jun 2012 09:10:17 +0000 (11:10 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Jun 2012 21:18:02 +0000 (14:18 -0700)
commit721a533f8c9b152b4510569b3b486437d179c773
treee80d728e86eeb8f96b317fd54b49978f641f0619
parent28c24bd7253c3c7a4f3134c5bae4d039b9838e87
git-remote-mediawiki: don't "use encoding 'utf8';"

The use of this statement is generally discouraged, and is too intrusive
for us: it forces the HTTP requests made by the API to contain only valid
UTF-8 characters. This would break the upload of binary files.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/mw-to-git/git-remote-mediawiki