[Issue 9045] Feature request for std.asscii => function isNewline
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Nov 19 10:49:42 PST 2012
http://d.puremagic.com/issues/show_bug.cgi?id=9045
Dmitry Olshansky <dmitry.olsh at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dmitry.olsh at gmail.com
--- Comment #6 from Dmitry Olshansky <dmitry.olsh at gmail.com> 2012-11-19 10:49:39 PST ---
Somewhat related.
Unicode new line sequence is defined as:
\u{A} | \u{B} | \u{C} | \u{D} | \u{85} | \u{2028} | \u{2029} | \u{D A}
Note that sequence '\r\n' counts as one line end.
See the note here for example:
http://www.unicode.org/reports/tr18/#Line_Boundaries
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list