Function CodeRush.File.ReadTextFile probably uses
ASCII encoding. This causes ignoring all characters
above 127 (national characters) and damaged file (all
comments, messages are damaged). Workaround is using
StreamReader and StreamWriter with
System.Text.Encoding.Default