<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Unicode and Arc</title>
	<link>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news</link>
	<description>I hate self-referential taglines</description>
	<pubDate>Thu, 17 May 2012 04:08:38 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2</generator>

	<item>
		<title>By: Paul Prescod</title>
		<link>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-991</link>
		<author>Paul Prescod</author>
		<pubDate>Sun, 10 Feb 2008 19:45:01 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-991</guid>
		<description>You said: "My point is not that Python or Ruby can’t, just that Arc supports Unicode at least as well as they do—and apparently somewhat better."

After I said: "Support of Unicode in source code files is the least important aspect of it. It doesn’t affect users of the application at all."

But you didn't address my point at all. If I were writing the next great internationalized word processor or social network why would I care whether I could use accent characters in method names?</description>
		<content:encoded><![CDATA[<p>You said: &#8220;My point is not that Python or Ruby can’t, just that Arc supports Unicode at least as well as they do—and apparently somewhat better.&#8221;</p>
<p>After I said: &#8220;Support of Unicode in source code files is the least important aspect of it. It doesn’t affect users of the application at all.&#8221;</p>
<p>But you didn&#8217;t address my point at all. If I were writing the next great internationalized word processor or social network why would I care whether I could use accent characters in method names?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-967</link>
		<author>Patrick</author>
		<pubDate>Fri, 08 Feb 2008 22:05:02 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-967</guid>
		<description>Following the instructions at http://www.python.org/dev/peps/pep-0263/, Python still fails when run with the following:

&lt;pre&gt;
# coding: utf-8
def á():
	return "á"
&lt;/pre&gt;

Maybe it can be made to work, or maybe not; I don't really know. My point is not that Python or Ruby &lt;em&gt;can't&lt;/em&gt;, just that Arc supports Unicode at least as well as they do&#8212;and apparently somewhat better.</description>
		<content:encoded><![CDATA[<p>Following the instructions at <a href="http://www.python.org/dev/peps/pep-0263/," rel="nofollow">http://www.python.org/dev/peps/pep-0263/,</a> Python still fails when run with the following:</p>
<pre>
# coding: utf-8
def á():
	return "á"
</pre>
<p>Maybe it can be made to work, or maybe not; I don&#8217;t really know. My point is not that Python or Ruby <em>can&#8217;t</em>, just that Arc supports Unicode at least as well as they do&mdash;and apparently somewhat better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Prescod</title>
		<link>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-963</link>
		<author>Paul Prescod</author>
		<pubDate>Fri, 08 Feb 2008 20:51:41 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-963</guid>
		<description>Support of Unicode in source code files is the least important aspect of it. It doesn't affect users of the application at all.</description>
		<content:encoded><![CDATA[<p>Support of Unicode in source code files is the least important aspect of it. It doesn&#8217;t affect users of the application at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: da</title>
		<link>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-960</link>
		<author>da</author>
		<pubDate>Fri, 08 Feb 2008 18:38:09 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-960</guid>
		<description>if you add "coding=utf-8" in a comment in any python file it will work too.</description>
		<content:encoded><![CDATA[<p>if you add &#8220;coding=utf-8&#8243; in a comment in any python file it will work too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David N. Welton</title>
		<link>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-955</link>
		<author>David N. Welton</author>
		<pubDate>Fri, 08 Feb 2008 11:29:50 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-955</guid>
		<description>And lest anyone forget Tcl, it handles the example just fine, and has for a number of years.</description>
		<content:encoded><![CDATA[<p>And lest anyone forget Tcl, it handles the example just fine, and has for a number of years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michiel de Mare</title>
		<link>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-954</link>
		<author>Michiel de Mare</author>
		<pubDate>Fri, 08 Feb 2008 10:45:55 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-954</guid>
		<description>For ruby 1.8, try: ruby -Ku foo.rb

I had lambda aliased as λ for a while in 1.8. Worked fine (but was hard to type and looked ugly in textmate.</description>
		<content:encoded><![CDATA[<p>For ruby 1.8, try: ruby -Ku foo.rb</p>
<p>I had lambda aliased as λ for a while in 1.8. Worked fine (but was hard to type and looked ugly in textmate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-950</link>
		<author>Patrick</author>
		<pubDate>Fri, 08 Feb 2008 09:43:08 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-950</guid>
		<description>Fair point. I've updated the post.</description>
		<content:encoded><![CDATA[<p>Fair point. I&#8217;ve updated the post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: markus</title>
		<link>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-949</link>
		<author>markus</author>
		<pubDate>Fri, 08 Feb 2008 09:35:13 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-949</guid>
		<description>I'd just like to point out that your Ruby example works with Ruby 1.9:

$ ruby -v
ruby 1.9.0 (2007-12-25 revision 14709) [i686-darwin9.1.0]
$ cat &#62; foo.rb
def ô
        "ô"
end
puts ô
$ ruby foo.rb 
ô</description>
		<content:encoded><![CDATA[<p>I&#8217;d just like to point out that your Ruby example works with Ruby 1.9:</p>
<p>$ ruby -v<br />
ruby 1.9.0 (2007-12-25 revision 14709) [i686-darwin9.1.0]<br />
$ cat &gt; foo.rb<br />
def ô<br />
        &#8220;ô&#8221;<br />
end<br />
puts ô<br />
$ ruby foo.rb<br />
ô</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Patrick</title>
		<link>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-946</link>
		<author>Patrick</author>
		<pubDate>Fri, 08 Feb 2008 08:49:37 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-946</guid>
		<description>It comes from MzScheme, sure&#8212;but the source of the support doesn't change the fact that it's &lt;em&gt;present&lt;/em&gt;. And hey, even CLISP's excellent Unicode support comes largely from libiconv.</description>
		<content:encoded><![CDATA[<p>It comes from MzScheme, sure&mdash;but the source of the support doesn&#8217;t change the fact that it&#8217;s <em>present</em>. And hey, even CLISP&#8217;s excellent Unicode support comes largely from libiconv.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sztywny</title>
		<link>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-944</link>
		<author>sztywny</author>
		<pubDate>Fri, 08 Feb 2008 08:36:41 +0000</pubDate>
		<guid>http://patrickcollison.com/blog/2008/02/unicode-comes-to-hacker-news#comment-944</guid>
		<description>Except, it isn't Arc's Unicode support, but MzScheme's.</description>
		<content:encoded><![CDATA[<p>Except, it isn&#8217;t Arc&#8217;s Unicode support, but MzScheme&#8217;s.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

