Re: Continuing encoding fun.... - Mailing list pgsql-odbc

From Marc Herbert
Subject Re: Continuing encoding fun....
Date
Msg-id 87wtlk4tjn.fsf@mail.emicnetworks.com
Whole thread Raw
In response to Continuing encoding fun....  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgsql-odbc
Marko Ristola <Marko.Ristola@kolumbus.fi> writes:

> There is one thing, that might be good for you to know:
>
> I tried
> wprintf("%s",char_text) and printf("%ls",wchar_text) methods.
> They don't work with LATIN1 under Linux.

What do you mean by that? Could you post a short sample code?

Since wchar_t is 32bits for glibc, wchar_text can not be LATIN1 which
is 8bits long...


> gcc does not support NON-ASCII multibyte conversions.

Well I would find weird for a compiler to perform such conversions.

pgsql-odbc by date:

Previous
From: Hajo Kirchhoff
Date:
Subject: Re: ODBC Driver on Windows 64 bit
Next
From: "Dave Page"
Date:
Subject: Re: ODBC Driver on Windows 64 bit