Hi!
We noticed that the character Right Double Quotation Mark (u+201d) is behaving differently in IOS 14 than in earlier IOS versions when using lineBreakMode = .byWordWrapping.
When wrapping the phrase "”text in a quote”" the "”" and "text" is separated in IOS 14, which might leave the starting quotation mark at the end of a line, which is not the case in IOS 13.
The character Quotation Mark (u+22) behaves as expected and consistent in both IOS 14 and IOS 13.
Is there a way to include characters to word boundaries, or a setting we might have missed?
Actual:
This is a text with a quote: ”
text in a quote” Expected 1:
This is a text with a quote:
”text in a quote” Expected 2:
This is a text with a quote: ”text
in a quote”