UNICODE output to frontend

Поиск
Список
Период
Сортировка
От Alex Bolenok
Тема UNICODE output to frontend
Дата
Msg-id 001501c00066$6d134ee0$df02a8c0@artey.ru
обсуждение исходный текст
Список 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.


В списке pgsql-general по дате отправления:

Предыдущее
От: "Morten W. Petersen"
Дата:
Сообщение: Re:
Следующее
От: "Morten W. Petersen"
Дата:
Сообщение: Re: