This commit is contained in:
Kathy Ruffing 2010-09-28 17:05:10 +00:00
parent 2ac1894439
commit ddf97d9d7e

View File

@ -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: