C2022-003-Change-Textboxes-to-RTF-3

This commit is contained in:
2025-12-24 14:20:31 -05:00
parent d4ecf28147
commit 72c2bd90e4
10 changed files with 8 additions and 329 deletions

View File

@@ -2186,7 +2186,7 @@ namespace RODBInterface
parent.SetAttribute("ChildLoaded", "True");
}
string xmlstr = GenerateXmlString(ro, false);
string tmp2 = Regex.Replace(xmlstr, @"\\u([0-9]{1,4})\?", m => Convert.ToChar(int.Parse(m.Groups[1].Value)).ToString()); // RO Editor add symbols C2022 - 003
string wraccid = null;
if (ro.HasAttribute("AccPageID"))
{