<?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>Starttipp Blog &#187; utf-8</title>
	<atom:link href="http://starttipp.de/tag/utf-8/feed/" rel="self" type="application/rss+xml" />
	<link>http://starttipp.de</link>
	<description>Blog von Webmastern für Webmaster</description>
	<lastBuildDate>Mon, 07 Jun 2010 01:34:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress UTF-8 Fehler im Dashboard</title>
		<link>http://starttipp.de/wordpress/wordpress-utf-8-fehler-im-dashboard/</link>
		<comments>http://starttipp.de/wordpress/wordpress-utf-8-fehler-im-dashboard/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 07:38:52 +0000</pubDate>
		<dc:creator>Redaktion</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://starttipp.de/?p=291</guid>
		<description><![CDATA[Nach einem Update auf die aktuelle Wordpressversion 2.9.2 ist mir ein Fehler im Dashboard aufgefallen:


Wordpress Deutschland Blog: RSS-Fehler: The data could not be converted to UTF-8

Die L&#246;sung ist wieder ganz einfach, in der Konfiguration sollte als URL

http://blog.wordpress-deutschland.org/feed

stehen, ohne einen abschliessenden Schr&#228;ger/Slash (also / weglassen). Und schon ist der Fehler verschwunden.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://starttipp.de/wp-content/uploads/2010/06/wordpress_ico.jpg"><img src="http://starttipp.de/index.php?feedimage=wp-content/uploads/2010/06/wordpress_ico.jpg" alt="" title="wordpress_ico" width="100" height="100" class="alignleft size-full wp-image-310" /></a>Nach einem Update auf die aktuelle Wordpressversion 2.9.2 ist mir ein Fehler im Dashboard aufgefallen:</p>
<p><span id="more-291"></span></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Wordpress Deutschland Blog: RSS-Fehler: The data could not be converted to UTF-<span style="color: #000000;">8</span></pre></div></div>

<p>Die L&#246;sung ist wieder ganz einfach, in der Konfiguration sollte als URL</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">http:<span style="color: #000000; font-weight: bold;">//</span>blog.wordpress-deutschland.org<span style="color: #000000; font-weight: bold;">/</span>feed</pre></div></div>

<p>stehen, ohne einen abschliessenden Schr&#228;ger/Slash (also <strong>/</strong> weglassen). Und schon ist der Fehler verschwunden.</p>
]]></content:encoded>
			<wfw:commentRss>http://starttipp.de/wordpress/wordpress-utf-8-fehler-im-dashboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Probleme bei der Darstellung von Umlauten</title>
		<link>http://starttipp.de/linux/probleme-bei-der-darstellung-von-umlauten/</link>
		<comments>http://starttipp.de/linux/probleme-bei-der-darstellung-von-umlauten/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 09:02:30 +0000</pubDate>
		<dc:creator>Redaktion</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[umlaute]]></category>
		<category><![CDATA[utf-8]]></category>

		<guid isPermaLink="false">http://starttipp.de/?p=146</guid>
		<description><![CDATA[Wechselt man den Provider oder setzt auf einem &#228;lteren Server ein neues System auf, dann werden in einigen F&#228;llen die Umlaute (&#228;,&#246;,&#252; usw.) nicht korrekt dargestellt.
Meist ist das Problem recht einfach zu l&#246;sen, liegt doch die Ursache oftmals in der ISO- bzw. UTF8-Codierung. Da man bei einem Webaccount in der Regel keinen Zugriff auf die [...]]]></description>
			<content:encoded><![CDATA[<p>Wechselt man den Provider oder setzt auf einem &#228;lteren Server ein neues System auf, dann werden in einigen F&#228;llen die Umlaute (&#228;,&#246;,&#252; usw.) nicht korrekt dargestellt.</p>
<p>Meist ist das Problem recht einfach zu l&#246;sen, liegt doch die Ursache oftmals in der ISO- bzw. UTF8-Codierung. Da man bei einem Webaccount in der Regel keinen Zugriff auf die Konfiguration des Servers hat, kann man mit einer .htaccess die Codierung selbst bestimmen. L&#228;uft das neue System zum Beispiel auf UTF8 und hat man seine Seiten aber noch mit der ISO-Codierung, dann erstellt oder erweitert man eine .htaccess wie folgt:</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;">&lt;<span style="color: #000000; font-weight:bold;">files</span> <span style="color: #7f007f;">&quot;*.*&quot;</span>&gt;
<span style="color: #00007f;">AddDefaultCharset</span> iso-<span style="color: #ff0000;">8859</span>-<span style="color: #ff0000;">1</span>
&lt;/<span style="color: #000000; font-weight:bold;">files</span>&gt;</pre></div></div>

<p>Diese .htaccess wird dann entsprechend im Hauptverzeichnis der Webseite abgelegt. Und das ganze geht nat&#252;rlich auch umgekehrt:</p>

<div class="wp_syntax"><div class="code"><pre class="apache" style="font-family:monospace;">&lt;<span style="color: #000000; font-weight:bold;">files</span> <span style="color: #7f007f;">&quot;*.*&quot;</span>&gt;
<span style="color: #00007f;">AddDefaultCharset</span> utf-<span style="color: #ff0000;">8</span>
&lt;/<span style="color: #000000; font-weight:bold;">files</span>&gt;</pre></div></div>

<p>Viel Spass mit den Umlauten!</p>
]]></content:encoded>
			<wfw:commentRss>http://starttipp.de/linux/probleme-bei-der-darstellung-von-umlauten/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

