Development #732

Merged
djankowski merged 94 commits from Development into master 2026-03-11 11:09:47 -04:00
Showing only changes of commit 95737d05e1 - Show all commits

View File

@@ -379,8 +379,8 @@ namespace Volian.Controls.Library
if (chld.value != null)
{
chld.value = Regex.Replace(chld.value, @"\\u([0-9]{1,4})\?", m => Convert.ToChar(int.Parse(m.Groups[1].Value)).ToString());
RoUsageInfo SavROLink = null;
chld.value = Regex.Replace(chld.value, @"\\u([0-9]{1,4})\?", m => int.TryParse(m?.Groups[1]?.Value, out int result) ? Convert.ToChar(result).ToString() : "");
RoUsageInfo SavROLink = null;
if (_savCurROLink != null) SavROLink = _savCurROLink;
// Set the Display Text to the AccPageID