I have a problem with the POST query made by Bitbucket to a personal page whenever a commit is made: the accentuated characters are replaced by digits.
Here is the message I use for the commit: Démo test éà
And here is what my page gets: Du00e9mo test u00e9u00e0
- I tried using
uft8_decode,utf8_encode,iconv(with UTF-8 and ISO-8859-1) and others (based on posts I found) - I saved my script in UTF-8
- I tried using
header('Content-Type: text/html; charset=UTF-8');