Change unicode dashes to the regular dash character for DisplayText
This commit is contained in:
parent
cf8813cb83
commit
a0c5a4d2aa
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user