diff --git a/PROMS/VEPROMS.CSLA.Library/Extension/DocumentExt.cs b/PROMS/VEPROMS.CSLA.Library/Extension/DocumentExt.cs index 752efc4f..4175c90e 100644 --- a/PROMS/VEPROMS.CSLA.Library/Extension/DocumentExt.cs +++ b/PROMS/VEPROMS.CSLA.Library/Extension/DocumentExt.cs @@ -740,6 +740,7 @@ namespace VEPROMS.CSLA.Library { string xyplot = selxy.Text; xyplot = xyplot.Replace("`", "\xB0"); + xyplot = xyplot.Replace("\xF8", "\xB0"); // The 16bit code must have kept the carriage returns in the word doc, if there // are carriage returns in the plot language. Count number of carriage return/newlines // so that they can be added back. @@ -863,6 +864,7 @@ namespace VEPROMS.CSLA.Library try { val = val.Replace("`", "\xB0"); + val = val.Replace("\xF8", "\xB0"); // An X/Y Plot RO type might have text preceding the Plot Commands int pstart = val.IndexOf("<