<?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>Wil Tan &#187; microsoft</title>
	<atom:link href="http://dready.org/blog/category/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://dready.org/blog</link>
	<description>musings on internationalized identifiers: domain names, OpenID, TLDs</description>
	<lastBuildDate>Thu, 15 Dec 2011 03:42:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What&#8217;s with the J in Emails?</title>
		<link>http://dready.org/blog/2011/12/01/whats-with-the-j/</link>
		<comments>http://dready.org/blog/2011/12/01/whats-with-the-j/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 05:52:23 +0000</pubDate>
		<dc:creator>wil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[emoticons]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[windings]]></category>

		<guid isPermaLink="false">http://dready.org/blog/?p=292</guid>
		<description><![CDATA[This has bothered me ever since I saw it appearing in emails:
I&#8217;d love that J
WTF is that &#8220;J&#8221;? Does it stand for &#8220;joke&#8221;? &#8220;Jesus&#8221;?
After a while it became apparent that it&#8217;s somewhat equivalent to a smiley face, but I was still puzzled by it until I peeked under the hood today and found an email [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>This has bothered me ever since I saw it appearing in emails:</p>
<blockquote><p>I&#8217;d love that J</p></blockquote>
<p>WTF is that &#8220;J&#8221;? Does it stand for &#8220;joke&#8221;? &#8220;Jesus&#8221;?</p>
<p>After a while it became apparent that it&#8217;s somewhat equivalent to a smiley face, but I was still puzzled by it until I peeked under the hood today and found an email sent from Outlook with the following bit in the HTML part:</p>
<pre class="code">I'd love that &lt;span style="font-family:Wingdings"&gt;J&lt;/span&gt;</pre>
<p>A-ha!</p>
<p>When rendered using the Windings font, indeed you get a smiley face:</p>
<pre class="code">I'd love that <span style="font-family:Wingdings">J</span></pre>
<p>And the <code>text/plain</code> part of the email actually does contain the regular <code>&#58;)</code>, so you&#8217;d only see the &#8220;J&#8221; showing up if your device is trying to display the HTML version but it doesn&#8217;t have the Windings font available.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://dready.org/blog/2011/12/01/whats-with-the-j/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>IE7 with IDN support</title>
		<link>http://dready.org/blog/2006/10/17/ie7-with-idn-support/</link>
		<comments>http://dready.org/blog/2006/10/17/ie7-with-idn-support/#comments</comments>
		<pubDate>Tue, 17 Oct 2006 07:27:39 +0000</pubDate>
		<dc:creator>wil</dc:creator>
				<category><![CDATA[idn]]></category>
		<category><![CDATA[idnsearch]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://dready.org/blog/2006/10/17/ie7-with-idn-support/</guid>
		<description><![CDATA[From the official IEBlog posting entitled &#8220;IE7 Is Coming This Month&#8230;Are you Ready?&#8221;:

The final release of IE7 is fast approaching … and I mean really fast … and will be delivered to customers via Automatic Updates a few weeks after it’s available for download.

The #1 feature in IE7 that interests me greatly is its support [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>From the official IEBlog posting entitled <a href="http://blogs.msdn.com/ie/archive/2006/10/06/IE7-Is-Coming-This-Month_2E002E002E00_Are-you-Ready_3F00_.aspx">&#8220;IE7 Is Coming This Month&#8230;Are you Ready?&#8221;</a>:</p>
<blockquote><p>
The final release of IE7 is fast approaching … and I mean really fast … and will be delivered to customers via Automatic Updates a few weeks after it’s available for download.
</p></blockquote>
<p>The #1 feature in IE7 that interests me greatly is its support for <acronym title="Internationalized Domain Name">IDN</acronym>. Yes, it&#8217;s a little late (3.5 years after the IDNA standard was published and more than 4 years after Mozilla implemented it in the browser.) Still, being the most popular browser on the planet this marks a very important milestone in the history of IDN. In fact, JPRS saw the IDN registration numbers soar after Microsoft announced that IE7 will support IDN. I&#8217;m sure many other IDN-enabled registries experienced similar surges too.</p>
<p>I&#8217;ve been using the RC1 version of IE7 for about a month now, and have been using IDNSearch.net to find <a href="http://idnsearch.net/">example IDN URLs</a>. So, if have IE7 installed and want to see a real-life IDN in action, head over to IDNSearch.net.</p>
<p>If you&#8217;re an IE6 user, I would encourage you to upgrade.</p>
<p>Download IE7 here: <a href="http://microsoft.com/ie">http://microsoft.com/ie</a><br />
Find IDN examples here: <a href="http://idnsearch.net/">http://idnsearch.net/</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://dready.org/blog/2006/10/17/ie7-with-idn-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bug in IE?</title>
		<link>http://dready.org/blog/2004/06/03/bug-in-ie/</link>
		<comments>http://dready.org/blog/2004/06/03/bug-in-ie/#comments</comments>
		<pubDate>Thu, 03 Jun 2004 04:02:10 +0000</pubDate>
		<dc:creator>wil</dc:creator>
				<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://blog.dready.org/2004/06/03/bug-in-ie/</guid>
		<description><![CDATA[One day, I found myself debugging a very wierd situation with a CGI script that I was maintaining. The CGI script processes Chinese characters, and only on very rare occasion that it fails mysteriously. I double and triple-checked for all possible error handling, to no avail. After spending many hours, I decided that the problem [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>One day, I found myself debugging a very wierd situation with a CGI script that I was maintaining. The CGI script processes Chinese characters, and only on very rare occasion that it fails mysteriously. I double and triple-checked for all possible error handling, to no avail. After spending many hours, I decided that the problem only surfaces under Internet Explorer (my version is 6.0) and when a HTML form has the <code>multipart/form-data</code> enctype attribute, and one of the textfields in it contains the character <code>&#8213;</code>. When the form is submitted, IE would send the HTTP request, but with the first CGI parameter corrupted.</p>
<p>I tried submitting a problem report to Microsoft <a href="https://s.microsoft.com/technet/security/bulletin/alertus.aspx">here</a>, but all I got after filling in the tedious form, is this: </p>
<blockquote><p>
We&#8217;re sorry, we were unable to service your request. As an option, you may visit any of the pages below for information about Microsoft services and products.
</p></blockquote>
<p>I tried submitting again today and the same thing happened. So I decided to post it here.</p>
<p>You can test if your version of IE has this bug by going to <a href="http://dready.org/cgi-bin/iebug.pl">http://dready.org/cgi-bin/iebug.pl</a> and submitting the form.<br />
If you could let me know your results by posting a comment here, that&#8217;d be great.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://dready.org/blog/2004/06/03/bug-in-ie/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>MS Bookshelf Symbol 7 Update</title>
		<link>http://dready.org/blog/2004/02/12/ms-bookshelf-symbol-7-update/</link>
		<comments>http://dready.org/blog/2004/02/12/ms-bookshelf-symbol-7-update/#comments</comments>
		<pubDate>Thu, 12 Feb 2004 04:29:18 +0000</pubDate>
		<dc:creator>wil</dc:creator>
				<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://blog.dready.org/2004/02/12/ms-bookshelf-symbol-7-update/</guid>
		<description><![CDATA[Today, Windows XP automatic updates service greeted me with two new updates waiting to be downloaded. One was another of those serious enough to allow a remote attacker to completely take over and wreck your computer, the other was about a font! A font? It says that the Bookshelf Symbol 7 font that is included [...]


Related posts:<ol><li><a href='http://dready.org/blog/2011/12/01/whats-with-the-j/' rel='bookmark' title='Permanent Link: What&#8217;s with the J in Emails?'>What&#8217;s with the J in Emails?</a> <small>This has bothered me ever since I saw it appearing in emails: I&#8217;d love that J WTF is that &#8220;J&#8221;?...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Today, Windows XP automatic updates service greeted me with two new updates waiting to be downloaded. One was another of those serious enough to allow a remote attacker to completely take over and wreck your computer, the other was about a font! A font? It says that the Bookshelf Symbol 7 font that is included in MS Office 2003 &#8220;has been found to contain unacceptable symbols&#8221;. Well, that&#8217;s some interesting stuff&#8230;<br />
<!-- read more --><br />
So I fired up the symbol browser included with Office (from Word, Insert -&gt; Symbol), selected the font and took a screenshot. Then I proceeded with the update, rebooted the machine, and did the same thing again. Voila! 3 symbols have been removed &#8211; 2 Swastika&#8217;s and a six-pointed star.</p>
<p>Here&#8217;s the old font:<br />
<img width="500" height="132" src="http://dready.org/blog/files/bookshelf7_old.gif" border="0" /></p>
<p>and here&#8217;s the new one:<br />
<img width="500" height="132" src="http://dready.org/blog/files/bookshelf7_new.gif" border="0" /></p>
<p>I began googling around for it and found some references to the Swastika being removed in this update, see this <a href="http://j-walkblog.com/blog/index/P12889/">post on J-Walk Blog</a>.</p>
<p>What&#8217;s more interesting is that no one ever mentioned the Star, it&#8217;s not even in <a href="http://www.microsoft.com/presspass/press/2003/dec03/12-12FontLetter.asp">Microsoft&#8217;s press release</a>.</p>
<p>The six-pointed star or Hexagram, is called the Star of David in some religious context (Jewish?). Some Christians believe that it is the <a href="http://watch.pair.com/mark.html">Mark of the Beast</a> in the Revelation. Some reading <a href="http://www.freemasonrywatch.org/sixpointedstar.html">here too</a>.</p>


<p>Related posts:<ol><li><a href='http://dready.org/blog/2011/12/01/whats-with-the-j/' rel='bookmark' title='Permanent Link: What&#8217;s with the J in Emails?'>What&#8217;s with the J in Emails?</a> <small>This has bothered me ever since I saw it appearing in emails: I&#8217;d love that J WTF is that &#8220;J&#8221;?...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://dready.org/blog/2004/02/12/ms-bookshelf-symbol-7-update/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
	</channel>
</rss>

