Is there any standard function in WINE to transform an Ansi string into a Unicode string?
And the opposite?
On Thursday 22 November 2007 16:01:00 luis.busquets@ilidium.com 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
On Nov 22, 2007, at 7:01 AM, luis.busquets@ilidium.com 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