<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Internationalization Cookbook</title>
	<atom:link href="http://mihai-nita.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://mihai-nita.net</link>
	<description></description>
	<lastBuildDate>Mon, 23 Jan 2012 18:51:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>An internationalization checklist</title>
		<link>http://mihai-nita.net/2011/09/11/i18n-checklist/</link>
		<comments>http://mihai-nita.net/2011/09/11/i18n-checklist/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 05:48:14 +0000</pubDate>
		<dc:creator>Mihai</dc:creator>
				<category><![CDATA[Internationalization]]></category>

		<guid isPermaLink="false">http://mihai-nita.net/?p=457</guid>
		<description><![CDATA[My internationalization checklist. I have used it in many occasions, as  reminder, and to put some structure in what I do.]]></description>
		<wfw:commentRss>http://mihai-nita.net/2011/09/11/i18n-checklist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing default “Warning Level” and “Treat Warnings as Errors” for Visual Studio wizards</title>
		<link>http://mihai-nita.net/2010/05/10/changing-default-vs-warning-level/</link>
		<comments>http://mihai-nita.net/2010/05/10/changing-default-vs-warning-level/#comments</comments>
		<pubDate>Mon, 10 May 2010 07:22:06 +0000</pubDate>
		<dc:creator>Mihai</dc:creator>
				<category><![CDATA[Various]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://mihai-nita.net/?p=431</guid>
		<description><![CDATA[Once in a while I create new projects using the Visual Studio wizards. Then one of the first think I do is go and change the “Warning Level” to 4 (default is 3) and change “Treat Warnings as Errors” to <code>Yes</code> (default is <code>No</code>). This is how you can do it once and for all.]]></description>
		<wfw:commentRss>http://mihai-nita.net/2010/05/10/changing-default-vs-warning-level/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ToUnicode - Automating some of the steps of Unicode code conversion (Windows)</title>
		<link>http://mihai-nita.net/2007/12/19/tounicode-automating-some-of-the-steps-of-unicode-code-conversion-windows/</link>
		<comments>http://mihai-nita.net/2007/12/19/tounicode-automating-some-of-the-steps-of-unicode-code-conversion-windows/#comments</comments>
		<pubDate>Thu, 20 Dec 2007 05:50:59 +0000</pubDate>
		<dc:creator>Mihai</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://mihai-nita.net/?p=183</guid>
		<description><![CDATA[A small tool that goes though C/C++ files and changes them to (almost) compile as Unicode.]]></description>
		<wfw:commentRss>http://mihai-nita.net/2007/12/19/tounicode-automating-some-of-the-steps-of-unicode-code-conversion-windows/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>TaskBarCmd - programmatically change the Windows Taskbar settings</title>
		<link>http://mihai-nita.net/2007/09/09/taskbarcmd-programmatically-change-the-windows-taskbar-settings/</link>
		<comments>http://mihai-nita.net/2007/09/09/taskbarcmd-programmatically-change-the-windows-taskbar-settings/#comments</comments>
		<pubDate>Sun, 09 Sep 2007 22:13:59 +0000</pubDate>
		<dc:creator>Mihai</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://mihai-nita.net/?p=178</guid>
		<description><![CDATA[This is a small tool to change Windows taskbar settings from command line (hide/show, set the “keep on top” option, etc.)]]></description>
		<wfw:commentRss>http://mihai-nita.net/2007/09/09/taskbarcmd-programmatically-change-the-windows-taskbar-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CharMapEx - Some kind of character map :-)</title>
		<link>http://mihai-nita.net/2007/09/08/charmapex-some-kind-of-character-map/</link>
		<comments>http://mihai-nita.net/2007/09/08/charmapex-some-kind-of-character-map/#comments</comments>
		<pubDate>Sun, 09 Sep 2007 03:45:16 +0000</pubDate>
		<dc:creator>Mihai</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Internationalization]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://mihai-nita.net/?p=125</guid>
		<description><![CDATA[This is a small tool that started as a private investigation into the functionality of some Windows API, to grow into a "CharMap" with some extras.]]></description>
		<wfw:commentRss>http://mihai-nita.net/2007/09/08/charmapex-some-kind-of-character-map/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to localize an RC file?</title>
		<link>http://mihai-nita.net/2007/05/03/how-to-localize-an-rc-file/</link>
		<comments>http://mihai-nita.net/2007/05/03/how-to-localize-an-rc-file/#comments</comments>
		<pubDate>Thu, 03 May 2007 21:44:28 +0000</pubDate>
		<dc:creator>Mihai</dc:creator>
				<category><![CDATA[Localization]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://mihai-nita.net/?p=122</guid>
		<description><![CDATA[You can find many articles on how to build a localized application, how to deal with resizing, you name it. But I could not find any clear documentation on exactly what are the parts that you should translate. So, here it is!]]></description>
		<wfw:commentRss>http://mihai-nita.net/2007/05/03/how-to-localize-an-rc-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to test if a user is Administrator on localized systems?</title>
		<link>http://mihai-nita.net/2007/04/13/how-to-test-if-a-user-is-administrator-on-localized-systems/</link>
		<comments>http://mihai-nita.net/2007/04/13/how-to-test-if-a-user-is-administrator-on-localized-systems/#comments</comments>
		<pubDate>Fri, 13 Apr 2007 09:29:45 +0000</pubDate>
		<dc:creator>Mihai</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Internationalization]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://mihai-nita.net/?p=121</guid>
		<description><![CDATA[On some of the localized Windows version the names of the Administator uses and the Administrators group is translated. How to test in a locale-independent way if a user is Administrator?]]></description>
		<wfw:commentRss>http://mihai-nita.net/2007/04/13/how-to-test-if-a-user-is-administrator-on-localized-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mojibake, question marks, and other troubles</title>
		<link>http://mihai-nita.net/2006/08/12/mojibake-question-marks-and-other-troubles/</link>
		<comments>http://mihai-nita.net/2006/08/12/mojibake-question-marks-and-other-troubles/#comments</comments>
		<pubDate>Sun, 13 Aug 2006 02:00:26 +0000</pubDate>
		<dc:creator>Mihai</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Internationalization]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://mihai-nita.net/?p=120</guid>
		<description><![CDATA[Dealing with the most common character corruption problems in DBCS localization]]></description>
		<wfw:commentRss>http://mihai-nita.net/2006/08/12/mojibake-question-marks-and-other-troubles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic lingo</title>
		<link>http://mihai-nita.net/2006/08/06/basic-lingo/</link>
		<comments>http://mihai-nita.net/2006/08/06/basic-lingo/#comments</comments>
		<pubDate>Sun, 06 Aug 2006 21:40:18 +0000</pubDate>
		<dc:creator>Mihai</dc:creator>
				<category><![CDATA[Internationalization]]></category>
		<category><![CDATA[Terminology]]></category>

		<guid isPermaLink="false">http://mihai-nita.net/?p=117</guid>
		<description><![CDATA[Tring to help you “grok” terms like character set, charset, coded character set, code page, encoding]]></description>
		<wfw:commentRss>http://mihai-nita.net/2006/08/06/basic-lingo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio Unicode projects</title>
		<link>http://mihai-nita.net/2006/07/23/visual-studio-unicode-projects/</link>
		<comments>http://mihai-nita.net/2006/07/23/visual-studio-unicode-projects/#comments</comments>
		<pubDate>Sun, 23 Jul 2006 09:15:09 +0000</pubDate>
		<dc:creator>Mihai</dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Internationalization]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://mihai-nita.net/?p=116</guid>
		<description><![CDATA[How to change a Visual Studio project to compile as Unicode]]></description>
		<wfw:commentRss>http://mihai-nita.net/2006/07/23/visual-studio-unicode-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

