This website is now static html (since the end of 2010). The pages you see here are a simple wget spider mode crawl of the original wordpress, thus dynamic features like commenting are not working anymore.

Posts Tagged ‘encoding’



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 [...]