2011/6/8 Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx>: > $mw->edit( { > action => 'edit', > title => $title, > text => $text, > }, { > skip_encoding => 1 > } ) || die $mw->{error}->{code} . ': ' . $mw->{error}->{details}; > > Tried it, worked :-). > Yep this works if you manually set your $title variable earlier in the code. However, I still have the problem which I think is on the git side - I pull the "Eté.mw" file from mediawiki - I edit it - When I commit it I get this message from git : [master sha1] commit message 1 files changed [...] create mode 100644 "Bl\303\251.mw" As a result, when I parse commit information, the title of the file is indeed Bl\303\251... so a new page is created on the mediawiki. -- Jérémie Nikaes -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html