expandedfronts / revisr

Revisr: Git for WordPress
https://revisr.io
GNU General Public License v3.0
195 stars 41 forks source link

Accentuated characters in commits text #10

Open samy opened 9 years ago

samy commented 9 years ago

It seems that Revisr fails to send accentuated characters in commits text to Bitbucket (the problem should be the same with other systems). It correctly saves the accentuated characters in the Commits feature inside the WP back-office, but the resulting commit text in Git repository lacks the accentuated characters.

expandedfronts commented 9 years ago

Thanks for the heads up on this. It looks like the issue is related to the escapeshellarg/cmd functions being locale dependent. Looking into this further.