<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Using funny characters in Outlook 2007 folder and category names - what's the sort order?</title><link>http://blogs.msdn.com/jonathanh/archive/2007/10/23/using-funny-characters-in-outlook-2007-folder-and-category-names-what-s-the-sort-order.aspx</link><description>It's common to use "funny characters" (i.e., non-alphabetic symbols) in Outlook folder names, so that the folders sort in a specific order: !!Super Important !Important All A's Basically B's ... Of course, the same principle can be applied to category</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>MSDN Blog Postings  &amp;raquo; Using funny characters in Outlook 2007 folder and category names - what's the sort order?</title><link>http://blogs.msdn.com/jonathanh/archive/2007/10/23/using-funny-characters-in-outlook-2007-folder-and-category-names-what-s-the-sort-order.aspx#5641861</link><pubDate>Wed, 24 Oct 2007 08:54:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5641861</guid><dc:creator>MSDN Blog Postings  » Using funny characters in Outlook 2007 folder and category names - what's the sort order?</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://msdnrss.thecoderblogs.com/2007/10/24/using-funny-characters-in-outlook-2007-folder-and-category-names-whats-the-sort-order/"&gt;http://msdnrss.thecoderblogs.com/2007/10/24/using-funny-characters-in-outlook-2007-folder-and-category-names-whats-the-sort-order/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Using funny characters in Outlook 2007 folder and category names - what's the sort order?</title><link>http://blogs.msdn.com/jonathanh/archive/2007/10/23/using-funny-characters-in-outlook-2007-folder-and-category-names-what-s-the-sort-order.aspx#5643308</link><pubDate>Wed, 24 Oct 2007 10:32:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5643308</guid><dc:creator>Tony H</dc:creator><description>&lt;p&gt;Hi Jon,&lt;/p&gt;
&lt;p&gt;The official name and explanation for this sort order is the wonderful ASCII codes. Basically the ASCII code go like this:&lt;/p&gt;
&lt;p&gt;! = 033 (ASCII) = 21 (HEX)&lt;/p&gt;
&lt;p&gt;&amp;quot; = 034 (ASCII) = 22 (HEX)&lt;/p&gt;
&lt;p&gt;! is the first printable or non-control character, all the way to 126 or 7F for printable characters. &amp;nbsp;Not sure why the hyphen behaves as it does, so the sort order (if sorting by ASCII) should sort ZFolder before afolder as it's higher in the pecking order (I've not tested if this is the case or not).&lt;/p&gt;
&lt;p&gt;You can find all of the codes in all of their glorious 8 bitness somewhere like this: &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://www.asciicodes.us/"&gt;http://www.asciicodes.us/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;</description></item><item><title>re: Using funny characters in Outlook 2007 folder and category names - what's the sort order?</title><link>http://blogs.msdn.com/jonathanh/archive/2007/10/23/using-funny-characters-in-outlook-2007-folder-and-category-names-what-s-the-sort-order.aspx#5658532</link><pubDate>Thu, 25 Oct 2007 02:32:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5658532</guid><dc:creator>jonathanh</dc:creator><description>&lt;p&gt;Yes, it's got some ASCII ordering in there, but there's a lot that's not the same:&lt;/p&gt;
&lt;p&gt;1. The four symbol ranges in ASCII have been coalesced into one, so that *all* symbols now sort before *all* alphanumerics...&lt;/p&gt;
&lt;p&gt;2. ...with the exception of the hyphen and single-quote (and why the single-quote and not the double-quote?)...&lt;/p&gt;
&lt;p&gt;3. ...and the coalescing didn't even respect ASCII order. For example, the subsequence &amp;quot;&amp;lt; = &amp;gt;&amp;quot; comes before &amp;quot;{ | }&amp;quot; in ASCII, but after it in Outlook sort order.&lt;/p&gt;
&lt;p&gt;I'm sure somewhere there's a PM with a spec and a reason for why this is the way it is - I just want to find that spec :)&lt;/p&gt;
</description></item><item><title>re: Using funny characters in Outlook 2007 folder and category names - what's the sort order?</title><link>http://blogs.msdn.com/jonathanh/archive/2007/10/23/using-funny-characters-in-outlook-2007-folder-and-category-names-what-s-the-sort-order.aspx#8337166</link><pubDate>Wed, 26 Mar 2008 07:19:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8337166</guid><dc:creator>John</dc:creator><description>&lt;p&gt;Thanks for the post. I was wondering why the ASCII order seemed to be out the window.&lt;/p&gt;</description></item><item><title>re: Using funny characters in Outlook 2007 folder and category names - what's the sort order?</title><link>http://blogs.msdn.com/jonathanh/archive/2007/10/23/using-funny-characters-in-outlook-2007-folder-and-category-names-what-s-the-sort-order.aspx#8572338</link><pubDate>Wed, 04 Jun 2008 02:39:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8572338</guid><dc:creator>stutz@copper.net</dc:creator><description>&lt;p&gt;Thank you, Jonathan for all that tedious work. &lt;/p&gt;
&lt;p&gt;Our purposes in knowing the sorting order of keyboard characters were almost the same: &amp;nbsp; labeling/ naming folders so they sort in a specific order. &amp;nbsp;I had ALL computer file directories in mind, viz., My Computer/ Windows Explore &amp;amp; their relatives. &amp;nbsp;I hope you were faster than I. &amp;nbsp;9-1-2007 I typed out all characters which I could remember (rather than downloading keyboards full thereof, and sorted individual characters in Word Perfect. &amp;nbsp;It took me AGES, so you know I can appreciate your diligence.&lt;/p&gt;
&lt;p&gt;I know that work was saved 9-1-2007. &amp;nbsp;Well, so I believed! &amp;nbsp;Frequently I copy basic text from WordPerfect or other programs onto Notepad .txt files and delete the much more consumptive files. &amp;nbsp;That's so the files do not consume so much storage &amp;quot;space&amp;quot;. &amp;nbsp;When I looked for a .txt file re. 'Character sorting order' today, the text file page was blank! &amp;nbsp;Ugh! &amp;nbsp;My Search Companion is not working right now, so did not want to spend another hour or so looking for a .wpd doc which might (likely) have gotten deleted.&lt;/p&gt;
&lt;p&gt;Then thought of the world of persons who might have already done such work. &amp;nbsp;Yes, Googling 'Keyboard character sorting order' led me to your blog and to bliss!&lt;/p&gt;
&lt;p&gt;You have it all right there on three lines! &lt;/p&gt;
&lt;p&gt;And I have those lines on a .txt doc named &lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Character sorting order.txt&lt;/p&gt;
&lt;p&gt;Making a shortcut for my desktop 'Shortcuts' &amp;nbsp;folder, then making another shortcut and changing its name to&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;! &amp;quot; # $ % &amp;amp; ( * , . / : ; @ [ ] ^ _ { | } ~ + &amp;lt; = &amp;gt; &lt;/p&gt;
&lt;p&gt;(beginning with two spaces) for the desktop makes the order visible &lt;/p&gt;</description></item><item><title>re: Using funny characters in Outlook 2007 folder and category names - what's the sort order?</title><link>http://blogs.msdn.com/jonathanh/archive/2007/10/23/using-funny-characters-in-outlook-2007-folder-and-category-names-what-s-the-sort-order.aspx#9853788</link><pubDate>Fri, 31 Jul 2009 00:46:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9853788</guid><dc:creator>Roman</dc:creator><description>&lt;p&gt;Single Quote can be used as part of a name, thus attempts at honoring the alphabet.&lt;/p&gt;</description></item><item><title>re: Using funny characters in Outlook 2007 folder and category names - what's the sort order?</title><link>http://blogs.msdn.com/jonathanh/archive/2007/10/23/using-funny-characters-in-outlook-2007-folder-and-category-names-what-s-the-sort-order.aspx#9904371</link><pubDate>Wed, 07 Oct 2009 17:45:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9904371</guid><dc:creator>RBM</dc:creator><description>&lt;p&gt;Can you sort Outlook 2007 by categories even when there are multiple categories assigned to one entry? &amp;nbsp;It's not possible in Outlook 2003.&lt;/p&gt;</description></item><item><title>re: Using funny characters in Outlook 2007 folder and category names - what's the sort order?</title><link>http://blogs.msdn.com/jonathanh/archive/2007/10/23/using-funny-characters-in-outlook-2007-folder-and-category-names-what-s-the-sort-order.aspx#9925564</link><pubDate>Thu, 19 Nov 2009 17:03:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9925564</guid><dc:creator>MDS</dc:creator><description>&lt;p&gt;Thanks for posting this.&lt;/p&gt;
&lt;p&gt;The frustrating thing about this sort order is that there is no option for putting non-alphabetic folders at the end. Some folders are really important and need to be at the top. &amp;nbsp;Others are really unimportant and need to be at the bottom. &amp;nbsp;And sometimes both are really important but its also very important not to misfile. Thus the desire for space.&lt;/p&gt;</description></item></channel></rss>