<?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: Clich&#233;s are hard</title>
	<atom:link href="http://happygiraffe.net/blog/2007/12/19/cliches-are-hard/feed/" rel="self" type="application/rss+xml" />
	<link>http://happygiraffe.net/blog/2007/12/19/cliches-are-hard/</link>
	<description></description>
	<pubDate>Sat, 22 Nov 2008 10:53:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Dominic Mitchell</title>
		<link>http://happygiraffe.net/blog/2007/12/19/cliches-are-hard/#comment-558</link>
		<dc:creator>Dominic Mitchell</dc:creator>
		<pubDate>Mon, 14 Jan 2008 16:51:17 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12959#comment-558</guid>
		<description>&lt;p&gt;Mark Fowler: Very true.  But the &lt;span class="caps"&gt;W3C&lt;/span&gt; does &lt;a href="http://www.w3.org/TR/charmod-norm/#sec-ChoiceNFC" rel="nofollow"&gt;recommend &lt;span class="caps"&gt;NFC&lt;/span&gt;&lt;/a&gt;…&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Mark Fowler: Very true.  But the <span class="caps">W3C</span> does <a href="http://www.w3.org/TR/charmod-norm/#sec-ChoiceNFC" rel="nofollow">recommend <span class="caps">NFC</span></a>…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Fowler</title>
		<link>http://happygiraffe.net/blog/2007/12/19/cliches-are-hard/#comment-557</link>
		<dc:creator>Mark Fowler</dc:creator>
		<pubDate>Mon, 14 Jan 2008 16:40:40 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12959#comment-557</guid>
		<description>&lt;p&gt;Of course, in Unicode, &#8220;é&#8221; has a character code under 255 if and only if you&#8217;re using &lt;span class="caps"&gt;NFC&lt;/span&gt;.  Use &lt;span class="caps"&gt;NFD&lt;/span&gt; and everything suddenly looks a lot different&#8230;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Of course, in Unicode, &#8220;é&#8221; has a character code under 255 if and only if you&#8217;re using <span class="caps">NFC</span>.  Use <span class="caps">NFD</span> and everything suddenly looks a lot different&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mot</title>
		<link>http://happygiraffe.net/blog/2007/12/19/cliches-are-hard/#comment-556</link>
		<dc:creator>Mot</dc:creator>
		<pubDate>Fri, 21 Dec 2007 12:05:11 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12959#comment-556</guid>
		<description>&lt;p&gt;Thanks for the article. Proper research done and describben. I love that style. For &lt;span class="caps"&gt;CSS&lt;/span&gt; charsets it pays to consider using the declaration inside the &lt;span class="caps"&gt;CSS&lt;/span&gt;-File as well with the @charset-rule:&lt;/p&gt;


&lt;pre&gt;
@charset "&#60;IANA defined charset name&#62;";
@charset "UTF-8";
&lt;/pre&gt;

	&lt;p&gt;it belongs at the very beginning of the document. (&lt;a href="http://www.w3.org/International/questions/qa-css-charset" rel="nofollow"&gt;more&lt;/a&gt;)&lt;/p&gt;


	&lt;p&gt;For the &lt;span class="caps"&gt;HTML&lt;/span&gt; a charset can be added as well into meta headers. This helps to read documents when they were saved and are not provided by the server any longer:&lt;/p&gt;


&lt;pre&gt;
&#60;meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /&#62;
&lt;/pre&gt;

	&lt;p&gt;does that job. But all this is only a very slight addition to your great article.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Thanks for the article. Proper research done and describben. I love that style. For <span class="caps">CSS</span> charsets it pays to consider using the declaration inside the <span class="caps">CSS</span>-File as well with the @charset-rule:</p>
