Hi, I have a question concerning character encoding of file content. Let's say, we have two text files containing german umlauts and with different file encodings, one file has a 8859-1 encoding and the other UTF-8. Both file are committed to Subversion (on different machines).
On a checkout both text files shall have the local encoding (UTF-8, e.g.) Is it possible with Subversion? Regards, Hartmut