wxWindows UTF-8 support

Поиск
Список
Период
Сортировка
От Jean-Michel POURE
Тема wxWindows UTF-8 support
Дата
Msg-id 200306111004.21488.jm.poure@freesurf.fr
обсуждение исходный текст
Список pgadmin-hackers
Dear Andreas,

wxWindows includes an mbconv class to convert text into/from UTF-8:
http://www.lpthe.jussieu.fr/~zeitlin/wxWindows/docs/wxwin457.htm#unicode
http://www.lpthe.jussieu.fr/~zeitlin/wxWindows/docs/wxwin458.htm#mbconvclasses

It seems that wxWindows supports all encodings. It would allow pgAdmin3 to map
PostgreSQL encoding, without data stream conversion (without set
client_encoding = foo). Example:

- PostgreSQL server : KOI8-R (old russian encoding supported by PostgreSQL)
- Client encoding : KOI8-R
- pgAdmin3 : strings are converted in UTF-8 at display time.

The world is marvelous, don't you think?
Cheers, Jean-Michel



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

Предыдущее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: pgadmin3 clientencoding
Следующее
От: Jean-Michel POURE
Дата:
Сообщение: Re: Howto Make?