This commit is contained in:
parent
a5e638833e
commit
1f1b4c73af
@ -840,7 +840,7 @@ namespace Volian.Print.Library
|
|||||||
}
|
}
|
||||||
else
|
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)
|
if (m.Success)
|
||||||
{
|
{
|
||||||
indx += m.Length - 1;
|
indx += m.Length - 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user