What is Interop (msdos) Mode?
Operating systems use different character sequences to terminate lines in text files
- UNIX style applications uses just <LF>
- MS-DOS style applications use <CR><LF>
Default “UNIX” text mode = “as presented”
- Will store <CR><LF> if all MS-DOS style applications
“MS-DOS” text mode = “Interop mode”
- Stores in VOB as <LF>
- Presents to MS-DOS text mode views as <CR><LF>