<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
  <title>aC forum: Problem with special characters iso-8859-1/utf-8 (with solution)</title>
  <link>http://www.activecollab.com/forums/topic/666/</link>
  <description>Recent posts on topic: Problem with special characters iso-8859-1/utf-8 (with solution)</description>
  <dc:language>en-us</dc:language>
  <pubDate>Fri, 08 Aug 2008 18:53:03 UTC</pubDate>
  
  <item>
    <link>http://www.activecollab.com/forums/post/10259/#post10259</link>
    <guid>http://www.activecollab.com/forums/post/10259/#post10259</guid>
    <title>Post #15 by salkhatib</title>
    <dc:creator>salkhatib</dc:creator>
    <description><![CDATA[<p>Hi All,<br />
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<br />
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?<br />
Hope I will get to an answer soon,<br />
Thanks in advance</p>]]></description>
    <pubDate>Sun, 21 Oct 2007 22:23:55 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/8338/#post8338</link>
    <guid>http://www.activecollab.com/forums/post/8338/#post8338</guid>
    <title>Post #14 by timetrax</title>
    <dc:creator>timetrax</dc:creator>
    <description><![CDATA[<p>i had problems with german &quot;umlaute&quot; too. For me it worked to edit<br />
<br />
header('Content-type: text/html; charset=utf-8');<br />
<br />
into the first line of the  index.php</p>]]></description>
    <pubDate>Wed, 01 Aug 2007 11:58:05 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/7865/#post7865</link>
    <guid>http://www.activecollab.com/forums/post/7865/#post7865</guid>
    <title>Post #13 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>By Windows IME you mean? Microsoft Internet Explorer?</p>]]></description>
    <pubDate>Mon, 04 Jun 2007 12:43:37 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/7864/#post7864</link>
    <guid>http://www.activecollab.com/forums/post/7864/#post7864</guid>
    <title>Post #12 by MikieSimon</title>
    <dc:creator>MikieSimon</dc:creator>
    <description><![CDATA[<p>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.)<br />
</p>]]></description>
    <pubDate>Mon, 04 Jun 2007 12:18:47 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/5584/#post5584</link>
    <guid>http://www.activecollab.com/forums/post/5584/#post5584</guid>
    <title>Post #11 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>How interesting. Thanks!<br />
<br />
<a href="http://code.activecollab.com/trac/ticket/252" target="_blank" rel="nofollow">#252</a>.</p>]]></description>
    <pubDate>Sun, 24 Dec 2006 16:51:32 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/5583/#post5583</link>
    <guid>http://www.activecollab.com/forums/post/5583/#post5583</guid>
    <title>Post #10 by munpon</title>
    <dc:creator>munpon</dc:creator>
    <description><![CDATA[<p>This may be an easy solution as well. <br />
Just change the place of &lt;title&gt; tag after &lt;meta&gt; tags on these files below, which output html.<br />
<br />
-------------<br />
/activecollab/application/layouts/account.php <br />
/activecollab/application/layouts/administration.php <br />
/activecollab/application/layouts/dashboard.php <br />
/activecollab/application/layouts/dialog.php <br />
/activecollab/application/layouts/error.php <br />
/activecollab/application/layouts/project_website.php<br />
<br />
<div class="postQuote"><blockquote>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.1//EN&quot; &quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&quot;&gt;<br />
&lt;html&gt;<br />
  &lt;head&gt;<br />
&lt;?php echo stylesheet_tag('project_website.css') ?&gt; <br />
&lt;?php echo meta_tag('content-type', 'text/html; charset=utf-8', true) ?&gt; <br />
&lt;?php echo add_javascript_to_page('yui/yahoo/yahoo-min.js') ?&gt;<br />
&lt;?php echo add_javascript_to_page('yui/dom/dom-min.js') ?&gt;<br />
&lt;?php echo add_javascript_to_page('yui/event/event-min.js') ?&gt;<br />
&lt;?php echo add_javascript_to_page('yui/animation/animation-min.js') ?&gt;<br />
&lt;?php echo add_javascript_to_page('app.js') ?&gt;<br />
&lt;?php echo use_widget('UserBoxMenu') ?&gt;<br />
&lt;?php echo render_page_head() ?&gt;<br />
&lt;title&gt;&lt;?php echo get_page_title() ?&gt; @ &lt;?php echo clean(owner_company()-&gt;getName()) ?&gt;&lt;/title&gt;<br />
  &lt;/head&gt;<br />
</blockquote></div><br />
 <br />
Some browsers, especially Internet Explorer, cannot render character set correctly until they read &quot;charset&quot; in meta tag. When special characters or multibyte characters are in &lt;title&gt; tag before &quot;charset&quot; in &lt;meta&gt; tag, this causes problems sometimes like showing blank page and etc. So just change the place of &lt;title&gt; tag after &lt;meta&gt; tags. <br />
<br />
This solution may sound ridiculous but works.<br />
</p>]]></description>
    <pubDate>Sun, 24 Dec 2006 14:31:13 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/4374/#post4374</link>
    <guid>http://www.activecollab.com/forums/post/4374/#post4374</guid>
    <title>Post #9 by dobersch</title>
    <dc:creator>dobersch</dc:creator>
    <description><![CDATA[<p>@hgpuke:<br />
hehe, of course you are right, as AddDefaultCharset may also appear in .htaccess context<br />
<br />
http://httpd.apache.org/docs/2.0/mod/core.html#adddefaultcharset<br />
<br />
(as long as the virtualhost is defined to allow .htaccess for the directory through AllowOverride command)</p>]]></description>
    <pubDate>Thu, 02 Nov 2006 15:28:32 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/4293/#post4293</link>
    <guid>http://www.activecollab.com/forums/post/4293/#post4293</guid>
    <title>Post #8 by Ilija Studen</title>
    <dc:creator>Ilija Studen</dc:creator>
    <description><![CDATA[<p>Good one. Simple solution to the rescue! :)</p>]]></description>
    <pubDate>Tue, 31 Oct 2006 17:03:51 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/4292/#post4292</link>
    <guid>http://www.activecollab.com/forums/post/4292/#post4292</guid>
    <title>Post #7 by hgpuke</title>
    <dc:creator>hgpuke</dc:creator>
    <description><![CDATA[<p>Can't you just add the line &quot;AddDefaultCharset utf-8&quot; to .htaccess in the home-directory of ActiveCollab?</p>]]></description>
    <pubDate>Tue, 31 Oct 2006 16:31:45 UTC</pubDate>
  </item>
  <item>
    <link>http://www.activecollab.com/forums/post/4116/#post4116</link>
    <guid>http://www.activecollab.com/forums/post/4116/#post4116</guid>
    <title>Post #6 by Rolando</title>
    <dc:creator>Rolando</dc:creator>
    <description><![CDATA[<p>Hi Gabriel,<br />
<br />
I will try this and let you know if it worked.<br />
<br />
Thanks<br />
Roland</p>]]></description>
    <pubDate>Mon, 23 Oct 2006 08:36:21 UTC</pubDate>
  </item>
</channel>
</rss>