<?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>The Localization Tool &#187; mwk</title>
	<atom:link href="http://www.the-localization-tool.com/?feed=rss2&#038;author=3" rel="self" type="application/rss+xml" />
	<link>http://www.the-localization-tool.com</link>
	<description>Articles around software localization with Sisulizer by its users, friends, and makers</description>
	<lastBuildDate>Thu, 26 Aug 2010 14:47:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Visual Basic 6 with UNICODE</title>
		<link>http://www.the-localization-tool.com/?p=1470</link>
		<comments>http://www.the-localization-tool.com/?p=1470#comments</comments>
		<pubDate>Tue, 04 May 2010 18:21:43 +0000</pubDate>
		<dc:creator>mwk</dc:creator>
				<category><![CDATA[Software Localization]]></category>

		<guid isPermaLink="false">http://www.the-localization-tool.com/?p=1470</guid>
		<description><![CDATA[Visual Basic 6 with UNICODE GUI possible with Hexagora controls and classes Out of the box Visual Basic 6 comes without UNICODE support for its controls. Strings in VB6 are already in UNICODE but when it comes to display everything is converted back to ANSI. The Italian Software Vendor Hexagora solves this problem with a [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Visual Basic 6 with UNICODE GUI possible with Hexagora controls and classes</strong></p>
<p>Out of the box Visual Basic 6 comes without UNICODE support for its controls. Strings in VB6 are already in UNICODE but when it comes to display everything is converted back to ANSI.</p>
<p>The Italian Software Vendor Hexagora solves this problem with a set of UNICODE controls replacing the ANSI originals. Sisulizer supports projects using these controls right out of the box. Hexagoras controls together with Sisulizer make the dream of full UNICODE enabled applications with Visual Basic 6 come true. Please visit <a title="Visual Basic UNICODE localization" href="http://www.plimus.com/jsp/redirect.jsp?contractId=1699345&amp;referrer=Sisulizer" target="_blank">Hexagora.com</a> for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-localization-tool.com/?feed=rss2&amp;p=1470</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is little-endian and big-endian?</title>
		<link>http://www.the-localization-tool.com/?p=1466</link>
		<comments>http://www.the-localization-tool.com/?p=1466#comments</comments>
		<pubDate>Tue, 04 May 2010 18:17:55 +0000</pubDate>
		<dc:creator>mwk</dc:creator>
				<category><![CDATA[Software Localization]]></category>

		<guid isPermaLink="false">http://www.the-localization-tool.com/?p=1466</guid>
		<description><![CDATA[There are two types of byte-ordering: big- and little-endian. Intel processors use the little-endian order; this means the more significant digits in a number are on the right side. If we write a number like 4711, the most significant digit is 4 (= 4.000) and is on the left side. A BOM (Byte Order Marker) [...]]]></description>
			<content:encoded><![CDATA[<p>There are two types of byte-ordering: big- and little-endian. Intel processors use the little-endian order; this means the more significant digits in a number are on the right side. If we write a number like 4711, the most significant digit is 4 (= 4.000) and is on the left side. A BOM (Byte Order Marker) in text files indicates to the application the direction to read the numbers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-localization-tool.com/?feed=rss2&amp;p=1466</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a BOM?</title>
		<link>http://www.the-localization-tool.com/?p=1459</link>
		<comments>http://www.the-localization-tool.com/?p=1459#comments</comments>
		<pubDate>Tue, 04 May 2010 18:15:12 +0000</pubDate>
		<dc:creator>mwk</dc:creator>
				<category><![CDATA[Software Localization]]></category>

		<guid isPermaLink="false">http://www.the-localization-tool.com/?p=1459</guid>
		<description><![CDATA[BOM is an acronym for byte-order-mark. BOM describes the order in which a sequence of bytes is stored in computer memory. The acronym is stored at the beginning of a text file to tell the reading application the order in which the bytes are organized, as big-endian or little-endian. BOM also indicates if a character [...]]]></description>
			<content:encoded><![CDATA[<p>BOM is an acronym for byte-order-mark. BOM describes the order in which a sequence of bytes is stored in computer memory. The acronym is stored at the beginning of a text file to tell the reading application the order in which the bytes are organized, as big-endian or little-endian. BOM also indicates if a character is stored in 16- or 32-bit UNICODE. And, the BOM is also used to mark UFT-7 and UTF-8 files. These files are 8-bit files that use a code to store 16-bit characters. Therefore, the name BOM for these kinds of files is a bit misleading. While it is convenient to know the file format, a BOM can be used to mark the format inside the file.</p>
<p>If a file is read by an application not aware of BOMs, the system shows the characters used to sign the file as data. In this case, you can use Kaboom to read a file with a BOM and convert the file into a file without a BOM.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-localization-tool.com/?feed=rss2&amp;p=1459</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What is a code page and why is it needed?</title>
		<link>http://www.the-localization-tool.com/?p=1453</link>
		<comments>http://www.the-localization-tool.com/?p=1453#comments</comments>
		<pubDate>Tue, 04 May 2010 18:11:10 +0000</pubDate>
		<dc:creator>mwk</dc:creator>
				<category><![CDATA[Software Localization]]></category>

		<guid isPermaLink="false">http://www.the-localization-tool.com/?p=1453</guid>
		<description><![CDATA[Code pages are necessary because ANSI files only have 8 bits to display a character (char). This means there are only 256 possible characters&#8211;not nearly enough for all languages of the world. The American charset needs only 128 different chars = 7-bit. Because 7-bit was a bit inefficient for computers, this led to the need [...]]]></description>
			<content:encoded><![CDATA[<p>Code pages are necessary because ANSI files only have 8 bits to display a character (char). This means there are only 256 possible characters&#8211;not nearly enough for all languages of the world.</p>
<p>The American charset needs only 128 different chars = 7-bit. Because 7-bit was a bit inefficient for computers, this led to the need for another bit; thus, currently, another 128 possibilities are available to display chars.</p>
<p>On MS-DOS systems, some of these bits have been used for drawing boxes and lines. With Windows, these boxes and lines have been removed from the charsets and more foreign chars have been added. For the most Western languages like English, French, German, and others, these additional chars work efficiently. For example, the German charset needs only seven extra chars to the US charset &#8211; leaving enough space for special chars from Spain, Norway, and so forth.</p>
<p style="text-align: center;">
<div id="attachment_1456" class="wp-caption aligncenter" style="width: 325px"><a href="http://www.the-localization-tool.com/wp-content/uploads/2010/05/codepage-western.jpg"><img class="size-full wp-image-1456 " title="codepage-western" src="http://www.the-localization-tool.com/wp-content/uploads/2010/05/codepage-western.jpg" alt="This is a dialog shown with wrong system code page" width="315" height="119" /></a><p class="wp-caption-text">Typical display of a dialog shown with the wrong system codepage.</p></div>
<p>However, for certain charsets, such as Cyrillic charsets, the space was not big enough. Codepages fill that gap. A code page in Windows is nothing more than information, so that the upper 128 chars use some other characters. For example, instead of the German umlaut Ü, a Cyrillic Ш appears. both of these items have the ANSI value 205. Thus, if the Windows codepage 1252 is selected, a Ü appears, while with the Russian Windows codepage 1251 Ш (sha) is displayed.</p>
<p>If code pages are used, the system cannot possibly show Ü and Ш on the same display. This is only possible if UNICODE is used. For example, this page uses UNICODE (UTF-8) to display both chars.</p>
<p>While this solves the problem for most of the languages, the code page technique does not help languages with more than 128 special characters, such as Japanese, Korean and Chinese. For these languages, DBCS is available. While the lower 128 characters are still the same as in US code pages, the upper 128 are specially encoded. In this system, one character of the upper 128 chars starts a multi-byte sequence. This means that one character is stored in one or many chars. For example, in Japanese shift-jis, one character can use up to five bytes.</p>
<p>Thus, if a person writes a text file on her or his computer and does not use UNICODE to save it, the current code page is used. If this file is given to someone with some other current codepage, the file is not displayed correctly. So, if you are in Western Europe or the USA, and you get a text file from someone in Greece, Turkey, China, or Japan, the chances are high that the file is useless to you. <a title="Sisulizer's Kaboom - The Conversation Utility" href="http://www.sisulizer.com/kaboom.shtml" target="_blank">Kaboom </a>can fix these problems. Simply convert the file into UNICODE and print, edit, or use the file in any way&#8211;without losing information. If you edit the file and you want to return it with your changes, simply convert the file back into the code page that the receiver needs. Kaboom makes the entire process easy and quick.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-localization-tool.com/?feed=rss2&amp;p=1453</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Merry Christmas</title>
		<link>http://www.the-localization-tool.com/?p=549</link>
		<comments>http://www.the-localization-tool.com/?p=549#comments</comments>
		<pubDate>Fri, 25 Dec 2009 12:20:12 +0000</pubDate>
		<dc:creator>mwk</dc:creator>
				<category><![CDATA[Software Localization]]></category>

		<guid isPermaLink="false">http://www.the-localization-tool.com/?p=549</guid>
		<description><![CDATA[A Merry Christmas to all our visitors! We will be back with more articles around Sisulizer on the 28th.]]></description>
			<content:encoded><![CDATA[<p>A Merry Christmas to all our visitors!</p>
<p>We will be back with more articles around Sisulizer on the 28th. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-localization-tool.com/?feed=rss2&amp;p=549</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create Additional Income Streams for Your Software</title>
		<link>http://www.the-localization-tool.com/?p=24</link>
		<comments>http://www.the-localization-tool.com/?p=24#comments</comments>
		<pubDate>Thu, 09 Apr 2009 16:24:41 +0000</pubDate>
		<dc:creator>mwk</dc:creator>
				<category><![CDATA[Software Localization]]></category>

		<guid isPermaLink="false">http://www.delphi-localization-tool.com/?p=24</guid>
		<description><![CDATA[Create Additional Income Streams for your Software Software developers and publishers across the globe are being hurt by today&#8217;s economic downturn. One way to cope with today&#8217;s challenging economy is to open new markets for your existing applications. Translation can extend the reach of your software to other countries. By translating, say, the English version [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Create Additional Income Streams for your Software</strong></p>
<p>Software developers and publishers across the globe are being hurt by today&#8217;s economic downturn. One way to cope with today&#8217;s challenging economy is to open new markets for your existing applications. Translation can extend the reach of your software to other countries. By translating, say, the English version of your software and localizing it into other major languages, you can do a better job of selling it to the estimated 60 percent of Internet users who don&#8217;t speak English fluently.</p>
<p><strong>Automated Localization Software</strong></p>
<p>Sisulizer 2008 from Sisulizer Ltd makes it easy to manage the translation and localization of your software into multiple languages. It&#8217;s a Windows application that reduces the work required by software developers to localize their programs. Sisulizer manages the translation and localization process, while protecting source code from prying eyes. Sisulizer quickly pays for itself by opening new markets and new revenue streams, allowing developers&#8217; end-users around the globe to use software in the language of their choice. Sisulizer is used by software development companies large and small. Customers include GE Healthcare, Philips, Qualcomm, Intuit, Sony, Siemens, Renault, General Dynamics, and Symantec.</p>
<p><strong>Protecting Your Source Code<br />
</strong><br />
One way to get your application translated would be to send your source code to a professional translator, and ask him or her to separate the executable code from the text, and to translate only the text. There are too many dangers with this approach:</p>
<ul>
<li>It is unlikely that many translators would be familiar with C++ Builder, Delphi, Visual Basic, Visual C++, .NET ResX and WPF, HTML Help, ASP, PHP, JSP, XML, WebHelp, Pocket PC, Symbian, Java, and a dozen other popular computer languages that are supported by Sisulizer. It would be too easy for a translator to inadvertently change your source code while localizing the text.</li>
</ul>
<ul>
<li>Given the amount of text that needs to be translated in a typical program, it would be a huge management challenge for the developer to keep track of hundreds of strings, and replace them with their translated text, without introducing source code errors.</li>
</ul>
<ul>
<li>Sharing source code with people outside of your company is risky business, under any circumstances.</li>
</ul>
<p><strong>Localization with Sisulizer</strong></p>
<p>Sisulizer uses an easy three-step process to localize your software:</p>
<ul>
<li>First, use Sisulizer to scan the application and locate all of the text that needs to be translated. Sisulizer works directly with .NET, C++ Builder, Delphi, Visual C++, Visual Basic, Visual Studio, Borland Developer Studio, Java, or Windows binary files, along with XLIFF and .NET assembly. The program works visually with HTML and XML. Sisulizer can also grab text from text files and databases. You determine which Windows resources you want to localize, including icons, menus, dialog boxes, strings, accelerators, versions, and manifest resources. Sisulizer also operates in the mobile world. The software supports .NET Compact Framework, Pocket PC, Symbian, and J2ME.</li>
</ul>
<ul>
<li>Second, translate the text using Sisulizer&#8217;s visual editor. Begin the translation work yourself, and mark each phrase as translated properly, auto-translated, translated by best guess, out for review, or complete. Alternatively, you can use Sisulizer&#8217;s Exchange Wizard to create and send your translator a single file that contains a self-installing Sisulizer Free Edition, along with your project file. Your translator uses Sisulizer&#8217;s built-in WYSIWYG editor for all text in your application. When your translator has completed the translation, they&#8217;ll just need to send back a single file to you. Your translator never has access to your source code, ensuring that your valuable source code will never be accidentally changed or intentionally shared with third parties.</li>
</ul>
<ul>
<li>Third, build the localized version. Simply run Sisulizer using the translated file, and build the new version of your application in the new language. There&#8217;s no need to manually track where each text snippet belongs. Sisulizer manages the localization project, and automatically builds your new version. In addition, Sisulizer&#8217;s Translation Memory feature saves time and money when you translate your next application. Sisulizer remembers all of the words and phrases that it has translated, and you have immediate access to all of these earlier translations in your next project.</li>
</ul>
<div class="im"><strong>Simplifying the Translator&#8217;s Work</strong></div>
<p>Sisulizer comes in five editions that developers and translators can use to manage and control the localization process. Sisulizer 2008 has taken steps to provide translators with an intuitive software program that requires no technical skills to run. The latest version of Sisulizer now supports Windows Presentation Foundation (WPF). This allows each of your translators to see classic Windows WIN32 Forms, Windows Forms, and the new WPF dialogs, without having to wrestle with the .NET runtime. By freeing translators from the complexities of the .NET environment, it makes it easier for them to concentrate on translating the text, and not worrying about the underlying technology of the translation program.</p>
<p>To further improve translators&#8217; productivity, Sisulizer 2008&#8242;s new spell-checker has a Word-like checker that inspects and analyzes each word as you type it. In addition to its built-in spell-checker, the program now supports the Hunspell engine, with more than 80 languages. It also works with the Lingsoft engine, with its excellent support for the Scandinavian languages. Sisulizer easily handles all languages, including right-to-left and double-byte languages.</p>
<p>Sisulizer 2008 also supports machine translation using Google™ Translate. This feature allows the automatic translation of text into 34 languages. If your budget is extremely low in these times of economic strain, you can use this feature to perform your translations for free. But be aware that machine translation cannot replace the work of a professional &#8220;human&#8221; translator.</p>
<p><strong>For More Information</strong></p>
<p>Sisulizer 2008 runs under Windows XP/Vista/2003. Download a free 30-day trial version of Sisulizer from <a href="http://www.sisulizer.com/downloads.shtml">http://www.sisulizer.com/downloads.shtml</a>. For more information, contact Sisulizer Ltd &#038; Co KG, Graf-Salm-Str. 34, 50181 Bedburg, Germany. Internet: <a href="http://www.sisulizer.com">http://www.sisulizer.com/</a></p>
<p><strong>The Bottom Line</strong></p>
<p>Today&#8217;s turbulent economy is going to worsen before it gets better. Developers need a marketing strategy that wrings every penny out of each of their applications. Localization is a cost-effective way to create additional income during an economic downturn. Finally, software localization has become so easy with a tool like Sisulizer that there is no technical reason not to create sites in all of the major languages.</p>
<p>— Al Harberg, DP Directory</p>
]]></content:encoded>
			<wfw:commentRss>http://www.the-localization-tool.com/?feed=rss2&amp;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
