I would like to make some changes to utf8 export newline handling. Right now, you will not get a newline escape in the file if it there is anything other than a space on the last column of that line..
With the editor always saving a newline escape code on the width(column), you could get the file as shown in the editor, to show the same way when you stream the file. type, cat. etc.
I'm guessing this will probably break compatibility with a few other ansiviewers, editors out there, so thats why i only planned to do it for the utf8 export. But this could also affect future import/editing of utf8 files.
I would like to make some changes to utf8 export newline handling. Right now, you will not get a newline escape in the file if it there is anything other than a space on the last column of that line..
With the editor always saving a newline escape code on the width(column), you could get the file as shown in the editor, to show the same way when you stream the file. type, cat. etc. I'm guessing this will probably break compatibility with a few other ansiviewers, editors out there, so thats why i only planned to do it for the utf8 export. But this could also affect future import/editing of utf8 files.
Any thoughts?