I created an svn binding that calls a PHP script to send some emails. The problem is that I get the wrong encoded msg (I think you can call it)
This is what I get in my mail:
Modified files - / base / view.php
Mais umas actualiza? \ 195? \ 167? \ 195? \ 181es
This is what I get when the hook calls the script. But if I call the script directly (specifying the revision), I get the following:
Modified files - / base / view.php
Mais umas actualizações
Mail is sent with the encoding iso-8859-1 (I tried utf-8 and got the same results)
Does anyone know what I can use / do to fix this?
Thanks
source share