<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tech Notes &#187; utf-8</title>
	<atom:link href="http://www.ryannitz.org/tech-notes/tag/utf-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ryannitz.org/tech-notes</link>
	<description>Miscellaneous technology examples and notes</description>
	<lastBuildDate>Sun, 03 Apr 2011 16:48:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<image>
  <link>http://www.ryannitz.org/tech-notes</link>
  <url>http://ryan-nitz/favicon.ico</url>
  <title>Tech Notes</title>
</image>
		<item>
		<title>PHP and UTF-8</title>
		<link>http://www.ryannitz.org/tech-notes/2008/05/03/php-and-utf-8/</link>
		<comments>http://www.ryannitz.org/tech-notes/2008/05/03/php-and-utf-8/#comments</comments>
		<pubDate>Sat, 03 May 2008 21:04:42 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Config]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://leisuremech.com/?p=9</guid>
		<description><![CDATA[Configuration settings for UTF-8 support in PHP. http://www.nicknettleton.com/zine/php/php-utf-8-cheatsheet mbstring.language = Neutral ; Set default language to Neutral(UTF-8) (default) mbstring.internal_encoding = UTF-8 ; Set default internal encoding to UTF-8 mbstring.encoding_translation = On ; HTTP input encoding translation is enabled mbstring.http_input = auto ; Set HTTP input character set dectection to auto mbstring.http_output = UTF-8 ; Set [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ryannitz.org/tech-notes/wp-content/uploads/2008/05/php.gif"><img class="alignnone size-full wp-image-10" title="php" src="http://www.ryannitz.org/tech-notes/wp-content/uploads/2008/05/php.gif" alt="" width="120" height="67" /></a></p>
<p>Configuration settings for <a href="http://en.wikipedia.org/wiki/UTF-8" target="_blank">UTF-8</a> support in <a href="http://www.php.net/" target="_blank">PHP</a><a href="http://en.wikipedia.org/wiki/UTF-8" target="_blank"></a>.<a href="http://www.nicknettleton.com/zine/php/php-utf-8-cheatsheet" target="_blank"><br />
</a></p>
<p><a href="http://www.nicknettleton.com/zine/php/php-utf-8-cheatsheet" target="_blank">http://www.nicknettleton.com/zine/php/php-utf-8-cheatsheet<br />
</a></p>
<pre>mbstring.language		= Neutral	; Set default language to Neutral(UTF-8) (default)
mbstring.internal_encoding	= UTF-8		; Set default internal encoding to UTF-8
mbstring.encoding_translation	= On		;  HTTP input encoding translation is enabled
mbstring.http_input		= auto		; Set HTTP input character set dectection to auto
mbstring.http_output		= UTF-8		; Set HTTP output encoding to UTF-8
mbstring.detect_order		= auto		; Set default character encoding detection order to auto
mbstring.substitute_character	= none		; Do not print invalid characters
default_charset			= UTF-8		; Default character set for auto content type header</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.ryannitz.org/tech-notes/2008/05/03/php-and-utf-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

