B2018-051 Inserting a new enhanced (non-linked) step was inserting the same HLS type as current step instead of the selected HLS type from the insert menu.
B2018-052 – The old hard space character in the enhanced document template will now be inserted as a hard space instead of a question mark
This commit is contained in:
@@ -360,7 +360,10 @@ namespace VEPROMS.CSLA.Library
|
||||
}
|
||||
// some plants (Wolf Creek, Turkey Point) have two line titles in their templates with "[(0014])" representing the hard return in the title
|
||||
if (stmp != null)
|
||||
{
|
||||
stmp = stmp.Replace("[(0014])", "\\line "); // Hard Return
|
||||
stmp = stmp.Replace("\xFFFD", @"\u160?"); // Hard Space B2018-052 replace old(from 16-bit) hardspace character with the unicode hardspace character
|
||||
}
|
||||
TPlate tp = new TPlate(level, type, start, width, row, nocol, stmp);
|
||||
_Templates.Add(tp);
|
||||
cnt++;
|
||||
|
Reference in New Issue
Block a user