Convert '^' to delta correctly.
This commit is contained in:
@@ -244,7 +244,7 @@ namespace VEPROMS.CSLA.Library
|
||||
s2 = s2.Replace("\xFF", @"\u8593?"); // Up Arrow
|
||||
s2 = s2.Replace("\xD6", @"\u8595?"); // Down Arrow
|
||||
|
||||
if (DoCaret) s2 = s2.Replace("^", @"\u916");
|
||||
if (DoCaret) s2 = s2.Replace("^", @"\u916?");
|
||||
// Convert dash to a non-breaking dash. This is a unicode character.
|
||||
// This character will be used in veproms rather than a dash.
|
||||
//if the dash is preceeded byte a token remove the space following the token
|
||||
|
Reference in New Issue
Block a user