Problem with special characters iso-8859-1/utf-8 (with solution)
Page: 1, 2
MikieSimon
on Jun 4. 2007. 7:18 am
I'm running this in Japan, have changed various charset lines to shift-jis. My users can paste Japanese language into messages but can't write in Japanese using Windows IME. Any idea why not? (I doubt this is a activeCollab problem.)
Ilija Studen
on Jun 4. 2007. 7:43 am
By Windows IME you mean? Microsoft Internet Explorer?
activeCollab team member
i had problems with german "umlaute" too. For me it worked to edit
header('Content-type: text/html; charset=utf-8');
into the first line of the index.php
header('Content-type: text/html; charset=utf-8');
into the first line of the index.php
Hi All,
I am facing the same problem however what I need is to edit the httpd.conf file(virtual host) using Arabic words. However, when i did that
that caused the apache to block. Does anyone have an idea how can I use arabic words in the file without getting into such trouble?
Hope I will get to an answer soon,
Thanks in advance
I am facing the same problem however what I need is to edit the httpd.conf file(virtual host) using Arabic words. However, when i did that
that caused the apache to block. Does anyone have an idea how can I use arabic words in the file without getting into such trouble?
Hope I will get to an answer soon,
Thanks in advance



