Re: Continuing encoding fun....

From: Marc Herbert <Marc(dot)Herbert(at)emicnetworks(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: Continuing encoding fun....
Date: 2005-09-13 20:11:24
Message-ID: 87wtlk4tjn.fsf@mail.emicnetworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Marko Ristola <Marko(dot)Ristola(at)kolumbus(dot)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.

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2005-09-14 14:17:22 Re: ODBC Driver on Windows 64 bit
Previous Message Hajo Kirchhoff 2005-09-13 18:46:42 Re: ODBC Driver on Windows 64 bit