Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Jeremy-Price opened this issue Aug 15, 2022 · 1 comment
Open

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

Jeremy-Price opened this issue Aug 15, 2022 · 1 comment

Comments

@Jeremy-Price
Copy link

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
@ivan-h-ivanov
Copy link

Check #53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants