From: | Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr> |
---|---|
To: | <pgadmin-hackers(at)postgresql(dot)org> |
Cc: | Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de> |
Subject: | wxWindows UTF-8 support |
Date: | 2003-06-11 08:04:21 |
Message-ID: | 200306111004.21488.jm.poure@freesurf.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Jean-Michel POURE | 2003-06-11 08:15:51 | Re: Howto Make? |
Previous Message | Alexander Nikitin | 2003-06-11 05:17:55 | External editor |