"Shawn Milo" schreef: > If I pipe the output of the file to "od -c" on the command line, the > other control characters (which are already correct in the file) seem > to come through as their octal value. However, most attempts to > convert the \n into a ^J seem to end up with Perl interpreting it to > \n or a null character
Maybe you are reading UTF-16 encoded text as if it was UTF-8 encoded text? -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/