Jérémie NIKAES [off-list ref] writes:
Yep this works if you manually set your $title variable earlier in the
code.
Or if you uri_escape the file on pull.
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"
I guess you mean "Et\303\251.mw" ?
As a result, when I parse commit information, the title of the file is
indeed Bl\303\251...
The -z option of many Git commands is your friend.
Especially the one of "git diff --raw".
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/