Benjamin Riefenstahl wrote:
Hi Jason,

Jason Rumney <jasonr@gnu.org> writes:
  
Make sure that rendering CF_TEXT does not clobber the CF_UNICODETEXT
that you just put there on the NT based versions of Windows that do
automatic conversions. It might be better to reverse the order.
    

It's not a problem on W2K here and thinking about it, it would be a
bug in the OS if it was, automatic conversion is supposed to be a
fallback solution.

I thought that would be the case, but wasn't sure so I just wanted to make sure you'd considered it.
Good work.