siva nathan

siva nathan

  • 944
  • 828
  • 231.3k

CKeditor 4.5.1 Multi-lingual characters support save and retrieve DB

Sep 15 2021 7:22 AM

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