Skip to content

Fixes #13030 - line endings \r\n has been counted as two chars. During input...

Carsten Rose requested to merge B13030MaxLengthCuts into develop

Fixes #13030 - line endings \r\n has been counted as two chars. During input they are counted as 1 and therefore on data load the string has been cutted.

Merge request reports