logic for ReplaceWords that have hardspaces
This commit is contained in:
@@ -1069,6 +1069,9 @@ namespace Volian.Controls.Library
|
||||
|
||||
}
|
||||
}
|
||||
//Console.WriteLine("--- Before '{0}'", Text);
|
||||
Text = Text.Replace(@"\xA0", @"\u160?"); //replace hard space
|
||||
//Console.WriteLine("--- After '{0}'", Text);
|
||||
return Text;
|
||||
}
|
||||
#endregion
|
||||
|
Reference in New Issue
Block a user