<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Internationalization Cookbook</title>
		<link>https://mihai-nita.net/</link>
		<description>Recent content on Internationalization Cookbook</description>
		<generator>Hugo</generator>
		<language>en-US</language>
		
		
		
		
			<lastBuildDate>Mon, 24 Aug 2020 00:00:20 +0000</lastBuildDate>
		
			<atom:link href="https://mihai-nita.net/feed.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Force maven “Run Configurations” to show colors</title>
				<link>https://mihai-nita.net/2020/08/23/force-maven-colors-in-eclipse-console/</link>
				<pubDate>Mon, 24 Aug 2020 00:00:20 +0000</pubDate>
				<guid>https://mihai-nita.net/2020/08/23/force-maven-colors-in-eclipse-console/</guid>
				<description>This is not needed starting with Eclipse 2022-09 (4.25). From Eclipse 2022-09 the official Eclipse Console supports “ANSI escape sequences”. And the maven support was updated to take advantage of that functionality.</description>
			</item>
			<item>
				<title>Privacy Policy for my Android Applications</title>
				<link>https://mihai-nita.net/android-apps-privacy/</link>
				<pubDate>Tue, 17 Mar 2020 23:47:31 +0000</pubDate>
				<guid>https://mihai-nita.net/android-apps-privacy/</guid>
				<description>My applications don&amp;rsquo;t collect, steal, store, send or share any of your data, period.</description>
			</item>
			<item>
				<title>Dark Eclipse – for those tired of white :-)</title>
				<link>https://mihai-nita.net/2013/09/19/dark-eclipse/</link>
				<pubDate>Fri, 20 Sep 2013 06:33:49 +0000</pubDate>
				<guid>https://mihai-nita.net/2013/09/19/dark-eclipse/</guid>
				<description>A dark theme for Eclipse, for documents and UI itself.</description>
			</item>
			<item>
				<title>Color logging with Maven</title>
				<link>https://mihai-nita.net/2013/09/12/color-logging-with-maven/</link>
				<pubDate>Thu, 12 Sep 2013 08:46:23 +0000</pubDate>
				<guid>https://mihai-nita.net/2013/09/12/color-logging-with-maven/</guid>
				<description>Starting with version 3.1.0 maven uses slf4j for logging.&lt;br /&gt; This opens the gate for a lot of nice tweaks.&lt;br /&gt; One of them is the ability to log using colors, matching the logging level.</description>
			</item>
			<item>
				<title>JavaScript Internationalization API</title>
				<link>https://mihai-nita.net/2013/07/28/javascript-internationalization-api/</link>
				<pubDate>Sun, 28 Jul 2013 07:04:29 +0000</pubDate>
				<guid>https://mihai-nita.net/2013/07/28/javascript-internationalization-api/</guid>
				<description>ECMAScript Internationalization API Specification (ECMA-402 Edition 1.0) was approved in December 2012. What is the status of browser support?</description>
			</item>
			<item>
				<title>My Eclipse Plugins &amp; Java tools</title>
				<link>https://mihai-nita.net/java/</link>
				<pubDate>Tue, 04 Jun 2013 05:35:13 +0000</pubDate>
				<guid>https://mihai-nita.net/java/</guid>
				<description>How to install and what they do</description>
			</item>
			<item>
				<title>Eclipse plugin – External Filter</title>
				<link>https://mihai-nita.net/2013/06/03/eclipse-plugin-external-filter/</link>
				<pubDate>Tue, 04 Jun 2013 05:12:37 +0000</pubDate>
				<guid>https://mihai-nita.net/2013/06/03/eclipse-plugin-external-filter/</guid>
				<description>This Eclipse plugin allows you to take text content from an Eclipse document, process it through an external tool, and the make the result available in Eclipse at the end.</description>
			</item>
			<item>
				<title>Eclipse plugin – ANSI Escape in Console</title>
				<link>https://mihai-nita.net/2013/06/03/eclipse-plugin-ansi-in-console/</link>
				<pubDate>Tue, 04 Jun 2013 05:07:56 +0000</pubDate>
				<guid>https://mihai-nita.net/2013/06/03/eclipse-plugin-ansi-in-console/</guid>
				<description>This Eclipse plugin interprets the ANSI escape sequences to color the console output. This can be pretty handy when using something like &lt;a href=&#34;http://jansi.fusesource.org&#34;&gt;jansi&lt;/a&gt;. But is also works if you output escape sequences directly from Java. Or from Perl, C++, or Groovy, or any other Eclipse hosted language.</description>
			</item>
			<item>
				<title>License</title>
				<link>https://mihai-nita.net/license-2/</link>
				<pubDate>Mon, 23 Jan 2012 18:50:28 +0000</pubDate>
				<guid>https://mihai-nita.net/license-2/</guid>
				<description>MIT License</description>
			</item>
			<item>
				<title>An internationalization checklist</title>
				<link>https://mihai-nita.net/2011/09/11/i18n-checklist/</link>
				<pubDate>Mon, 12 Sep 2011 05:48:14 +0000</pubDate>
				<guid>https://mihai-nita.net/2011/09/11/i18n-checklist/</guid>
				<description>My internationalization checklist. I have used it in many occasions, as reminder, and to put some structure in what I do.</description>
			</item>
			<item>
				<title>Changing default “Warning Level” and “Treat Warnings as Errors” for Visual Studio wizards</title>
				<link>https://mihai-nita.net/2010/05/10/changing-default-vs-warning-level/</link>
				<pubDate>Mon, 10 May 2010 07:22:06 +0000</pubDate>
				<guid>https://mihai-nita.net/2010/05/10/changing-default-vs-warning-level/</guid>
				<description>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 &lt;code&gt;Yes&lt;/code&gt; (default is &lt;code&gt;No&lt;/code&gt;). This is how you can do it once and for all.</description>
			</item>
			<item>
				<title>ToUnicode - Automating some of the steps of Unicode code conversion (Windows)</title>
				<link>https://mihai-nita.net/2007/12/19/tounicode-automating-some-of-the-steps-of-unicode-code-conversion-windows/</link>
				<pubDate>Thu, 20 Dec 2007 05:50:59 +0000</pubDate>
				<guid>https://mihai-nita.net/2007/12/19/tounicode-automating-some-of-the-steps-of-unicode-code-conversion-windows/</guid>
				<description>A small tool that goes though C/C++ files and changes them to (almost) compile as Unicode.</description>
			</item>
			<item>
				<title>TaskBarCmd - programmatically change the Windows Taskbar settings</title>
				<link>https://mihai-nita.net/2007/09/09/taskbarcmd-programmatically-change-the-windows-taskbar-settings/</link>
				<pubDate>Sun, 09 Sep 2007 22:13:59 +0000</pubDate>
				<guid>https://mihai-nita.net/2007/09/09/taskbarcmd-programmatically-change-the-windows-taskbar-settings/</guid>
				<description>This is a small tool to change Windows taskbar settings from command line (hide/show, set the “keep on top” option, etc.)</description>
			</item>
			<item>
				<title>CharMapEx - Some kind of character map :-)</title>
				<link>https://mihai-nita.net/2007/09/08/charmapex-some-kind-of-character-map/</link>
				<pubDate>Sun, 09 Sep 2007 03:45:16 +0000</pubDate>
				<guid>https://mihai-nita.net/2007/09/08/charmapex-some-kind-of-character-map/</guid>
				<description>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>
			</item>
			<item>
				<title>How to localize an RC file?</title>
				<link>https://mihai-nita.net/2007/05/03/how-to-localize-an-rc-file/</link>
				<pubDate>Thu, 03 May 2007 21:44:28 +0000</pubDate>
				<guid>https://mihai-nita.net/2007/05/03/how-to-localize-an-rc-file/</guid>
				<description>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>
			</item>
			<item>
				<title>How to test if a user is Administrator on localized systems?</title>
				<link>https://mihai-nita.net/2007/04/13/how-to-test-if-a-user-is-administrator-on-localized-systems/</link>
				<pubDate>Fri, 13 Apr 2007 09:29:45 +0000</pubDate>
				<guid>https://mihai-nita.net/2007/04/13/how-to-test-if-a-user-is-administrator-on-localized-systems/</guid>
				<description>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>
			</item>
			<item>
				<title>Mojibake, question marks, and other troubles</title>
				<link>https://mihai-nita.net/2006/08/12/mojibake-question-marks-and-other-troubles/</link>
				<pubDate>Sun, 13 Aug 2006 02:00:26 +0000</pubDate>
				<guid>https://mihai-nita.net/2006/08/12/mojibake-question-marks-and-other-troubles/</guid>
				<description>Dealing with the most common character corruption problems in DBCS localization</description>
			</item>
			<item>
				<title>Basic lingo</title>
				<link>https://mihai-nita.net/2006/08/06/basic-lingo/</link>
				<pubDate>Sun, 06 Aug 2006 21:40:18 +0000</pubDate>
				<guid>https://mihai-nita.net/2006/08/06/basic-lingo/</guid>
				<description>Tring to help you “grok” terms like character set, charset, coded character set, code page, encoding</description>
			</item>
			<item>
				<title>Visual Studio Unicode projects</title>
				<link>https://mihai-nita.net/2006/07/23/visual-studio-unicode-projects/</link>
				<pubDate>Sun, 23 Jul 2006 09:15:09 +0000</pubDate>
				<guid>https://mihai-nita.net/2006/07/23/visual-studio-unicode-projects/</guid>
				<description>How to change a Visual Studio project to compile as Unicode</description>
			</item>
			<item>
				<title>String API and internationalization</title>
				<link>https://mihai-nita.net/2006/04/15/string-api-and-internationalization/</link>
				<pubDate>Sun, 16 Apr 2006 01:06:08 +0000</pubDate>
				<guid>https://mihai-nita.net/2006/04/15/string-api-and-internationalization/</guid>
				<description>What string class/API is best for internationalization?</description>
			</item>
			<item>
				<title>What is a “Unicode application”?</title>
				<link>https://mihai-nita.net/2006/03/16/what-is-a-unicode-application/</link>
				<pubDate>Thu, 16 Mar 2006 21:29:19 +0000</pubDate>
				<guid>https://mihai-nita.net/2006/03/16/what-is-a-unicode-application/</guid>
				<description>Is there such a thing? Suspense, controversy, and a surprising conclusion, in today’s episode.</description>
			</item>
			<item>
				<title>“Reverse IME” (getting hiragana/katakana/pinyin/bopomofo from kanji)</title>
				<link>https://mihai-nita.net/2005/12/13/reverse-ime-getting-hiraganakatakanapinyinbopomofo-from-kanji/</link>
				<pubDate>Wed, 14 Dec 2005 05:04:30 +0000</pubDate>
				<guid>https://mihai-nita.net/2005/12/13/reverse-ime-getting-hiraganakatakanapinyinbopomofo-from-kanji/</guid>
				<description>Obtaining pronunciation information from Kanji using the MS IME API</description>
			</item>
			<item>
				<title>Unicode .RC in VS 2005</title>
				<link>https://mihai-nita.net/2005/10/30/unicode-rc-in-vs-2005/</link>
				<pubDate>Sun, 30 Oct 2005 19:37:40 +0000</pubDate>
				<guid>https://mihai-nita.net/2005/10/30/unicode-rc-in-vs-2005/</guid>
				<description>Problems with Unicode in .RC files produced by the Visual Studio 2005 Resource Editor</description>
			</item>
			<item>
				<title>Data internationalization</title>
				<link>https://mihai-nita.net/2005/10/25/data-internationalization/</link>
				<pubDate>Wed, 26 Oct 2005 00:30:56 +0000</pubDate>
				<guid>https://mihai-nita.net/2005/10/25/data-internationalization/</guid>
				<description>Most articles and books will teach you how to display data in a locale sensitive way. This article will try to show how to serialize or communicate in a locale insensitive way.</description>
			</item>
			<item>
				<title>Problems using Unicode characters with RTF controls in dialogs</title>
				<link>https://mihai-nita.net/2005/07/09/problems-using-unicode-characters-with-rtf-controls-in-dialogs/</link>
				<pubDate>Sat, 09 Jul 2005 21:21:51 +0000</pubDate>
				<guid>https://mihai-nita.net/2005/07/09/problems-using-unicode-characters-with-rtf-controls-in-dialogs/</guid>
				<description>Although the application is Unicode, it seems that the RichText controls hosted by dialogs cannot accept Unicode strings from the API.</description>
			</item>
			<item>
				<title>Customized GetNumberFormat and GetCurrencyFormat</title>
				<link>https://mihai-nita.net/2005/07/07/customized-getnumberformat-and-getcurrencyformat/</link>
				<pubDate>Thu, 07 Jul 2005 08:55:42 +0000</pubDate>
				<guid>https://mihai-nita.net/2005/07/07/customized-getnumberformat-and-getcurrencyformat/</guid>
				<description>The GetNumberFormat and GetCurrencyFormat Windows API accepts a pointer to a structure or NULL. But there is no API to fill the structures with the values matching a certain locale.</description>
			</item>
			<item>
				<title>Starting Mac Programming - Chapter two - my first program</title>
				<link>https://mihai-nita.net/2005/06/17/starting-mac-programming-chapter-two-my-first-program/</link>
				<pubDate>Sat, 18 Jun 2005 04:00:41 +0000</pubDate>
				<guid>https://mihai-nita.net/2005/06/17/starting-mac-programming-chapter-two-my-first-program/</guid>
				<description>I am starting to write my first application. No books, not nothing. Just jump and try to swim.</description>
			</item>
			<item>
				<title>Starting Mac Programming - Chapter one</title>
				<link>https://mihai-nita.net/2005/06/14/starting-mac-programming-chapter-one/</link>
				<pubDate>Wed, 15 Jun 2005 06:00:29 +0000</pubDate>
				<guid>https://mihai-nita.net/2005/06/14/starting-mac-programming-chapter-one/</guid>
				<description>Making the Big (Mac) decisions: what to buy, what compiler, Carbon or Cocoa?</description>
			</item>
			<item>
				<title>Starting Mac Programming</title>
				<link>https://mihai-nita.net/2005/06/14/starting-mac-programming/</link>
				<pubDate>Wed, 15 Jun 2005 04:00:25 +0000</pubDate>
				<guid>https://mihai-nita.net/2005/06/14/starting-mac-programming/</guid>
				<description>I am moving to the dark side: learning some Mac programming. Not to become an expert, but at least to see how internationalization works in that part of the world :-)</description>
			</item>
			<item>
				<title>Setting the user and system locales</title>
				<link>https://mihai-nita.net/2005/06/11/setting-the-user-and-system-locales/</link>
				<pubDate>Sun, 12 Jun 2005 05:20:39 +0000</pubDate>
				<guid>https://mihai-nita.net/2005/06/11/setting-the-user-and-system-locales/</guid>
				<description>One of the most basic operations. You will need to do this countless times if you have to use non-Unicode applications to manipulate localized data (for instance if you have to resize Japanese resources in Developer Studio .NET 2003 or earlier).</description>
			</item>
			<item>
				<title>How SBCS-MBCS-Unicode application interact with Windows</title>
				<link>https://mihai-nita.net/2005/03/18/how-sbcs-mbcs-unicode-application-interact-with-windows/</link>
				<pubDate>Sat, 19 Mar 2005 06:45:55 +0000</pubDate>
				<guid>https://mihai-nita.net/2005/03/18/how-sbcs-mbcs-unicode-application-interact-with-windows/</guid>
				<description>Explains why the ANSI-Unicode applications separation, and why the limitations of ANSI applications cannot be solved without moving to Unicode.</description>
			</item>
			<item>
				<title>Glossary</title>
				<link>https://mihai-nita.net/2005/03/06/glossary/</link>
				<pubDate>Mon, 07 Mar 2005 01:10:16 +0000</pubDate>
				<guid>https://mihai-nita.net/2005/03/06/glossary/</guid>
				<description>No need for explanation here. A skimpy one for now, but growing.</description>
			</item>
			<item>
				<title>Getting started</title>
				<link>https://mihai-nita.net/2005/03/06/getting-started/</link>
				<pubDate>Sun, 06 Mar 2005 20:00:00 +0000</pubDate>
				<guid>https://mihai-nita.net/2005/03/06/getting-started/</guid>
				<description>First entry. What are my plans with this web site and other uninteresting thoughts.</description>
			</item>
			<item>
				<title>All</title>
				<link>https://mihai-nita.net/all/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://mihai-nita.net/all/</guid>
				<description>archives</description>
			</item>
			<item>
				<title>Navigation</title>
				<link>https://mihai-nita.net/sidebar/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://mihai-nita.net/sidebar/</guid>
				<description></description>
			</item>
			<item>
				<title>Whoops! Page not found</title>
				<link>https://mihai-nita.net/404/</link>
				<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
				<guid>https://mihai-nita.net/404/</guid>
				<description>&lt;p&gt;That page can&amp;rsquo;t be found.&lt;/p&gt;&#xA;&lt;p&gt;Our latest content is &lt;a href=&#34;https://mihai-nita.net/&#34;&gt;on the homepage&lt;/a&gt;.&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
