You're doing it wrong.

by Michael S. Kaplan, published on 2006/08/20 03:01 -04:00, original URI: http://blogs.msdn.com/b/michkap/archive/2006/08/20/707045.aspx


(Title inspired by that Michael Keaton/Teri Garr movie, the one with all the role reversal!)

Regular reader KJK:Hyperion mentioned in the Suggestion Box:

Hey Michael, can you please spank the Application Verifier people for me? thanks.

Their logging is broken.

Not only they use locale id instead of user UI language for display strings, but they can't even really handle it correctly: they produce an XML log that proudly declares itself UTF-8, but actually contains strings in the current ANSI codepage.

This breaks Standard User Analyzer (an Application Verifier front end) horribly because apparently (shock! horror!) the .NET XML parser actually uses the encoding specified in the file header.

Well, I am not sure I have the temperament to be Microsoft's CSO (Corporate Spanking Officer), or even the Technical Lead reporting in to the CSO (in charge of international issues, of course!).

But I think I'll talk about the problem a bit here, and maybe that can be enough of a virtual spanking.... :-)

There are obviously many sins here:

Now everyone knows that XML is sexy and if you are writing any kind of file then it has to be some sort of markup language. But the support for using it right is built into both the unmanaged MSXML and the managed System.Xml. So there really never is a good excuse to do it wrong.

So, cheers to tools like the Standard User Analyzer for its virtues.

And jeers to Application Verifier for its sins. Welcome to the Unicode Lame List!

 

This post brought to you by (U+a255, YI SYLLABLE HXUOP)


# BlakeHandler on 20 Aug 2006 11:00 AM:

With strange Microsoft product names like "Phlat" or "Snarf" -- did you ever think that maybe "Spank" is an acronym, or one of those new services over at Windows Live? ha ha

# Heath Stewart on 20 Aug 2006 1:17 PM:

I'd bet it's writing out XML as simple text, without using MSXML or System.Xml. It's one of the beauties and risks of XML.

# Michael S. Kaplan on 20 Aug 2006 3:28 PM:

Ugh, why can't people use the tools and utilities people go to so much trouble to write?!?

Please consider a donation to keep this archive running, maintained and free of advertising.
Donate €20 or more to receive an offline copy of the whole archive including all images.

go to newer or older post, or back to index or month or day