HI all,
Am Using ckeditor version 4.5.1 in my ASP.NET project now my requirement is that need to write or paste the Multi-lingual characters like this ü, Ç, s, g, ö
need to save this character in DB and retrieve from DB to Ckeditor
previously they are using escape function in jquery and receive the ckeditor data in C# Uri.UnescapeDataString
how can i achieve can anyone suggest