Added the Arrow Character for Turkey Point Continuous Action Steps

This commit is contained in:
John Jenko 2011-09-22 19:51:16 +00:00
parent d97582303f
commit f77069b445

View File

@ -297,6 +297,7 @@ namespace fmtxml
str = str.Replace(">", ">"); str = str.Replace(">", ">");
str = str.Replace("\x0B", ""); str = str.Replace("\x0B", "");
str = str.Replace(" ", "{sp}"); str = str.Replace(" ", "{sp}");
str = str.Replace("\xAE",@"\u8594?"); // Turkey Point uses a Right Arrow from VESYMB
return str; return str;
} }
private static string[] FontChoice = private static string[] FontChoice =