Never. But I've seen PLENTY of situations where encoding was the cause of major issues.
Fuck man, even the way new lines are created in a text file is dependent on encoding. On windows, you need a Carriage Return AND a Line Feed. In AIX, you need just the line feed. Pass a CRLF windows encoded file to linux expecting LF, and you get fail.
(post is archived)