This commit is contained in:
Kathy Ruffing 2012-01-27 12:48:56 +00:00
parent a5e638833e
commit 1f1b4c73af

View File

@ -840,7 +840,7 @@ namespace Volian.Print.Library
}
else
{
m = Regex.Match(text.Substring(indx), @"^\\u[a-fA-F0-9][a-fA-F0-9][a-fA-F0-9][a-fA-F0-9]?");
m = Regex.Match(text.Substring(indx), @"^\\[uU][a-fA-F0-9][a-fA-F0-9][a-fA-F0-9][a-fA-F0-9]?");
if (m.Success)
{
indx += m.Length - 1;