toptensoftware/RichTextKit

\r\n is not normalized to \n by TextBlock

Opened this issue · 1 comments

https://www.toptensoftware.com/richtextkit/basics claims that \r\n is normalized to \n, but doing something like

TextBlock tb = new TextBlock();
tb.AddText("X \n Y \r\n Z", style);

renders as

X
Y□
Z