File Encoding
Intoduction
Character encodings: character set (unicode) vs encoding scheme (utf8)
It is an interesting presentation on the subject: http://nlp.cs.nyu.edu/nycnlp/nycnlp-crash-course-on-character-encodings.pdf .
Force Subversion to use a given end of line
There is a property that forces subversion to use a given end of line whatever the OS is. The property is 'svn:eol-style' and its possible values are: native, CRLF, LF or CR.
http://svnbook.red-bean.com/en/1.1/ch07s02.html#svn-ch-7-sect-2.3.5





