<?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: JavaScript number-formatting library updated</title>
	<atom:link href="http://www.xaprb.com/blog/2007/06/19/javascript-number-formatting-library-updated/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2007/06/19/javascript-number-formatting-library-updated/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:56:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Nicolas De Loof</title>
		<link>http://www.xaprb.com/blog/2007/06/19/javascript-number-formatting-library-updated/#comment-13516</link>
		<dc:creator>Nicolas De Loof</dc:creator>
		<pubDate>Thu, 11 Oct 2007 09:15:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2007/06/19/javascript-number-formatting-library-updated/#comment-13516</guid>
		<description>that would also be nice to configure the group and decimal symbol beeing used. As a french user, I&#039;m using &quot;,&quot; for decimals and &quot; &quot; for hundreds.</description>
		<content:encoded><![CDATA[<p>that would also be nice to configure the group and decimal symbol beeing used. As a french user, I&#8217;m using &#8220;,&#8221; for decimals and &#8221; &#8221; for hundreds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas De Loof</title>
		<link>http://www.xaprb.com/blog/2007/06/19/javascript-number-formatting-library-updated/#comment-13515</link>
		<dc:creator>Nicolas De Loof</dc:creator>
		<pubDate>Thu, 11 Oct 2007 08:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2007/06/19/javascript-number-formatting-library-updated/#comment-13515</guid>
		<description>I can&#039;t include your GPL code in an APACHE licensed project, as GPL requires me to license my work under GPL... For same reason I can dual license as the only license compatible with GPL is ... GPL.

Fyi, APACHE/BSD/MIT licenses are recognized free software licenses taht allow the code to be included in any software (even commercial) with the only restriction NOT to use the author name as a trademark, and to keep in source code the original copyright notices.

The issue with &quot;0&quot; is for formating 4 -&gt; &quot;4&quot; and 4.1 -&gt; &quot;4.1&quot; with the same pattern. From your test cases :

-&gt; 4.5, &quot;0.00&quot;, &quot;4.50&quot;, // OK : fixed number of decimals
-&gt; 4, &quot;0.#&quot;, &quot;4.0&quot;,     // I expected : &quot;4&quot; # should be for optional</description>
		<content:encoded><![CDATA[<p>I can&#8217;t include your GPL code in an APACHE licensed project, as GPL requires me to license my work under GPL&#8230; For same reason I can dual license as the only license compatible with GPL is &#8230; GPL.</p>
<p>Fyi, APACHE/BSD/MIT licenses are recognized free software licenses taht allow the code to be included in any software (even commercial) with the only restriction NOT to use the author name as a trademark, and to keep in source code the original copyright notices.</p>
<p>The issue with &#8220;0&#8243; is for formating 4 -&gt; &#8220;4&#8243; and 4.1 -&gt; &#8220;4.1&#8243; with the same pattern. From your test cases :</p>
<p>-&gt; 4.5, &#8220;0.00&#8243;, &#8220;4.50&#8243;, // OK : fixed number of decimals<br />
-&gt; 4, &#8220;0.#&#8221;, &#8220;4.0&#8243;,     // I expected : &#8220;4&#8243; # should be for optional</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/06/19/javascript-number-formatting-library-updated/#comment-13511</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Wed, 10 Oct 2007 16:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2007/06/19/javascript-number-formatting-library-updated/#comment-13511</guid>
		<description>It&#039;s possible it may conflict with Prototype.  I have not kept up with Prototype.

I don&#039;t have time to look into the details of licensing right now, and I would need to understand the other licenses deeply to make that decision.  You could dual-license your project if you wish.

I&#039;m unclear from your description whether the 0&#039;s are necessary.  If you don&#039;t want them, you can use &quot;#.&quot; instead, right?  What use case doesn&#039;t the existing behavior support?  It&#039;s supposed to be compatible with existing standards, so if it&#039;s not, a test case and patch would be great.</description>
		<content:encoded><![CDATA[<p>It&#8217;s possible it may conflict with Prototype.  I have not kept up with Prototype.</p>
<p>I don&#8217;t have time to look into the details of licensing right now, and I would need to understand the other licenses deeply to make that decision.  You could dual-license your project if you wish.</p>
<p>I&#8217;m unclear from your description whether the 0&#8242;s are necessary.  If you don&#8217;t want them, you can use &#8220;#.&#8221; instead, right?  What use case doesn&#8217;t the existing behavior support?  It&#8217;s supposed to be compatible with existing standards, so if it&#8217;s not, a test case and patch would be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas De Loof</title>
		<link>http://www.xaprb.com/blog/2007/06/19/javascript-number-formatting-library-updated/#comment-13510</link>
		<dc:creator>Nicolas De Loof</dc:creator>
		<pubDate>Wed, 10 Oct 2007 15:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2007/06/19/javascript-number-formatting-library-updated/#comment-13510</guid>
		<description>I just discovered that both &quot;#.0000&quot; and &quot;#.####&#039; format 4 as &quot;4.0000&quot;. Is there any way to avoid those unecessary 0</description>
		<content:encoded><![CDATA[<p>I just discovered that both &#8220;#.0000&#8243; and &#8220;#.####&#8217; format 4 as &#8220;4.0000&#8243;. Is there any way to avoid those unecessary 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas De Loof</title>
		<link>http://www.xaprb.com/blog/2007/06/19/javascript-number-formatting-library-updated/#comment-13509</link>
		<dc:creator>Nicolas De Loof</dc:creator>
		<pubDate>Wed, 10 Oct 2007 14:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2007/06/19/javascript-number-formatting-library-updated/#comment-13509</guid>
		<description>Hello,

your number formatting helped me lot. I just have two considerations :

- about licensing, could you double license it under LGPL and BSD/MIT or APACHE ? I&#039;m writing an Apache-licensed project, and cannot integrate your lib as is due to licensing considerations.

- did you test your lib with Prototype ? I didn&#039;t tested myself but I thing it may conflict with http://www.prototypejs.org/api/number.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>your number formatting helped me lot. I just have two considerations :</p>
<p>- about licensing, could you double license it under LGPL and BSD/MIT or APACHE ? I&#8217;m writing an Apache-licensed project, and cannot integrate your lib as is due to licensing considerations.</p>
<p>- did you test your lib with Prototype ? I didn&#8217;t tested myself but I thing it may conflict with <a href="http://www.prototypejs.org/api/number" rel="nofollow">http://www.prototypejs.org/api/number</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

