×
Close
Main navigation
Product navigation
Main content
CKEditor 4
Menu
Overview
Demo
Accessibility Checker
Add-ons
Documentation
Download
Pricing
Home
WYSIWYG Editors
CKEditor 4
CKEditor 5
Image upload
CKFinder
Easy Image
Collaboration
Comments
New
Track changes
New
Collaborative editing
Pricing
Case studies
New
Documentation
Help center
Blog
Contact us
The forum operates in
read-only
mode. Please head to
StackOverflow
for support.
Forums
CKEditor
CKEditor
Last post
Fri, 01/14/2011 - 09:02
#1
stefanstp
Joined:
26/02/2008
Posts:
23
utf-8 in ckeditor?
My website is formatted in utf-8. How can I change content on the ckeditor in utf-8 without them to be rewritten.
Please help
Thanked
Fri, 01/14/2011 - 09:22
#2
thezen5
Joined:
11/01/2011
Posts:
8
Re: utf-8 in ckeditor?
I thought CKeditor is UTF8 by default.
I have no problem using CKEditor with UTF8 page.
Did you try to assign encoding when load it?
<script type="text/javascript" src="cke/ckeditor.js" charset="utf-8"></script>
Sat, 01/15/2011 - 11:16
#3
stefanstp
Joined:
26/02/2008
Posts:
23
Re: utf-8 in ckeditor?
I have try our solution but when i insert the word
über
in source ckeditor change this in
über
please help
Sat, 01/15/2011 - 17:49
#4
stefanstp
Joined:
26/02/2008
Posts:
23
Re: utf-8 in ckeditor?
ok its works with:
config.entities_latin = false;
Mon, 06/17/2013 - 18:44
(Reply to #4)
#5
mettjus
Joined:
17/06/2013
Posts:
1
Thanx, man!
Thanx, man!
Twitter
Facebook
Facebook
Instagram
Medium
Linkedin
GitHub
Arrow down
Phone
Menu
Close icon
Check
Re: utf-8 in ckeditor?
I have no problem using CKEditor with UTF8 page.
Did you try to assign encoding when load it?
<script type="text/javascript" src="cke/ckeditor.js" charset="utf-8"></script>
Re: utf-8 in ckeditor?
über
in source ckeditor change this in
über
please help
Re: utf-8 in ckeditor?
config.entities_latin = false;
Thanx, man!
Thanx, man!