I am trying to display hindi contents in ckeditor on jsp page by following code-
<textarea name="editor1" id="editor1" ><%=fetchedContents%></textarea>
where "fetchedContents" is a String variable. In it i am fetching hindi contents from a file(Velocity Template). But contents are not displaying in original format.
I have attached screen shot of output screen. Please check it. and give me solution.
Thanks.
Problem has resolved.
Sorry, but it was the problelm of my jsp page encoding. not of the ckeditor.
Thanks.