From f77069b44525eb7c477583fbb98fbd13614839fe Mon Sep 17 00:00:00 2001 From: John Date: Thu, 22 Sep 2011 19:51:16 +0000 Subject: [PATCH] Added the Arrow Character for Turkey Point Continuous Action Steps --- PROMS/fmtxml/RtfToSvg.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PROMS/fmtxml/RtfToSvg.cs b/PROMS/fmtxml/RtfToSvg.cs index 410028d7..3022fad2 100644 --- a/PROMS/fmtxml/RtfToSvg.cs +++ b/PROMS/fmtxml/RtfToSvg.cs @@ -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 =