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

Fix exception with '\r\n' line separator #14

Merged
merged 1 commit into from
Apr 2, 2020
Merged

Conversation

RezMike
Copy link
Member

@RezMike RezMike commented Apr 2, 2020

There is an exception Wrong line separators: '...\"csv\">\n\t\t\t\r\n0,0,0,0,...' at offset... when calling appendln() on Windows. The reason is symbol \r which is considered an invalid line separator for files in Intellij IDEA plugins, and appendln() adds \r\n line separator on Windows by default.

@soywiz soywiz merged commit 28c7f1d into korlibs:master Apr 2, 2020
@soywiz
Copy link
Member

soywiz commented Apr 2, 2020

Thanks!

@RezMike RezMike deleted the fix_llne branch April 2, 2020 22:42
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

Successfully merging this pull request may close these issues.

None yet

2 participants