Re: Ansi to Unicode

2007-11-22 Thread James Hawkins
On Nov 22, 2007, at 7:01 AM, [EMAIL PROTECTED] wrote: > Is there any standard function in WINE to transform an Ansi string > into a > Unicode string? > > And the opposite? > > > msdn is your friend... -- James Hawkins

Re: Ansi to Unicode

2007-11-22 Thread Alexander Nicolaysen Sørnes
On Thursday 22 November 2007 16:01:00 [EMAIL PROTECTED] wrote: > Is there any standard function in WINE to transform an Ansi string into a > Unicode string? > > And the opposite? Same as in Windows: WideCharToMulitByte and MultiByteToWideChar Alexander N. Sørnes

Ansi to Unicode

2007-11-22 Thread luis . busquets
Is there any standard function in WINE to transform an Ansi string into a Unicode string? And the opposite?