If I use this: ```C# public enum UserType { [Display(Name = "مرد", Description = "men\"")] Men, ``` The generated code will not compile. Consider use [SymbolDisplay.FormatLiteral](https://learn.microsoft.com/en-us/dotnet/api/microsoft.codeanalysis.csharp.symboldisplay.formatliteral) to properly escape strings.