Search code examples
c#special-charactersword-wrap

Word Wrapping characters


I thought only whitespaces cause strings push to next line but now I was trying something with RichTextBox in WinForm app and I realized that long line was wrapped on some other characters too (,),!,? etc.

So question is: Is there some list of all standard used word wrapping characters?

I didn't found any yet.


Solution

  • Yes, the Unicode® Standard Annex #14—Unicode Line Breaking Algorithm or UAX #14 as it's known to its friends.