<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: 0000016: Feature: Unicode support - Mantis</title>
	<atom:link href="http://poorbuthappy.com/ease/archives/2005/11/11/2912/0000016-feature-unicode-support-mantis/feed" rel="self" type="application/rss+xml" />
	<link>http://poorbuthappy.com/ease/archives/2005/11/11/2912/0000016-feature-unicode-support-mantis</link>
	<description>Peter Van Dijck's weblog</description>
	<pubDate>Sun, 07 Sep 2008 05:18:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Brad Webb</title>
		<link>http://poorbuthappy.com/ease/archives/2005/11/11/2912/0000016-feature-unicode-support-mantis#comment-46891</link>
		<dc:creator>Brad Webb</dc:creator>
		<pubDate>Tue, 15 Nov 2005 02:48:02 +0000</pubDate>
		<guid isPermaLink="false">http://poorbuthappy.com/ease/archives/2005/11/11/2912/0000016-feature-unicode-support-mantis#comment-46891</guid>
		<description>erg, ignore last, it's Content-Type: text/html;charset=UTF-8. PHP will parse the header and output as utf8.. again, not sure why no configuration setting for this.</description>
		<content:encoded><![CDATA[<p>erg, ignore last, it&#8217;s Content-Type: text/html;charset=UTF-8. PHP will parse the header and output as utf8.. again, not sure why no configuration setting for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad Webb</title>
		<link>http://poorbuthappy.com/ease/archives/2005/11/11/2912/0000016-feature-unicode-support-mantis#comment-46890</link>
		<dc:creator>Brad Webb</dc:creator>
		<pubDate>Tue, 15 Nov 2005 02:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://poorbuthappy.com/ease/archives/2005/11/11/2912/0000016-feature-unicode-support-mantis#comment-46890</guid>
		<description>Set the Header("Content-Encoding: utf8") will instruct the parser to enforce utf8. Wonky, I know, but the best way to do this.</description>
		<content:encoded><![CDATA[<p>Set the Header(&#8221;Content-Encoding: utf8&#8243;) will instruct the parser to enforce utf8. Wonky, I know, but the best way to do this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Prodoehl</title>
		<link>http://poorbuthappy.com/ease/archives/2005/11/11/2912/0000016-feature-unicode-support-mantis#comment-46792</link>
		<dc:creator>Pete Prodoehl</dc:creator>
		<pubDate>Fri, 11 Nov 2005 16:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://poorbuthappy.com/ease/archives/2005/11/11/2912/0000016-feature-unicode-support-mantis#comment-46792</guid>
		<description>Right now in the URL you mention I get: Content-Type: text/html when I should get Content-Type: text/html; charset=utf-8

You also need to check the http-equiv="Content-Type" which is currently not set to utf-8

Make sure Apache is set to send everything as utf-8. you might want to add the following to .htaccess: AddCharset UTF-8 .php or this to your httpd.conf file: AddDefaultCharset UTF-8

I also have a bunch of links I reference here: http://del.icio.us/raster/unicode</description>
		<content:encoded><![CDATA[<p>Right now in the URL you mention I get: Content-Type: text/html when I should get Content-Type: text/html; charset=utf-8</p>
<p>You also need to check the http-equiv=&#8221;Content-Type&#8221; which is currently not set to utf-8</p>
<p>Make sure Apache is set to send everything as utf-8. you might want to add the following to .htaccess: AddCharset UTF-8 .php or this to your httpd.conf file: AddDefaultCharset UTF-8</p>
<p>I also have a bunch of links I reference here: <a href="http://del.icio.us/raster/unicode" rel="nofollow">http://del.icio.us/raster/unicode</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
