WYSIWYG editor and utf-8
Posted: Fri 7. May 2004, 09:14
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.
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.
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
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.