Skip to content

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

Benjamin Baer requested to merge b13139-sticky into master

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