Added the Arrow Character for Turkey Point Continuous Action Steps
This commit is contained in:
parent
d97582303f
commit
f77069b445
@ -297,6 +297,7 @@ namespace fmtxml
|
||||
str = str.Replace(">", ">");
|
||||
str = str.Replace("\x0B", "");
|
||||
str = str.Replace(" ", "{sp}");
|
||||
str = str.Replace("\xAE",@"\u8594?"); // Turkey Point uses a Right Arrow from VESYMB
|
||||
return str;
|
||||
}
|
||||
private static string[] FontChoice =
|
||||
|
Loading…
x
Reference in New Issue
Block a user