svn – Valid UTF-8 data followed by invalid UTF-8 sequence
This happened to me some time ago while working with a subversion repository in which there were some files created in Windows with a strange encoding. Issuing a simple svn status gave me this error message: svn status svn: Valid UTF-8 data (hex: 4b) followed by invalid UTF-8 sequence (hex: fc 63 68 65) I [...]