I had this little problem with C# and I discovered that if you have this problem (in my case in C#, Unity and ex2D Sprite Fonts) you can Unescape your string using: System.Text.RegularExpressions.Regex.Unescape and bang! Problem solved.
I had this little problem with C# and I discovered that if you have this problem (in my case in C#, Unity and ex2D Sprite Fonts) you can Unescape your string using: System.Text.RegularExpressions.Regex.Unescape and bang! Problem solved.