WYSIWYG editor and utf-8

Use GitHub to post bug reports and error descriptions for phpwcms. Describe your problem detailed!
Locked
jo
Posts: 10
Joined: Tue 4. May 2004, 20:22
Location: Poland, Kraków
Contact:

WYSIWYG editor and utf-8

Post by jo »

Apache configuration:
I did change in /etc/httpd/conf/httpd.conf
default encoding form iso-8859-1 to utf-8 just to make my life easier.

Code: Select all

# AddDefaultCharset ISO-8859-1
AddDefaultCharset utf-8
and phpwcms wysiwyg editor have stopped responding. (under a winxp-h, ie6)

It might not be a bug but looks like it is not utf-8 ready.
Conclusion:
Any of you who have problem with editor check yours encoding first.
jo
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Re: WYSIWYG editor and utf-8

Post by DeXXus »

jo wrote:and phpwcms wysiwyg editor have stopped responding. (under a winxp-h, ie6)

It might not be a bug but looks like it is not utf-8 ready.
Which editor?
-1. HTMLarea
-2. FCKeditor
-3. browser-based
-4. SPAW

Is your config.inc.php set as follows?

Code: Select all

// other stuff
$phpwcms["charset"]           = "utf-8";       //default charset "iso-8859-1"
jo
Posts: 10
Joined: Tue 4. May 2004, 20:22
Location: Poland, Kraków
Contact:

Re: WYSIWYG editor and utf-8

Post by jo »

DeXXus wrote:Which editor?
-1. HTMLarea
-2. FCKeditor
-3. browser-based
-4. SPAW
browser-based
the one you edit your article with
jo
Locked