Aug 3, 2011
Post comments count0
Post likes count0
A shell extension is a guest in someone else's house; don't go changing the code page

A customer reported a problem with their shell extension: We want to format a floating point number according to the user's default locale. We do this by calling to convert the value from floating point to text with a period (U+002E) as the decimal separator, then using to apply the user's preferred grouping character, decimal separator, etc. W...