On Tue, 2005-09-06 at 08:35 -0700, Roger Binns wrote:
> > To sum up: You need to convert UTF-8 to UTF-16-LE first. Then, 
> > if the OS is NT, you can pass these to the ...W functions. 
> > Otherwise, you need to further convert to ANSI user codepage 
> > and pass it to the ...A functions. 
> 
> Alternatively tell people to link against unicows if they need
> win9x support and you can stick to only using the W functions.
> 
> http://www.microsoft.com/globaldev/handson/dev/mslu_announce.mspx
> 

I like this solution a lot.  This is probably what I will
end up doing unless somebody can suggest a good reason not
to.
-- 
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to