UNICODE output to frontend

From: "Alex Bolenok" <abolen(at)pisem(dot)net>
To: "pgsql-general" <pgsql-general(at)postgresql(dot)org>
Subject: UNICODE output to frontend
Date: 2000-08-07 11:55:47
Message-ID: 001501c00066$6d134ee0$df02a8c0@artey.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there any way to compile libpq for Win32 for it to produce output in
UNICODE?

What I want is something like that:

wchar_t* utfbuffer;
...
utfbuffer = PQgetvalue(res, i, j);
wprintf("%s", utfbuffer);
...

and the program produces normal output, not the mess of Chinese/Thai/etc
symbols.

Alex Bolenok.

Browse pgsql-general by date

  From Date Subject
Next Message Morten W. Petersen 2000-08-07 12:52:37 Re:
Previous Message Morten W. Petersen 2000-08-07 11:45:30 Re: