Change unicode dashes to the regular dash character for DisplayText
This commit is contained in:
@@ -911,6 +911,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
retval = StripRtfFormatting(retval);
|
retval = StripRtfFormatting(retval);
|
||||||
retval = StripLinks(retval);
|
retval = StripLinks(retval);
|
||||||
retval = ReplaceSpecialCharacters(retval);
|
retval = ReplaceSpecialCharacters(retval);
|
||||||
|
retval = retval.Replace("\u2011","-");
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
private static string StripRtfFormatting(string rtf)
|
private static string StripRtfFormatting(string rtf)
|
||||||
|
Reference in New Issue
Block a user