<pre>
@charset "&lt;IANA defined charset name&gt;";
@charset "UTF-8";
</pre>
<p>it belongs at the very beginning of the document. (<a href="http://www.w3.org/International/questions/qa-css-charset" rel="nofollow">more</a>)</p>
<p>For the <span class="caps">HTML</span> a charset can be added as well into meta headers. This helps to read documents when they were saved and are not provided by the server any longer:</p>
<pre>
&lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /&gt;
</pre>
<p>does that job. But all this is only a very slight addition to your great article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dominic Mitchell</title>
		<link>http://happygiraffe.net/blog/2007/12/19/cliches-are-hard/#comment-555</link>
		<dc:creator>Dominic Mitchell</dc:creator>
		<pubDate>Wed, 19 Dec 2007 16:36:18 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12959#comment-555</guid>
		<description>&lt;p&gt;@steffen: Good point, but terribly anglocentric.  Perhaps you would win the &lt;span class="caps"&gt;IOCCC&lt;/span&gt; “Best abuse of the rules.”  :-)&lt;/p&gt;


	&lt;p&gt;@codingvista: It depends on the server side language.  Certainly Java and Perl allow you to use Unicode in identifiers, possibly Ruby too.  I think &lt;span class="caps"&gt;PHP&lt;/span&gt; is the only severely Unicode crippled language at this point.&lt;/p&gt;


	&lt;p&gt;But in general, this post isn&#8217;t really about those specifics.  It&#8217;s more about: “How do I get a proper answer to my web development problem.”  And for that, you do need to go to the specs.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>@steffen: Good point, but terribly anglocentric.  Perhaps you would win the <span class="caps">IOCCC</span> “Best abuse of the rules.”  <img src='http://happygiraffe.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>@codingvista: It depends on the server side language.  Certainly Java and Perl allow you to use Unicode in identifiers, possibly Ruby too.  I think <span class="caps">PHP</span> is the only severely Unicode crippled language at this point.</p>
<p>But in general, this post isn&#8217;t really about those specifics.  It&#8217;s more about: “How do I get a proper answer to my web development problem.”  And for that, you do need to go to the specs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steffen Tiedemann Christensen</title>
		<link>http://happygiraffe.net/blog/2007/12/19/cliches-are-hard/#comment-554</link>
		<dc:creator>Steffen Tiedemann Christensen</dc:creator>
		<pubDate>Wed, 19 Dec 2007 15:11:37 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12959#comment-554</guid>
		<description>&lt;p&gt;Nice article, but there&#8217;s a much aasier solution: &lt;a href="http://thesaurus.reference.com/browse/clich%C3%A9" rel="nofollow"&gt;http://thesaurus.reference.com/browse/clich%C3%A9&lt;/a&gt; ;-)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Nice article, but there&#8217;s a much aasier solution: <a href="http://thesaurus.reference.com/browse/clich%C3%A9" rel="nofollow">http://thesaurus.reference.com/browse/clich%C3%A9</a> <img src='http://happygiraffe.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: codingvista</title>
		<link>http://happygiraffe.net/blog/2007/12/19/cliches-are-hard/#comment-553</link>
		<dc:creator>codingvista</dc:creator>
		<pubDate>Wed, 19 Dec 2007 14:04:30 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12959#comment-553</guid>
		<description>&lt;p&gt;Hey&lt;/p&gt;


	&lt;p&gt;I haven&#8217;t time to read the whole lot so you may have already mentioned this but if you reflect &lt;span class="caps"&gt;CSS&lt;/span&gt; id&#8217;s/class names in server side code, and there are good reasons why you&#8217;d do this, then using complex characters would be a nono.&lt;/p&gt;


	&lt;p&gt;Just my .5p&lt;/p&gt;


	&lt;p&gt;w://&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Hey</p>
<p>I haven&#8217;t time to read the whole lot so you may have already mentioned this but if you reflect <span class="caps">CSS</span> id&#8217;s/class names in server side code, and there are good reasons why you&#8217;d do this, then using complex characters would be a nono.</p>
<p>Just my .5p</p>
<p>w://</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Eastwell</title>
		<link>http://happygiraffe.net/blog/2007/12/19/cliches-are-hard/#comment-552</link>
		<dc:creator>Dan Eastwell</dc:creator>
		<pubDate>Wed, 19 Dec 2007 09:06:20 +0000</pubDate>
		<guid isPermaLink="false">tag:happygiraffe.net:Article12959#comment-552</guid>
		<description>&lt;p&gt;Great article Dominic! Saves me the time of having to work it out for myself. There will almost certainly come a point where things aren&#8217;t working and I&#8217;ve ended up using a &#62;255 Unicode character in my &lt;span class="caps"&gt;CSS&lt;/span&gt;. Again!&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Great article Dominic! Saves me the time of having to work it out for myself. There will almost certainly come a point where things aren&#8217;t working and I&#8217;ve ended up using a &gt;255 Unicode character in my <span class="caps">CSS</span>. Again!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
