wxWindows UTF-8 support - Mailing list pgadmin-hackers

From Jean-Michel POURE
Subject wxWindows UTF-8 support
Date
Msg-id 200306111004.21488.jm.poure@freesurf.fr
Whole thread Raw
List 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 by date:

Previous
From: "Hiroshi Saito"
Date:
Subject: Re: pgadmin3 clientencoding
Next
From: Jean-Michel POURE
Date:
Subject: Re: Howto Make?