I'm pretty sure this problem is caused by xml.writeCharacters(lineSeparator); in omegat/src/org/omegat/util/TMXWriter2.java. Since lineSeparator = System.lineSeparator() and it will get \r\n on Windows. I found a similar question on stackoverflow: https://stackoverflow.com/questions/29675481/xmlstreamwriter-java-8-writecharacters-xd . Hope this helps.
I'm pretty sure this problem is caused by xml.writeCharacters(lineSeparator); in omegat/src/org/omegat/util/TMXWriter2.java. I found a similar question on stackoverflow: https://stackoverflow.com/questions/29675481/xmlstreamwriter-java-8-writecharacters-xd . Hope this helps.
Nice! Thank you very much!
OmegaT does not handle line breaks correctly on Windows
The size of OmegaT.exe file of this version is 4404KB. I replaced it with the OmegaT.exe from OmegaT 5.8 (29KB) and everything worked fine.
The size of OmegaT.exe file of this version is 4404KB. I replaced it with the OmegaT.exe from 5.8 (29KB) and everything worked fine.
OmegaT 6.1 with JRE does not work out of the box on Windows