Supporting logic to handle the use of the backslash character
Supporting logic to handle the use of the backslash character, and question marks Supporting logic to handle the use of the backslash character, dashes, and symbols Supporting logic to handle the use of the backslash character and dashes
This commit is contained in:
@@ -119,7 +119,7 @@ namespace Volian.Controls.Library
|
||||
//Spin through ROs looking for the selected text
|
||||
if (MyRTB.SelectedText != "")
|
||||
{
|
||||
string lookFor = MyRTB.SelectedText.Replace('\u2011', '-');
|
||||
string lookFor = MyRTB.SelectedText.Replace('\u2011', '-').Replace(@"\u9586?", @"\\");
|
||||
List<ROFSTLookup.roChild> children = null;
|
||||
if (_MyROFST != null) children = _MyROFST.GetROFSTLookup(Mydvi).GetRosByValue(lookFor);
|
||||
if (children != null)
|
||||
|
Reference in New Issue
Block a user