Hallo,
ich nutzte jetzt schon seit einigen Jahren den FCK Editor und bin damit super zufrieden. Ich habe die Einstellung so gewählt das der Editor, wenn man Umlaute öäü eintippt diese in Ü etc. umwandelt (im Quellcode). Diese werden dann auch so in die Datenbank geschrieben. Wenn ich in den Modus bearbeiten gehe, das bedeutet einen gespeicherten Eintrag wieder aufrufe, läd der FCK Editor den Text rein und man kann diesen bearbeiten.
Jetzt zu meinem Problem:
Ich möchte jetzt das der Editor die Umlaute nicht meht umwandel sondern die Umlaute so stehen lässt äöü und nicht Ü etc (im Quellcode), das bekomme ich über die config auch hin, das Problem ist jetzt aber wenn ich den gespeicherten Text wieder reinlade will, wird die Editormaske leer angezeigt.
Woran kann das liegen?
In English translate with Abacho (sorry...):
Hello,
now I already used for some years the editor FCK and am really contented with it(thus). I have chosen(elected) the setting(discontinuance) that this the editor if one umlauts öäü this types in Ü etc. converts (in the source code). Then these are also written this in the data bank(base). If I is a matter working on in the mode(way), this calls meant a stored entry again, läd the editor FCK the text purely and one can work on this.
Now to my problem:
Now I would like to separate this the editor the umlauts not meht umwandel the umlauts allows to stand so äöü and not Ü etc. (in the source code), this I also do(fix) about config, now, however, the problem is if I the stored text again pure case wants, the editor's mask is indicated(signalised) blank.
What can this lie with?
First, Abacho sucks cause I
First, Abacho sucks cause I didn't understand anything from the English it generated. Google translate was a bit more helpful but still hard to understand. Anyway, have you considered upgrading to CKEditor 3 or above? With 3 you can try adding this code to your config.js file?
Second, make sure your site uses UTF-8. Just guessing since I didn't quite get everything you said in English.
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
OK, I try it in English.
OK, I try it in English.
Upgrade up CKEditor 3 is in the moment not so good, i have a lot of Projekt with the old Editor and the Projekt run well, the cost is too high.
In the FCK Editor I have the same settings and the Site run in UTF-8.
FCKConfig.ProcessHTMLEntities = false ;
Example:
include("fckeditor/fckeditor.php");
$oFCKeditor = new FCKeditor ('FCKeditor1');
$oFCKeditor-> basePath = '/fckeditor/';
$oFCKeditor-> ToolbarSet = 'gaestebuch';
$oFCKeditor-> skin = 'kama';
$oFCKeditor-> Value = '';
Now when I enter the following value in the field
$oFCKeditor-> Value = 'Ärgerlich';
Then, the Editorfield is empty, but when i put "Aergerlich" in the field the Editorfield is filled.
I have explained so well
Thank you for the Answer