<?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>blog.i18n.ro &#187; ASCII</title>
	<atom:link href="http://blog.i18n.ro/tag/ascii/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.i18n.ro</link>
	<description>Sorin&#039;s personal blog and website</description>
	<lastBuildDate>Fri, 06 Jan 2012 18:05:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Web content, code pages and UTF-8 Unicode encoding</title>
		<link>http://blog.i18n.ro/web-content-character-encodings-code-pages-and-utf-8-unicode/</link>
		<comments>http://blog.i18n.ro/web-content-character-encodings-code-pages-and-utf-8-unicode/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 10:21:58 +0000</pubDate>
		<dc:creator>sorin</dc:creator>
				<category><![CDATA[Input]]></category>
		<category><![CDATA[Readiness]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[ASCII]]></category>
		<category><![CDATA[code page]]></category>
		<category><![CDATA[encodings]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Unicode]]></category>
		<category><![CDATA[UTF-8]]></category>

		<guid isPermaLink="false">http://blog.i18n.ro/?p=114</guid>
		<description><![CDATA[If you want to minimize the number of bugs reported for your web application you should know that codepages are domain of the past. If you want to create multi-language web content all you have to remember is that you &#8230; <a href="http://blog.i18n.ro/web-content-character-encodings-code-pages-and-utf-8-unicode/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you want to minimize the number of bugs reported for your web application you should know that codepages are domain of the past. If you want to create multi-language web content all you have to remember is that you should use <strong>UTF-8 encoding everywhere</strong>. <span id="more-114"></span></p>
<p>Also if you encounter pages in other encodings you should convert them into <a href="http://en.wikipedia.org/wiki/UTF-8">UTF-8</a>.</p>
<p>What you should know about UTF-8:</p>
<ul>
<li>Any character can be encoded in UTF-8, converting any other encoding to UTF-8 can be done without loosing data</li>
<li>UTF-8 is the de facto standard on all internet related protocols.</li>
<li>Any ASCII text is a valid UTF-8 text</li>
<li>UTF-8 is the most simple Unicode encoding and it&#8217;s the only one that is not dependent of the byte-ordering.</li>
<li>It&#8217;s best to mark UTF-8 as the default encoding for any page you create.</li>
</ul>
<p>The only real disadvantage I&#8217;ve discovered when using UTF-8 encoding is that the encoded text is larger than for some languages like the Asian ones. Still this should be no problem if you enable <a href="http://en.wikipedia.org/wiki/HTTP_compression">HTTP compression</a>.</p>
<p>When the usage of UTF-8 can break things:</p>
<ul>
<li>If the text is going to be used on ancient devices that are able to use only 8-bit characters. Like: TV related equipments, or old mobile phones.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.i18n.ro/web-content-character-encodings-code-pages-and-utf-8-unicode/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc

Served from: blog.i18n.ro @ 2012-02-07 16:50:12 -->
