<?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: MessageFormat</title>
	<atom:link href="http://skizz.biz/blog/2002/12/12/messageformat/feed/" rel="self" type="application/rss+xml" />
	<link>http://skizz.biz/blog/2002/12/12/messageformat/</link>
	<description>Chris Stevenson's blog</description>
	<pubDate>Tue, 07 Sep 2010 23:24:39 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: John Munsch</title>
		<link>http://skizz.biz/blog/2002/12/12/messageformat/#comment-13</link>
		<dc:creator>John Munsch</dc:creator>
		<pubDate>Wed, 22 Jan 2003 02:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://skizz.biz/blog/2002/12/12/messageformat/#comment-13</guid>
		<description>As much as I do dearly love Java and pretty much despise Microsoft, I have to say that Microsoft beat  Sun to the punch on this one.
The real origin of this is the old Microsoft Windows internationalization functions. These date back to at least 1996-7 when I was using them to produce Windows software that ran on both Windows 95 and NT and which could support up to 20 different languages from a single application. The internationalization guys realized that they needed printf but word orders were different for different languages so the simple ordered version of formatting that printf offered was insufficient. Thus code like this was offered even way back then (though it was an OS API call rather than a class that came with C++).
</description>
		<content:encoded><![CDATA[<p>As much as I do dearly love Java and pretty much despise Microsoft, I have to say that Microsoft beat  Sun to the punch on this one.<br />
The real origin of this is the old Microsoft Windows internationalization functions. These date back to at least 1996-7 when I was using them to produce Windows software that ran on both Windows 95 and NT and which could support up to 20 different languages from a single application. The internationalization guys realized that they needed printf but word orders were different for different languages so the simple ordered version of formatting that printf offered was insufficient. Thus code like this was offered even way back then (though it was an OS API call rather than a class that came with C++).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
