Potential Bug in the translation cleaning tool

Started by ekrempel, September 23, 2018, 09:11:05 AM

Previous topic - Next topic

ekrempel

I just used the translation cleaning tool on the German translation. After using it all line feeds in lines numbers  >1 are "CRLF". For some unknown reason line number 1 gets formated to "LF" only.

See example of file backstories.xml
Before:
<?xml version="1.0" encoding="UTF-8"?>CRLF
<BackstoryTranslations>CRLF
  CRLF
  <AbandonedChild47>CRLF
...


After:
<?xml version="1.0" encoding="UTF-8"?>LF
<BackstoryTranslations>CRLF
  CRLF
  <AbandonedChild47>CRLF
...


Is this intentional or a bug?

Best Erik