Closed sandra-bre closed 4 years ago
The language manager can't parse unicode strings (eg. Test \u00B5)
Test \u00B5
I think before adding the value, you have to parse it with Regex.Unescape(String): https://docs.microsoft.com/en-us/dotnet/api/system.text.regularexpressions.regex.unescape?view=netcore-3.1
Regex.Unescape(String)
The language manager can't parse unicode strings (eg.
Test \u00B5
)I think before adding the value, you have to parse it with
Regex.Unescape(String)
: https://docs.microsoft.com/en-us/dotnet/api/system.text.regularexpressions.regex.unescape?view=netcore-3.1