This commit is contained in:
parent
2ac1894439
commit
ddf97d9d7e
@ -646,6 +646,7 @@ namespace Volian.Controls.Library
|
||||
// i.e. no longer a hardspace, and actually is converted to a regular space.
|
||||
// SO, on the way out, convert any \~ to \u160?
|
||||
string noExtraRtfStr = text.Replace(@"\~", @"\u160?");
|
||||
noExtraRtfStr = noExtraRtfStr.Replace(@"\'a0", @"\u160?");
|
||||
|
||||
// Check for two links in a row & if found, add separating rtf comment
|
||||
// commands (these get removed in the richtextbox:
|
||||
|
Loading…
x
Reference in New Issue
Block a user