patch 2004/01/10a - WYSIWYG - bug lang
patch 2004/01/10a - WYSIWYG - bug lang
patch 2004/01/10a - when I edit content as WYSIWYG wrong display chars in ISO-8859-2:
Ÿród³o dokumentu --> Â?ródÅ‚o dokumentu
in main form too.
I change in index.php and phpwcms.php ISO-8859-1 to ISO-8859-2 and still is bug display.
Ÿród³o dokumentu --> Â?ródÅ‚o dokumentu
in main form too.
I change in index.php and phpwcms.php ISO-8859-1 to ISO-8859-2 and still is bug display.
- Oliver Georgi
- Site Admin
- Posts: 9920
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
This can happen in FCKeditor only I think. There is a charset setting. The standard is UTF-8 - but I had to change it to iso-8859-1. I think I have to rework this part of code and also the charset setting of phpwcms.
But I have no idea at the moment. Only set $phpwcms["htmlarea"] = 0 or in login.php line 53 set:
Oliver
But I have no idea at the moment. Only set $phpwcms["htmlarea"] = 0 or in login.php line 53 set:
Code: Select all
if($c->browser_is("ie5.5+")) $_SESSION["wysiwyg_editor"] = 1;
- Oliver Georgi
- Site Admin
- Posts: 9920
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
sorry for the incomplete information. It happens in FCKeditor only.
In htmlarea the full screen popup does not work for me but this is
a known bug (i think).
By the way i will translate the backend in french within next week
(i hope i will have enough time to do it).
greetings
waggis
ps: you never sleep or watch tv oliver ?
In htmlarea the full screen popup does not work for me but this is
a known bug (i think).
By the way i will translate the backend in french within next week
(i hope i will have enough time to do it).
greetings
waggis
ps: you never sleep or watch tv oliver ?
- Oliver Georgi
- Site Admin
- Posts: 9920
- Joined: Fri 3. Oct 2003, 22:22
- Contact:
- Oliver Georgi
- Site Admin
- Posts: 9920
- Joined: Fri 3. Oct 2003, 22:22
- Contact: