[Issue 14347] functions in std.string need upgrading to support std.uni.nelSep line endings

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Mar 30 12:03:52 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=14347

Vladimir Panteleev <thecybershadow at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |thecybershadow at gmail.com

--- Comment #1 from Vladimir Panteleev <thecybershadow at gmail.com> ---
Does anyone actually use these Unicode line endings, ever?

I question the value of supporting them over the performance costs (compared to
just looking for \x0D\x0A or \x0A).

--


More information about the Digitalmars-d-bugs mailing list