BrightLight / RepoCop

RepoCop is a repository hook framework written in C#
3 stars 2 forks source link

Fix an issue that caused a wrong encoding #17

Closed steffen-wilke closed 6 years ago

steffen-wilke commented 6 years ago

When reading svn information via svnlook, it is important to make the process use the systems's default encoding for its output since the tool will always use that. Although svn commits are stored with UTF-8 encoding, the encoding of the result of svnlook is not encoded in UTF-8 but rather by the OS default.