<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Cocoa: Convert number to comma-separated NSString</title>
	<atom:link href="http://www.tech-recipes.com/rx/5460/cocoa-convert-number-to-comma-separated-nsstring/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/5460/cocoa-convert-number-to-comma-separated-nsstring/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: test</title>
		<link>http://www.tech-recipes.com/rx/5460/cocoa-convert-number-to-comma-separated-nsstring/comment-page-1/#comment-41296</link>
		<dc:creator>test</dc:creator>
		<pubDate>Thu, 05 Aug 2010 10:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=5460#comment-41296</guid>
		<description>How do I force the number formatter to display 1.25m instead of 1,250,000, etc?  Thanks</description>
		<content:encoded><![CDATA[<p>How do I force the number formatter to display 1.25m instead of 1,250,000, etc?  Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.tech-recipes.com/rx/5460/cocoa-convert-number-to-comma-separated-nsstring/comment-page-1/#comment-39296</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Tue, 25 May 2010 03:20:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=5460#comment-39296</guid>
		<description>Well, I have thought long and hard about this particular issue -- the one with commas versus periods. I have come to the conclusion that the United States, and any other country that uses the comma style, is correct. 

Think: In a sentence, a comma symbolizes a pause; there will be more to com in the thought shortly. A period symbolizes the end of a thought and the start of another. Here&#039;s an example number: 123,456.789  ... That&#039;s One-hundred-twenty-three-thousand four-hundred-fifty-six and seven-hundred-eighty-nine thousandths. 

The integer part of the number is 123456. The comma between the sets of three is a pause; more of the &quot;thought&quot; will follow after the 123. To put it another way, more of the integer part of the number will be read shortly. 

Imagine if a period was used: The end of the &quot;thought&quot; would come at the period in regular writing. The thing is, when a period is used, you split the integer part of the number in half. Why should the &quot;thought&quot; end halfway through one part of the number? The &quot;thought&quot; should continue until the integer part of the number is finished.

Anyway, that&#039;s why I think the period should symbolize the start of the decimal part of a number rather than a comma. We should keep math and writing consistent, don&#039;t you think?

I hate defending the United States of America in this way, but I think we&#039;re right for once. ... Hey, I live here and I think most of the people are culturally illiterate buffoons, but I&#039;ll cut us some slack this time. We&#039;re right, anyone who thinks differently is wrong.</description>
		<content:encoded><![CDATA[<p>Well, I have thought long and hard about this particular issue &#8212; the one with commas versus periods. I have come to the conclusion that the United States, and any other country that uses the comma style, is correct. </p>
<p>Think: In a sentence, a comma symbolizes a pause; there will be more to com in the thought shortly. A period symbolizes the end of a thought and the start of another. Here&#8217;s an example number: 123,456.789  &#8230; That&#8217;s One-hundred-twenty-three-thousand four-hundred-fifty-six and seven-hundred-eighty-nine thousandths. </p>
<p>The integer part of the number is 123456. The comma between the sets of three is a pause; more of the &#8220;thought&#8221; will follow after the 123. To put it another way, more of the integer part of the number will be read shortly. </p>
<p>Imagine if a period was used: The end of the &#8220;thought&#8221; would come at the period in regular writing. The thing is, when a period is used, you split the integer part of the number in half. Why should the &#8220;thought&#8221; end halfway through one part of the number? The &#8220;thought&#8221; should continue until the integer part of the number is finished.</p>
<p>Anyway, that&#8217;s why I think the period should symbolize the start of the decimal part of a number rather than a comma. We should keep math and writing consistent, don&#8217;t you think?</p>
<p>I hate defending the United States of America in this way, but I think we&#8217;re right for once. &#8230; Hey, I live here and I think most of the people are culturally illiterate buffoons, but I&#8217;ll cut us some slack this time. We&#8217;re right, anyone who thinks differently is wrong.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Susan</title>
		<link>http://www.tech-recipes.com/rx/5460/cocoa-convert-number-to-comma-separated-nsstring/comment-page-1/#comment-39177</link>
		<dc:creator>Susan</dc:creator>
		<pubDate>Thu, 20 May 2010 01:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=5460#comment-39177</guid>
		<description>What about all the countries that don&#039;t use &quot;3 digits&quot; and don&#039;t use &quot;commas&quot;????

How would you write code that worked e-v-e-r-y-w-h-e-r-e, not just in small parts of the world?
</description>
		<content:encoded><![CDATA[<p>What about all the countries that don&#8217;t use &#8220;3 digits&#8221; and don&#8217;t use &#8220;commas&#8221;????</p>
<p>How would you write code that worked e-v-e-r-y-w-h-e-r-e, not just in small parts of the world?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/5460/cocoa-convert-number-to-comma-separated-nsstring/comment-page-1/#comment-38848</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 30 Apr 2010 09:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech-recipes.com/?p=5460#comment-38848</guid>
		<description>HOW I RUN XP BASED PROGRAM IN WINDOWS7</description>
		<content:encoded><![CDATA[<p>HOW I RUN XP BASED PROGRAM IN WINDOWS7</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/9 queries in 0.555 seconds using memcached
Object Caching 311/311 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 06:19:02 -->
