Line Endings

Natural line endings in Mac OS X are UNIX ones (LF) but this might lead to problems when sharing text files with other platforms, including the built in Classic environment and old world applications. Current implementation seems to be strong and should not cause problems, finger crossed.

The first line ending iTeXMac encounters in a file determines the whole option chosen. Converting from one option to another is made at save time.

The menu item Format:Line Endings allows to switch between mac os (CR), windows(CR+LF) or unix(LF) line endings

Next, there might be an automatic option associating string encodings and line endings.