Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Normalized output should use consistent line ending #85

Open
LynnKirby opened this issue Oct 23, 2023 · 0 comments
Open

Normalized output should use consistent line ending #85

LynnKirby opened this issue Oct 23, 2023 · 0 comments

Comments

@LynnKirby
Copy link

Text files seem to be written without specifying the line ending; which on Windows means you get CRLF.

The XML writing code seems to end up at:

def write_to_file(self,dirn,filen) :
outfile = io.open(os.path.join(dirn,filen),'w', encoding="utf-8")
outfile.write(self.outxmlstr)

I'm not sure about how other files are written.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant