<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Aharoni in Unicode, ya mama</title>
	<atom:link href="http://aharoni.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aharoni.wordpress.com</link>
	<description>Treacle tarts for great justice</description>
	<lastBuildDate>Wed, 19 Jun 2013 07:31:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='aharoni.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Aharoni in Unicode, ya mama</title>
		<link>http://aharoni.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aharoni.wordpress.com/osd.xml" title="Aharoni in Unicode, ya mama" />
	<atom:link rel='hub' href='http://aharoni.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Always define the language and the direction of your HTML documents, part 02: Backwards English</title>
		<link>http://aharoni.wordpress.com/2013/05/18/always-define-the-language-and-the-direction-of-your-html-documents-part-02-backwards-english/</link>
		<comments>http://aharoni.wordpress.com/2013/05/18/always-define-the-language-and-the-direction-of-your-html-documents-part-02-backwards-english/#comments</comments>
		<pubDate>Sat, 18 May 2013 12:14:26 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[localization]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=2166</guid>
		<description><![CDATA[In part 01 of these series, I showed why is it important to always define the language and the direction of all HTML content and not rely on the defaults: The content may get embedded in a document with different direction and be displayed incorrectly. This issue is laughably easy to avoid: If you are [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2166&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>In part 01 of these series, I showed <a href="http://aharoni.wordpress.com/2012/08/07/always-dir-01/">why is it important to always define the language and the direction of all HTML content</a> and not rely on the defaults: The content may get embedded in a document with different direction and be displayed incorrectly.</p>
<p>This issue is laughably easy to avoid: If you are writing the content, you are supposed to know in what language it is written, so if it&#8217;s English, just write &lt;html lang=&#8221;en&#8221; dir=&#8221;ltr&#8221;&gt; even though these seem to be the defaults. Nineteen or so characters that ensure your content is readable and not displayed backwards. Please do it always and tell all your friends to do it.</p>
<p>The problem is that you don&#8217;t only have to explicitly set the language and the direction, but, as silly as it sounds, you have to set them correctly, too. A more subtle, but nevertheless quite frequent and disruptive bug is displaying presumably, but not actually, translated content in a different direction. This happens quite frequently when a website supports the browser language detection feature, known as Accept-Language:</p>
<div dir="rtl">
<ol>
<li>The web server sees that the browser requests content in Hebrew.</li>
<li>The web server sends a response with &lt;html lang=&#8221;he&#8221; dir=&#8221;rtl&#8221;&gt;, but because the website is not actually translated, the text is shown in the fallback language, which is usually English.</li>
<li>The user sees the content just like this numbered list, which I intentionally set to dir=&#8221;rtl&#8221;: with the numbers and the punctuation on the wrong side, and possibly invisible, because English is not a right-to-left language.</li>
</ol>
</div>
<p>Of course, it can go even worse. Arrows can point the wrong way and buttons and images can overlap and hide each other, rendering the page not just hard to read, but totally unusable.</p>
<p>This bug is also an example of the <a href="http://aharoni.wordpress.com/2011/08/24/the-software-localization-paradox/">Software Localization Paradox</a>: It manifests itself when Accept-Language is not English, but most developers install English operating systems and don&#8217;t bother to change the preferred language settings in the browser, so they never see how this bug manifests itself. The site developers don&#8217;t bother to test for it either.</p>
<p>The solution, of course, is to set a different language and direction only if the site is actually translated, and not to pretend that it&#8217;s translated if it&#8217;s not.</p>
<p>Here are two examples of such brokenness. Both sites are important and useful, but hard to use for people whose Accept-Language is Hebrew, Persian or Arabic.</p>
<p>Here&#8217;s how the <a href="https://developer.mozilla.org/he/">Mozilla Developer Network website</a> looks in fake Hebrew:</p>
<div id="attachment_2167" class="wp-caption aligncenter" style="width: 510px"><a href="http://aharoni.files.wordpress.com/2013/05/mdn-rtl.png"><img src="http://aharoni.files.wordpress.com/2013/05/mdn-rtl.png?w=500&#038;h=358" alt="Mozilla Developer Network website, in English, but right-to-left" width="500" height="358" class="size-full wp-image-2167" /></a><p class="wp-caption-text">Mozilla Developer Network website, in English, but right-to-left</p></div>
<p>Notice how the full stops are on the left end and how the text overlaps the images in the tiles on the right-hand side. This is how it is supposed to look, more or less:</p>
<div id="attachment_2168" class="wp-caption aligncenter" style="width: 510px"><a href="http://aharoni.files.wordpress.com/2013/05/mdn-ltr.png"><img src="http://aharoni.files.wordpress.com/2013/05/mdn-ltr.png?w=500&#038;h=377" alt="Mozilla Developer Network home page in English, left-to-right" width="500" height="377" class="size-full wp-image-2168" /></a><p class="wp-caption-text">Mozilla Developer Network home page in English, left-to-right</p></div>
<p>I manually changed dir=&#8221;rtl&#8221; to dir=&#8221;ltr&#8221; using the element inspector from Firefox&#8217;s developer tools and I also had to tweak a CSS class to move the &#8220;mozilla&#8221; tab at the top.</p>
<p>The above troubles are reported as <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=816443">bug 816443 &#8211;  lang and dir attributes must be used only if the page is actually translated</a>.</p>
<p>After showing an example of a web development bug from a site for, ahem, web developers, here is an even funnier example: The <a href="http://cldr.unicode.org/">home page of Unicode&#8217;s CLDR</a>. That&#8217;s right: Unicode&#8217;s own website shows text with incorrect direction:</p>
<div id="attachment_2169" class="wp-caption aligncenter" style="width: 510px"><a href="http://aharoni.files.wordpress.com/2013/05/cldr-rtl.png"><img src="http://aharoni.files.wordpress.com/2013/05/cldr-rtl.png?w=500&#038;h=301" alt="The Unicode CLDR website, in English but right-to-left" width="500" height="301" class="size-full wp-image-2169" /></a><p class="wp-caption-text">The Unicode CLDR website, in English but right-to-left</p></div>
<p>The only words translated here are &#8220;Contents&#8221; (תוכן) and &#8220;Search this site&#8221; (חיפוש באתר זה), which is not so useful. The rest is shown in English, and the direction is broken: Notice the strange alignment of the content and the schedule table. A few months ago that table was so broken that its content wasn&#8217;t visible at all, but that was probably patched.</p>
<p>Here&#8217;s how it is supposed to look:</p>
<div id="attachment_2170" class="wp-caption aligncenter" style="width: 510px"><a href="http://aharoni.files.wordpress.com/2013/05/cldr-ltr.png"><img src="http://aharoni.files.wordpress.com/2013/05/cldr-ltr.png?w=500&#038;h=301" alt="The CLDR home page in English, appropriately left-to-right" width="500" height="301" class="size-full wp-image-2170" /></a><p class="wp-caption-text">The CLDR home page in English, appropriately left-to-right</p></div>
<p>I tried reporting <a href="http://unicode.org/cldr/trac/ticket/6072">the CLDR home page direction bug</a>, but it was closed as &#8220;out-of-scope&#8221;: The CLDR developers say that the Google Sites infrastructure is to blame. This is frustrating, because as far as I know Google Sites doesn&#8217;t have a proper bug reporting system and all I can do is write a <a href="http://productforums.google.com/forum/#!category-topic/sites/report-a-problem/dzqvgdz1Dpo">question about that direction problem in the Google Sites forum</a> and hope that somebody notices it or poke my Googler friends.</p>
<p>One thing that I will not do is switch my Accept-Language to English. Whenever I can, I don&#8217;t just want to see the website correctly, but to <a href="http://www.quora.com/User-Behavior/Bilingual-web-users-Do-you-usually-browse-in-your-native-language-or-simply-use-the-sites-default-language-Why">try to help my neighbor</a>: see the possible problems that can affect other users who use different language. Somebody has to break the Software Localization Paradox.</p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/firefox/'>Firefox</a>, <a href='http://aharoni.wordpress.com/category/free-software/'>Free Software</a>, <a href='http://aharoni.wordpress.com/category/localization/'>localization</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/2166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/2166/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2166&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2013/05/18/always-define-the-language-and-the-direction-of-your-html-documents-part-02-backwards-english/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2013/05/mdn-rtl.png" medium="image">
			<media:title type="html">Mozilla Developer Network website, in English, but right-to-left</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2013/05/mdn-ltr.png" medium="image">
			<media:title type="html">Mozilla Developer Network home page in English, left-to-right</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2013/05/cldr-rtl.png" medium="image">
			<media:title type="html">The Unicode CLDR website, in English but right-to-left</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2013/05/cldr-ltr.png" medium="image">
			<media:title type="html">The CLDR home page in English, appropriately left-to-right</media:title>
		</media:content>
	</item>
		<item>
		<title>Marriage in Dictionaries</title>
		<link>http://aharoni.wordpress.com/2013/04/18/marriage-in-dictionaries/</link>
		<comments>http://aharoni.wordpress.com/2013/04/18/marriage-in-dictionaries/#comments</comments>
		<pubDate>Thu, 18 Apr 2013 12:22:15 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[Catalan]]></category>
		<category><![CDATA[gay]]></category>
		<category><![CDATA[gender]]></category>
		<category><![CDATA[linguistics]]></category>
		<category><![CDATA[sex]]></category>
		<category><![CDATA[USA]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=2156</guid>
		<description><![CDATA[The definition of marriage is the hottest topic in US news lately. My favorite place for looking up definitions of English words is, unsurprisingly, the Merriam-Webster dictionary. And indeed, the editors of M-W&#8217;s website noticed the public interest in the definition of marriage, and here&#8217;s what they had to write about it: The word became [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2156&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>The definition of <em>marriage</em> is the hottest topic in US news lately.</p>
<p>My favorite place for looking up definitions of English words is, unsurprisingly, the Merriam-Webster dictionary.</p>
<p>And indeed, the <a href="http://www.merriam-webster.com/trend-watch/2013/03/29/">editors of M-W&#8217;s website noticed the public interest in the definition of marriage</a>, and here&#8217;s what they had to write about it:</p>
<blockquote><p>The word became the subject of renewed scrutiny as the Supreme Court heard arguments in cases seeking to overturn California&#8217;s ban on gay marriage and the federal government&#8217;s Defense of Marriage Act.</p>
<p>Marriage has become a controversial definition, although its original sense – &#8220;the state of being united to a person of the opposite sex&#8221; – has not changed.</p>
<p>However, because the word is used in phrases such as &#8220;same-sex marriage&#8221; and &#8220;gay marriage&#8221; (by proponents and opponents alike), a second definition – &#8220;the state of being united to a person of the same sex in a relationship like that of a traditional marriage&#8221; – was added to the dictionary to provide an accurate picture of the word&#8217;s current use.
</p></blockquote>
<p>I recently read Herbert Morton&#8217;s excellent book <em>The Story of Webster&#8217;s Third: Philip Gove&#8217;s Controversial Dictionary and Its Critics</em>. It&#8217;s excellent because it&#8217;s very well written and because it could be a handbook in how to make dictionaries in general: how to balance scientific linguistic precision with usefulness to the general public.</p>
<p>Sadly, this remark about the definition of marriage is a departure from the principles of excellence that guided the editors of Webster&#8217;s Third. If the sentence says &#8220;same-sex marriage&#8221;, then &#8220;same-sex&#8221; means, literally, &#8220;same-sex&#8221;; there&#8217;s no need to say &#8220;the state of being united to a person of the <em>same sex</em>&#8220;.</p>
<p>Why not just say that &#8220;marriage&#8221; is &#8220;the state of being united to a person&#8221;? Maybe &#8220;legally united&#8221;, or &#8220;religiously united&#8221;. Or &#8220;united in a family&#8221;. It neatly avoids the political problems around sex and gender and all that, and is correct linguistically.</p>
<p>The official dictionary of the Catalan language already did it:</p>
<div id="attachment_2157" class="wp-caption aligncenter" style="width: 510px"><a href="http://aharoni.files.wordpress.com/2013/04/diec-canvis.png"><img src="http://aharoni.files.wordpress.com/2013/04/diec-canvis.png?w=500&#038;h=253" alt="Comparison of two versions of a dictionary definition." width="500" height="253" class="size-full wp-image-2157" /></a><p class="wp-caption-text">Comparison of two versions of a dictionary definition in the Catalan language.</p></div>
<p>The Institute of Catalan Studies, which publishes the dictionary, also publishes a list of updates in each edition. In this image you can see how the definition of marriage changed from &#8220;a legal union of a man and a woman&#8221; to &#8220;a legitimate union of two people who promise each other a common life, established through certain rituals or legal formalities&#8221;. The last usage example also says: &#8220;In some countries the legislation provides for marriage between two persons of the same sex&#8221;.</p>
<p>And well, yes, before you ask: of course there is a political background. Catalonia was one of the first jurisdictions that made same-sex marriage equal to different-sex marriage. But from the purely linguistic point of view the newer definition, which doesn&#8217;t mention a man and a woman, is perfectly correct. And saying that the definition of &#8220;marriage&#8221; is different in &#8220;marriage&#8221; and in &#8220;same-sex marriage&#8221; is not correct. Simple, really.</p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/catalan/'>Catalan</a>, <a href='http://aharoni.wordpress.com/category/gay/'>gay</a>, <a href='http://aharoni.wordpress.com/category/gender/'>gender</a>, <a href='http://aharoni.wordpress.com/category/linguistics/'>linguistics</a>, <a href='http://aharoni.wordpress.com/category/sex/'>sex</a>, <a href='http://aharoni.wordpress.com/category/usa/'>USA</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/2156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/2156/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2156&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2013/04/18/marriage-in-dictionaries/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2013/04/diec-canvis.png" medium="image">
			<media:title type="html">Comparison of two versions of a dictionary definition.</media:title>
		</media:content>
	</item>
		<item>
		<title>The Fateful March of 1998 &#8211; my #webstory</title>
		<link>http://aharoni.wordpress.com/2013/04/07/the-fateful-march-of-1998-my-webstory/</link>
		<comments>http://aharoni.wordpress.com/2013/04/07/the-fateful-march-of-1998-my-webstory/#comments</comments>
		<pubDate>Sun, 07 Apr 2013 10:06:53 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=2147</guid>
		<description><![CDATA[I first connected to the web in the summer of 1997. I bought a new computer with Windows 95 and Microsoft Internet Explorer 2. For about a week I thought that that&#8217;s how the web is supposed to look, but I kept seeing messages saying &#8220;Your browser doesn&#8217;t support frames&#8221; on a lot of sites. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2147&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I first connected to the web in the summer of 1997. I bought a new computer with Windows 95 and Microsoft Internet Explorer 2. For about a week I thought that that&#8217;s how the web is supposed to look, but I kept seeing messages saying &#8220;Your browser doesn&#8217;t support frames&#8221; on a lot of sites. And then I found that there&#8217;s this thing called Microsoft Internet Explorer 3. I went to microsoft.com and downloaded it. It was the first piece of software that I downloaded. It was about 10 megabytes and took about an hour on my dial-up connection.</p>
<p>Most notably, Microsoft Internet Explorer 3 supported <a href="https://en.wikipedia.org/wiki/Frameset">frames</a> and <a href="https://en.wikipedia.org/wiki/Animated_GIF">animated GIFs</a>. I loved animated GIFs! I guess that it makes me quite a hipster.</p>
<div id="attachment_2151" class="wp-caption aligncenter" style="width: 290px"><a href="http://aharoni.files.wordpress.com/2013/04/01_house_cat.gif"><img src="http://aharoni.files.wordpress.com/2013/04/01_house_cat.gif?w=500" alt="A cat in headphones dancing to house music."   class="size-full wp-image-2151" /></a><p class="wp-caption-text">House cat. Sorry, it&#8217;s an anachronism&mdash; this animated GIF is from mid-2000s. 1997&#8242;s animated GIFs were quite different.</p></div>
<p>And then Microsoft Internet Explorer 4 came out. I thought&mdash;&#8221;well, if the move from IE2 to IE3 made such a big difference, then I guess that I should try number 4, and it will be even cooler&#8221;. And I tried. And it was a disaster. The installation screwed up everything on my computer. I had no idea how to disable the dreaded <a href="https://en.wikipedia.org/wiki/Active_Desktop">Active Desktop</a>, which it introduced. It didn&#8217;t work so well with my Hebrew version of Windows 95. So I did what a lot of people did very often back then and formatted my hard drive and re-installed Windows.</p>
<p>And the question arose&mdash;which browser should I use? IE3 was stable, but I didn&#8217;t like that it was getting old. So I went to netscape.com, to try that Netscape Navigator browser that I kept hearing everybody talking about it.</p>
<p>And I loved it.</p>
<p>I loved its nifty toolbars and its bookmarks manager. I loved the crash reporting; it crashed quite often, actually, but I didn&#8217;t feel so bad about it, because Microsoft&#8217;s programs crashed often, too, and in case of Netscape I felt good about reporting these crashes. Netscape&#8217;s email program, Netscape Messenger, was truly outstanding. I especially loved the green dot, which marked messages as read and unread in one click. Most of all, it said very clearly something that I came to realize only years later: &#8220;I am a program that lets you browse the web as well as possible. I am not trying to do anything else.&#8221;</p>
<p>Fast forward to March 1998. Netscape made the big announcement that the development of its browser becomes an open source project code-named &#8220;Mozilla&#8221;. I started hearing about &#8220;open source&#8221;, &#8220;free software&#8221; and Linux shortly before that, but it was mostly in the context of crazy geek hobbyists. And then suddenly a big famous end-user product that I love becomes open source&mdash;that felt really cool.</p>
<p>I followed Mozilla news since then. I heard about <a href="https://en.wikipedia.org/wiki/Bugzilla">Bugzilla</a> before its first version was released. I liked Mozilla&#8217;s decision to redo the whole rendering based on standards, even though many people criticized it. The thing that annoyed me the most in Mozilla&#8217;s early years was the lack of support for proper right-to-left text support, which was present in Internet Explorer. That&#8217;s why I, sadly, used mostly IE, and even became a bit of an IE power user. But I waited eagerly for Mozilla to do it and tried every alpha release.</p>
<div id="attachment_2152" class="wp-caption aligncenter" style="width: 339px"><a href="http://aharoni.files.wordpress.com/2013/04/firefox-1-ad-page.png"><img src="http://aharoni.files.wordpress.com/2013/04/firefox-1-ad-page.png?w=500" alt="&quot;Are you fed up with your browser? You&#039;re not alone. We want you to know that there&#039;s an alternative... Firefox.&quot; The logo of Firefox is drawn with names of people."   class="size-full wp-image-2152" /></a><p class="wp-caption-text">The famous New York Times ad.</p></div>
<p>I was thrilled about the announcement of Firefox, the first stable version of Mozilla&#8217;s browser. I gave 10$ to the famous <a href="http://www.mozilla.org/en-US/press/mozilla-2004-12-15.html">2004 New York Times Firefox advertisement</a>, and I still have the poster of that advertisement at home.</p>
<div id="attachment_2153" class="wp-caption aligncenter" style="width: 253px"><a href="http://aharoni.files.wordpress.com/2013/04/firefox-1-ad-amir-aharoni.png"><img src="http://aharoni.files.wordpress.com/2013/04/firefox-1-ad-amir-aharoni.png?w=500" alt="A long list of names, including Amir Elisha Aharoni"   class="size-full wp-image-2153" /></a><p class="wp-caption-text">And there&#8217;s my name. Third line in the middle.</p></div>
<p>It always seemed natural to me that I follow Mozilla news so eagerly. I thought that everybody does it. I mean, how is it even possible to use the web in any way without being at least a bit curious about the technology that runs it?</p>
<p>And then in 2008 I wrote a <a href="http://haharoni.wordpress.com/2008/05/11/sky/">little unimportant post in my Hebrew blog about a funny spelling correction</a>. <a href="http://tomercohen.com/">Tomer Cohen</a> commented on it and suggested me to try the Hebrew spelling dictionary and Hebrew Firefox in general. And that&#8217;s how my big love story with software localization began.</p>
<p>I started sending corrections to the translation of Firefox&#8217;s interface translation. I started sending corrections to the Hebrew spelling dictionary. I got so curious about the way the spelling dictionary was built that I ended up doing a whole university degree in Hebrew Language. Really.</p>
<p>And in 2011 I started working in the Language Engineering team in the Wikimedia Foundation. I love it, and it probably wouldn&#8217;t have happened without my involvement with Mozilla. In the same year I also became a <a href="https://reps.mozilla.org">Mozilla Rep</a>&mdash;a volunteer representative of Mozilla at conferences, blogs and forums.</p>
<p>Probably the most important thing that I learned from my Mozilla story is that loving the web and being curious about it is not something obvious. Most people just want something that works for checking weather, news, Facebook friends updates, homework help and kitten videos. And for the most part, that is perfectly fine. But the people&#8217;s freedom to read reliable and complete news on any electronic device cannot actually be taken for granted. <a href="http://articles.timesofindia.indiatimes.com/2012-11-19/india/35204660_1_facebook-post-facebook-account-bal-thackeray">Neither the people&#8217;s freedom and privacy to share their thoughts in social networks</a>. Mozilla is among the most important organizations that care for these things and it develops technologies that make them possible. Technologies that let you browse the web as well as possible and don&#8217;t try to do anything else.</p>
<p>We do it for one simple reason: We love the web.</p>
<p><a href="http://www.mozilla.org/en-US/contribute/">Do you love it, too?</a></p>
<p>P.S. As I began writing this post, I realized that Microsoft&#8217;s Active Desktop was not so different from today&#8217;s devices, which are heavily based on web technologies: Firefox OS, Chrome OS and others. I can&#8217;t say that I love Microsoft, but as it often happens, it was quite pioneering with ideas, and not so good with their execution. Credit where credit&#8217;s due.</p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/firefox/'>Firefox</a>, <a href='http://aharoni.wordpress.com/category/free-software/'>Free Software</a>, <a href='http://aharoni.wordpress.com/category/internet/'>Internet</a>, <a href='http://aharoni.wordpress.com/category/privacy/'>privacy</a>, <a href='http://aharoni.wordpress.com/category/software/'>software</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/2147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/2147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2147&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2013/04/07/the-fateful-march-of-1998-my-webstory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2013/04/01_house_cat.gif" medium="image">
			<media:title type="html">A cat in headphones dancing to house music.</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2013/04/firefox-1-ad-page.png" medium="image">
			<media:title type="html">&#34;Are you fed up with your browser? You&#039;re not alone. We want you to know that there&#039;s an alternative... Firefox.&#34; The logo of Firefox is drawn with names of people.</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2013/04/firefox-1-ad-amir-aharoni.png" medium="image">
			<media:title type="html">A long list of names, including Amir Elisha Aharoni</media:title>
		</media:content>
	</item>
		<item>
		<title>Hugo Chávez Is Still Not Dead</title>
		<link>http://aharoni.wordpress.com/2013/03/06/hugo-chavez-is-still-not-dead/</link>
		<comments>http://aharoni.wordpress.com/2013/03/06/hugo-chavez-is-still-not-dead/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 10:16:21 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[language]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=2140</guid>
		<description><![CDATA[There are articles about Chávez in Wikipedias in ninety-six languages. He&#8217;s still not dead according to thirteen of them: Cantonese (about the language) &#8211; FIXED Central Bikol (about the language) &#8211; FIXED Ido (about the language) &#8211; FIXED Ladino (about the language) &#8211; FIXED Min Nan (about the language) Ossetic (about the language) &#8211; FIXED [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2140&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>There are articles about Chávez in Wikipedias in ninety-six languages. He&#8217;s still not dead according to thirteen of them:</p>
<ol>
<li><a href="https://zh-yue.wikipedia.org/wiki/%E6%9F%A5%E9%9F%8B%E6%96%AF">Cantonese</a> (<a href="https://en.wikipedia.org/wiki/Cantonese_language">about the language</a>) &#8211; <strong>FIXED</strong></li>
<li><a href="https://bcl.wikipedia.org/wiki/Hugo_Ch%C3%A1vez">Central Bikol</a> (<a href="https://en.wikipedia.org/wiki/Central_Bikol_language">about the language</a>) &#8211; <strong>FIXED</strong></li>
<li><a href="https://io.wikipedia.org/wiki/Hugo_Ch%C3%A1vez">Ido</a> (<a href="https://en.wikipedia.org/wiki/Ido">about the language</a>) &#8211; <strong>FIXED</strong></li>
<li><a href="https://lad.wikipedia.org/wiki/Hugo_Ch%C3%A1vez">Ladino</a> (<a href="https://en.wikipedia.org/wiki/Judaeo-Spanish">about the language</a>) &#8211; <strong>FIXED</strong></li>
<li><a href="https://zh-min-nan.wikipedia.org/wiki/Hugo_Ch%C3%A1vez">Min Nan</a> (<a href="https://en.wikipedia.org/wiki/Min_Nan_language">about the language</a>)</li>
<li><a href="https://os.wikipedia.org/wiki/%D0%A7%D0%B0%D0%B2%D0%B5%D1%81,_%D0%A3%D0%B3%D0%BE">Ossetic</a> (<a href="https://en.wikipedia.org/wiki/Ossetic_language">about the language</a>) &#8211; <strong>FIXED</strong></li>
<li><a href="https://pap.wikipedia.org/wiki/Hugo_Ch%C3%A1vez">Papiamento</a> (<a href="https://en.wikipedia.org/wiki/Papiamento">about the language</a>) &#8211; <strong>FIXED</strong></li>
<li><a href="https://bat-smg.wikipedia.org/wiki/Hugo_Ch%C3%A1vez">Samogitian</a> (<a href="https://en.wikipedia.org/wiki/Samogitian_language">about the language</a>) &#8211; <strong>FIXED</strong></li>
<li><a href="https://scn.wikipedia.org/wiki/Hugo_Ch%C3%A1vez">Sicilian</a> (<a href="https://en.wikipedia.org/wiki/Sicilian_language">about the language</a>) &#8211; <strong>FIXED</strong></li>
<li><a href="https://so.wikipedia.org/wiki/Hugo_Shafes">Somali</a> (<a href="https://en.wikipedia.org/wiki/Somali_language">about the language</a>)</li>
<li><a href="https://hsb.wikipedia.org/wiki/Hugo_Ch%C3%A1vez">Upper Sorbian</a> (<a href="https://en.wikipedia.org/wiki/Upper_Sorbian_language">about the language</a>) &#8211; <strong>FIXED</strong></li>
<li><a href="https://fiu-vro.wikipedia.org/wiki/Ch%C3%A1vezi_Hugo">Võro</a> (<a href="https://en.wikipedia.org/wiki/Võro_language">about the language</a>) &#8211; <strong>FIXED</strong></li>
<li><a href="https://wa.wikipedia.org/wiki/Hugo_Ch%C3%A1vez">Walloon</a> (<a href="https://en.wikipedia.org/wiki/Walloon_language">about the language</a>) &#8211; <strong>FIXED</strong></li>
</ol>
<p>Looking at the different language Wikipedias often brings about other useful things. For example, <a href="https://gv.wikipedia.org/wiki/Hugo_Ch%C3%A1vez">Chávez&#8217; death date</a> was marked in the <a href="https://en.wikipedia.org/wiki/Manx_language">Manx</a> Wikipedia, but the name of the month of March was spelled incorrectly, so I corrected it. In the Russian Wikipedia I noticed that the banner that invites people to <a href="https://wikimania2013.wikimedia.org/wiki/Main_page">Wikimania 2013 in Hong Kong</a> is translated incorrectly, and I corrected it.</p>
<p>If you know one of the above languages, consider adding the death date of Hugo Chávez to the articles, and writing some other things there, too. Millions of people will appreciate your contribution.</p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/language/'>language</a>, <a href='http://aharoni.wordpress.com/category/wikipedia/'>Wikipedia</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/2140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/2140/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2140&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2013/03/06/hugo-chavez-is-still-not-dead/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>
	</item>
		<item>
		<title>Pay it Forward Soviet-style</title>
		<link>http://aharoni.wordpress.com/2012/12/12/pay-it-forward-soviet-style/</link>
		<comments>http://aharoni.wordpress.com/2012/12/12/pay-it-forward-soviet-style/#comments</comments>
		<pubDate>Wed, 12 Dec 2012 21:52:11 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[movies]]></category>
		<category><![CDATA[Russia]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=2132</guid>
		<description><![CDATA[Remember Misha, the Soviet Olympic mascot? Here&#8217;s another example that in the Soviet Union the good things were good: The animated short film &#8220;Thank you!&#8221; by Vladimir Tarasov. It&#8217;s very Soviet, but in a good way. Three children fly in a plane, enjoy the flight and thank the pilot. The pilot is flattered, but he [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2132&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Remember <a href="http://aharoni.wordpress.com/2007/06/29/made-me-cry-misha/">Misha, the Soviet Olympic mascot</a>?</p>
<p>Here&#8217;s another example that in the Soviet Union the good things were good: The <a href="https://www.youtube.com/watch?v=2pzTcygjieg">animated short film &#8220;Thank you!&#8221;</a> by <a href="https://en.wikipedia.org/wiki/Vladimir_Tarasov">Vladimir Tarasov</a>.</p>
<p>It&#8217;s very Soviet, but in a good way. Three children fly in a plane, enjoy the flight and thank the pilot. The pilot is flattered, but he suggests them to thank the engineer who designed the plane, so they do. The engineer is hinted to be Jewish, and he&#8217;s smoking a cigarette while designing the plane&mdash;in the 1970s nobody complained that depicting smoking is dangerous to children. The engineer suggests the children to thank the factory workers who built the plane. The factory worker turns out to be Georgian and is depicted as an orchestra conductor; he suggests the children to thank the forgery worker who made the metal for the plane.</p>
<p>The forgery worker, who turns out to be Ukrainian, and even says a couple of Ukrainian words, suggests the children to thank the miner who brought the ore to the forgery. The miner suggests to thank the geologist, who found the ore. And the geologist suggest to thank the pilot, who brought him from Moscow to the far easy, where he found the ore.</p>
<p>As with many Soviet animated films, this one is both simple and arty.</p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/movies/'>movies</a>, <a href='http://aharoni.wordpress.com/category/russia/'>Russia</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/2132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/2132/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2132&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2012/12/12/pay-it-forward-soviet-style/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>
	</item>
		<item>
		<title>Possible censorship of Putin and Medvedev&#8217;s names on Russian television</title>
		<link>http://aharoni.wordpress.com/2012/12/10/putin-medvedev-ntv/</link>
		<comments>http://aharoni.wordpress.com/2012/12/10/putin-medvedev-ntv/#comments</comments>
		<pubDate>Mon, 10 Dec 2012 18:12:13 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[Russia]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=2081</guid>
		<description><![CDATA[Here&#8217;s a somewhat curious story: The Russian TV channel NTV showed a performance by the rock band &#8220;Leningrad&#8221;, which is famous for incorporating many Russian expletives in its lyrics. The expletives were censored by beeping, which is the usual and expected practice, comparable to beeping on words like &#8220;fuck&#8221; in American TV. The surprise in [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2081&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s a somewhat curious story: The Russian TV channel NTV showed a performance by the rock band &#8220;Leningrad&#8221;, which is famous for incorporating many <a href="http://en.wikipedia.org/wiki/Russian_mat">Russian expletives</a> in its lyrics. The expletives were censored by beeping, which is the usual and expected practice, comparable to beeping on words like &#8220;fuck&#8221; in American TV. The surprise in this performance, however, was that the names of president Putin and prime minister Medvedev, who were mentioned in the song, were censored the same way. The name of the the Church of Christ the Savior, which recently became famous as the stage of Pussy Riot&#8217;s notorious performance, was partly censored as well, although the name &#8220;Pussy Riot&#8221; itself was not censored.</p>
<p> NTV started out in the early 1990s as one of Russia&#8217;s first independent TV channels, but now it&#8217;s controlled by the Kremlin.</p>
<p><a href="http://lenta.ru/news/2012/12/10/duck/">Here&#8217;s the original story at Lenta.ru in Russian</a>. The only thing in English I could find about it, was <a href="http://russian2day.blogspot.co.il/2012/12/sergei-shnurov-song-moscow-in-program.html">this story</a>, which is probably machine-translated. So I made a rough edited version so the English would be readable. It&#8217;s a reaction of the NTV host and of the former Culture Minister Mikhail Shvydkoi to the incident:</p>
<p>&#8220;Quacking&#8217; over the names of Vladimir Putin and Dmitry Medvedev during the performance of the band &#8220;Leningrad&#8221; on NTV was irony, not an act of censorship. On this, as reported by RIA Novosti , December 10, told the host Vadim Takmenev. &#8220;We thought it was a funny trick in this song, so here it was sung openly with a giant duck will quack over the names of the president and the prime minister and the famous building with a dome,&#8221; &#8211; said Takmenev. He expressed regret that no one understood self-irony. The words &#8220;Putin&#8221; and &#8220;Medvedev&#8221; were masked duck quacking during the performance of Sergei Shnurov&#8217;s song &#8220;Moscow&#8221; in the program &#8220;CCTV&#8221; on December 9. Some cursing was masked, too. Many media saw this as an act of censorship. Meanwhile, according to Vadim Takmenev, if the purpose was censorship, the authors of the program would have chosen a different way: &#8220;The options were a few &#8211; well, for example, ask the &#8220;Leningrad&#8221; to sing the song in a more ethereal version. There was an option to score the words that are now all the talk , the names of two people, the music, so no one noticed&#8230; Or we could do the song and not put it on the air. If it would be about a censorship. What prevents us to throw this song?&#8221; Takmenev also noticed that topical songs on the air has been retained, and by &#8220;Leningrad&#8221; no questions to transfer arose. The presenter also said that accusations of censorship to the management of NTV in connection with the release of &#8220;Central Television&#8221; in any case unfounded, since the program is in the external production.</p>
<p>Earlier on Monday, President of the Foundation &#8220;Russian Television Academy,&#8221; the former Culture Minister Mikhail Shvydkoi said that the names of Putin and Medvedev have been removed from the air legally, as is the norm in the law on the protection of the dignity of the president. He did not see political implications in the actions of the authors of &#8221; Central Television&#8221;.</p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/russia/'>Russia</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/2081/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/2081/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2081&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2012/12/10/putin-medvedev-ntv/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>
	</item>
		<item>
		<title>Web sight</title>
		<link>http://aharoni.wordpress.com/2012/11/25/web-sight/</link>
		<comments>http://aharoni.wordpress.com/2012/11/25/web-sight/#comments</comments>
		<pubDate>Sun, 25 Nov 2012 09:37:22 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[localization]]></category>
		<category><![CDATA[Wikipedia]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=2076</guid>
		<description><![CDATA[Because of some not-so-interesting technical reasons I ended up on the mailing list for reporting bugs in Wikipedia&#8217;s mobile app (please see disclaimer in the end). Reading real Wikipedia readers&#8217; reactions is fascinating. A lot of the emails there are just empty. People just press the button to report a problem and don&#8217;t actually write [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2076&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Because of some not-so-interesting technical reasons I ended up on the mailing list for reporting bugs in Wikipedia&#8217;s mobile app (please see disclaimer in the end).</p>
<p>Reading real Wikipedia readers&#8217; reactions is fascinating.</p>
<p>A lot of the emails there are just empty. People just press the button to report a problem and don&#8217;t actually write anything at all.</p>
<p>Sometimes they are just slightly less than empty. For example, quite a lot of people write things like &#8220;When will you fix your stupid app already???!?!!&#8221;. This may seem pointless and unconstructive, but actually these people think that there is context to what they say, because they see complaints from other people at Google&#8217;s or Apple&#8217;s app store and they assume that the app&#8217;s maintainers are aware of them. Some people also threaten to give the app a low rating in the app store; it&#8217;s not really wrong, but it&#8217;s not very helpful either.</p>
<p>A lot of the emails are about connectivity problems in Android 2.2.2 and about screen rotation problems on iPad. The developers are aware of both issues and are working on them.</p>
<p>And a whole lot of reports suggest fixes in content, rather than technical problems. Some of them are pointless, for example &#8220;The facts on this web sight is wrong and i want it changed to the corrected statement&#8221;. It never occurred to that person that it would be helpful to say what information is wrong or what should be written there (it can also be a troll). And some people do make useful suggestions. For example, one person reported that Obama didn&#8217;t write &#8220;<a href="https://en.wikipedia.org/wiki/How_the_Grinch_Stole_Christmas">How the Grinch Stole Christmas</a>&#8220;. The report was correct: somebody indeed vandalized the article about the children&#8217;s book and wrote that its author is Obama. It was an easy fix, so I just fixed it myself and replied, thanking the person for the report and saying that in the future she can fix it herself by pressing the &#8220;edit&#8221; button.</p>
<p>If I see that fixing the problem will take more than a minute, I just reply with &#8220;you can fix it yourself&#8221;. This does make me think that a more robust way of telling people that they can fix the problems themselves is needed.</p>
<hr />
<p>All these issues aside, there is something truly wonderful about this app: People write these emails in their language without caring at all about who will read them. Reporting a bug in Bugzilla is hard for many reasons, one of which is certainly the language. But the app gives the user a completely localized experience, so the users don&#8217;t think twice before sending a bug report in their language.</p>
<p>And this is a good thing. Some People from Some Companies told me explicitly that they give up on processing reports from too many people in too many languages; not Wikimedia. Wikimedia may acknowledge that it&#8217;s hard, Wikimedia won&#8217;t commit to replying to each email, but Wikimedia wouldn&#8217;t just shut it down and ignore it completely, either. We would rather think about more efficient ways to get volunteers to reply to people efficiently or to help people fix the issues themselves &#8211; that&#8217;s what the whole &#8220;wiki&#8221; idea is about in the first place.</p>
<hr />
<p><small>(Important disclaimer: I am involved with this mailing list as a volunteer. It has nothing to do with the paid work that I do for the Wikimedia Foundation. I do not officially represent the Foundation in any actions that I take with regard to that mailing list.)</small></p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/localization/'>localization</a>, <a href='http://aharoni.wordpress.com/category/wikipedia/'>Wikipedia</a> Tagged: <a href='http://aharoni.wordpress.com/tag/android/'>Android</a>, <a href='http://aharoni.wordpress.com/tag/ipad/'>iPad</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/2076/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/2076/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2076&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2012/11/25/web-sight/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>
	</item>
		<item>
		<title>The Case for Localizing Names</title>
		<link>http://aharoni.wordpress.com/2012/11/13/the-case-for-localizing-names/</link>
		<comments>http://aharoni.wordpress.com/2012/11/13/the-case-for-localizing-names/#comments</comments>
		<pubDate>Tue, 13 Nov 2012 19:56:25 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=2040</guid>
		<description><![CDATA[I often help my friends and family members open email accounts. Sometimes they are starting to use the Internet and sometimes they move from old email services (Yahoo, Walla!, ISP) to something modern (like it or not, GMail). At some point they have to fill their name, which will appear in the &#8220;from&#8221; field. And [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2040&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I often help my friends and family members open email accounts. Sometimes they are starting to use the Internet and sometimes they move from old email services (Yahoo, Walla!, ISP) to something modern (like it or not, GMail).</p>
<p>At some point they have to fill their name, which will appear in the &#8220;from&#8221; field. And then I have to suggest them to write it in Latin characters, even though most of them speak languages that aren&#8217;t written in Latin characters &#8211; mostly Hebrew and Russian. Chances are that some day they will send an email to somebody who cannot read Russian or Hebrew, and Latin is relatively better known.</p>
<p>Only relatively, though. It may seem obvious to you that everybody knows the Latin script, but in fact, a lot of people are not comfortable with it at all. There are also other complications: lossy and inconsistent transliteration rules (is Amir אמיר or עמיר?), potential right-to-left rendering problems, and more. And of course, all people are happy to see their name in their language.</p>
<p>And people are also happy to see their friends&#8217; names in their own language and not in a foreign or a neutral language. I have, for example, a lot of friends in India. Most of them write their names in English, but some write it in Marathi or in Malayalam. It&#8217;s certainly good for them, but in practice it&#8217;s much harder for me to find them this way, so English would be better &#8211; but Hebrew or Russian would be better yet.</p>
<p>Finally, there are a lot of people in the world who have more than one linguistic background. Mine are Russian, Hebrew and English, and I am really not such a special case. There are many millions of immigrants who have mixed backgrounds: Punjabi-Hindi-Urdu-English, Kurdish-Turkish-German, Kazakh-Russian-Norwegian, and others, and others and others. From each of these backgrounds they have friends, co-workers and family members, with whom they would love to communicate in the respective language. In each of these backgrounds they have friends who would want to find them using the name under which they know them there and using the appropriate language and writing system.</p>
<p>And sometimes people change their names, too. I did once, and so have many other people.</p>
<p>All this means that people&#8217;s names should be translatable, just like books, articles and software interfaces. Facebook and Google+ allow me to add a very limited number of names in foreign languages. Why wouldn&#8217;t they let me write my name in four, five, ten languages? This would make it easier for people who speak these languages to find me and to communicate with me. I would go even further and allow people who speak languages that I don&#8217;t know well to write my name as their hear it in their language and to add it to my details. Yet again, this would make me easier to find to even more people.</p>
<p>Some degree of automation can be possible. A lot of names are, after all, repetitive, so social networks would be able to suggest people with common names how their name would be written in other languages.</p>
<p>Wikipedia is actually quite good in this regard: Usually people have the same username across projects, and this username is not necessarily written in Latin letters, but people can customize the appearance of their signature in each project. I did it in a few languages, and people who speak those languages appreciate it.</p>
<p>I can only hope that social networks and email systems will allow as much flexibility as possible with this.</p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/facebook/'>Facebook</a>, <a href='http://aharoni.wordpress.com/category/google/'>Google</a>, <a href='http://aharoni.wordpress.com/category/localization/'>localization</a>, <a href='http://aharoni.wordpress.com/category/software/'>software</a>, <a href='http://aharoni.wordpress.com/category/translation/'>translation</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/2040/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/2040/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2040&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2012/11/13/the-case-for-localizing-names/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>
	</item>
		<item>
		<title>English typing computer</title>
		<link>http://aharoni.wordpress.com/2012/11/03/2042/</link>
		<comments>http://aharoni.wordpress.com/2012/11/03/2042/#comments</comments>
		<pubDate>Sat, 03 Nov 2012 14:03:04 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[India]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=2042</guid>
		<description><![CDATA[I&#8217;m in an Internet cafe in Mumbai. I tried to install Firefox with the Marathi interface, but on the computers here fonts for languages of India are not installed. That&#8217;s right &#8211; on computers in India fonts for languages of India are not installed. Hence, installing Firefox in Marathi failed at the very first stage, [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2042&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m in an Internet cafe in Mumbai. I tried to install Firefox with the Marathi interface, but on the computers here fonts for languages of India are not installed. That&#8217;s right &#8211; on computers in India fonts for languages of India are not installed. Hence, installing Firefox in Marathi failed at the very first stage, because the fonts are needed for the installation wizard.</p>
<p>Actually, I&#8217;m not surprised that these fonts are not installed, because it&#8217;s not my first time in India. I know that it happens a lot in this country. I would install them, but I don&#8217;t have a permission.</p>
<p>I find it incredibly weird &#8211; and tragic &#8211; that so many people in India don&#8217;t even try to use computers in any language except English. The one curious thing that I did find was an &#8220;English typing computer&#8221; shop. It&#8217;s just a place where you can use a computer to write Word documents in <strong>Hindi or Marathi</strong>, but using an English-based transliteration keyboard rather than the standard Indian Devanagari InScript keyboard, because they find transliteration keyboards easier. Of course, they could just install such a keyboard layout on their computers&#8230; but they prefer to go to an &#8220;English typing computer&#8221; shop.</p>
<p>We, software internationalization people, have so much more work to do.</p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/english/'>English</a>, <a href='http://aharoni.wordpress.com/category/firefox/'>Firefox</a>, <a href='http://aharoni.wordpress.com/category/india/'>India</a>, <a href='http://aharoni.wordpress.com/category/localization/'>localization</a>, <a href='http://aharoni.wordpress.com/category/translation/'>translation</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/2042/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/2042/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2042&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2012/11/03/2042/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>
	</item>
		<item>
		<title>Always define the language and the direction of your HTML documents, part 01</title>
		<link>http://aharoni.wordpress.com/2012/08/07/always-dir-01/</link>
		<comments>http://aharoni.wordpress.com/2012/08/07/always-dir-01/#comments</comments>
		<pubDate>Tue, 07 Aug 2012 08:42:49 +0000</pubDate>
		<dc:creator>aharoni</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[translation]]></category>
		<category><![CDATA[right to left]]></category>

		<guid isPermaLink="false">http://aharoni.wordpress.com/?p=2032</guid>
		<description><![CDATA[I received this email from Safari Books Online: The email is written in English, but notice how the text is aligned unusually to the right. Notice also that the punctuation marks appear at the wrong end of the sentence. I used Firefox developer tools to apply the correct direction, and saw it correctly: This happens [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2032&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I received this email from Safari Books Online:</p>
<div id="attachment_2033" class="wp-caption aligncenter" style="width: 510px"><a href="http://aharoni.files.wordpress.com/2012/08/safari-books-rtl.png"><img src="http://aharoni.files.wordpress.com/2012/08/safari-books-rtl.png?w=500&#038;h=220" alt="Email in English from Safari Books, oriented like Hebrew" title="Email in English from Safari Books, oriented like Hebrew" width="500" height="220" class="size-full wp-image-2033" /></a><p class="wp-caption-text">Email in English from Safari Books, oriented like Hebrew. Click to enlarge.</p></div>
<p>The email is written in English, but notice how the text is aligned unusually to the right. Notice also that the punctuation marks appear at the wrong end of the sentence. I used Firefox developer tools to apply the correct direction, and saw it correctly:</p>
<div id="attachment_2034" class="wp-caption aligncenter" style="width: 510px"><a href="http://aharoni.files.wordpress.com/2012/08/gmail-editing-ltr.png"><img src="http://aharoni.files.wordpress.com/2012/08/gmail-editing-ltr.png?w=500&#038;h=266" alt="The same email, with corrected left-to-right formatting using Firefox developer tools" title="The same email, with corrected left-to-right formatting using Firefox developer tools" width="500" height="266" class="size-full wp-image-2034" /></a><p class="wp-caption-text">The same email, with corrected left-to-right formatting using Firefox developer tools</p></div>
<p>This happens because I use GMail with the Hebrew interface. GMail has to guess the direction of the emails that I receive, because in plain text there&#8217;s no easy way to specify the direction (I hope to discuss it in a separate post soon). Usually GMail guesses correctly. Ironically, for HTML-formatted emails like this one, GMail often guesses incorrectly, even though in HTML, unlike in plain text, it&#8217;s quite easy to specify the direction by simply adding dir=&#8221;ltr&#8221; to the root element of the email.</p>
<p>Unfortunately a lot of HTML authors don&#8217;t bother to specify explicit direction. Many are not even aware of this exotic dir attribute. Others think that because &#8220;ltr&#8221; is the default, they don&#8217;t have to specify it. They are wrong: As this email shows, the left-to-right HTML content is embedded in a right-to-left environment, and the &#8220;rtl&#8221; definition propagates to the embedded content.</p>
<p>You could blame GMail, of course, but it&#8217;s much more practical to always define the direction of your HTML content, even if it&#8217;s the default. You can never know where will your content end up.</p>
<p>P.S.: I read this post before publishing and suddenly realized that its style is quite similar to &#8220;Best Practices&#8221; books, such as Damian Conway&#8217;s classic &#8220;Perl Best Practices&#8221; &#8211; it tells you to do something that is not obviously needed, and explains why it is needed nevertheless. I like to acknowledge sources of inspiration. Thank you, Damian.</p>
<br />Filed under: <a href='http://aharoni.wordpress.com/category/firefox/'>Firefox</a>, <a href='http://aharoni.wordpress.com/category/internet/'>Internet</a>, <a href='http://aharoni.wordpress.com/category/localization/'>localization</a>, <a href='http://aharoni.wordpress.com/category/perl/'>Perl</a>, <a href='http://aharoni.wordpress.com/category/programming/'>programming</a>, <a href='http://aharoni.wordpress.com/category/translation/'>translation</a> Tagged: <a href='http://aharoni.wordpress.com/tag/right-to-left/'>right to left</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aharoni.wordpress.com/2032/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aharoni.wordpress.com/2032/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aharoni.wordpress.com&#038;blog=92632&#038;post=2032&#038;subd=aharoni&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aharoni.wordpress.com/2012/08/07/always-dir-01/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://2.gravatar.com/avatar/be497f8bae14d55916cba53df8a80ceb?s=96&#38;d=http%3A%2F%2F2.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aharoni</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2012/08/safari-books-rtl.png" medium="image">
			<media:title type="html">Email in English from Safari Books, oriented like Hebrew</media:title>
		</media:content>

		<media:content url="http://aharoni.files.wordpress.com/2012/08/gmail-editing-ltr.png" medium="image">
			<media:title type="html">The same email, with corrected left-to-right formatting using Firefox developer tools</media:title>
		</media:content>
	</item>
	</channel>
</rss>
