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
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
Is there any standard function in WINE to transform an Ansi string into a
Unicode string?
And the opposite?