Re: Unicode in PGAdmin - Mailing list pgadmin-support

From Tino Wildenhain
Subject Re: Unicode in PGAdmin
Date
Msg-id 32354984.1039712716@liza
Whole thread Raw
In response to Re: Unicode in PGAdmin  ("Dave Page" <dpage@vale-housing.co.uk>)
List pgadmin-support
Hi Dave,

--On Dienstag, 10. Dezember 2002 22:20 +0000 Dave Page
<dpage@vale-housing.co.uk> wrote:

>
>
>> -----Original Message-----
>> From: Tino Wildenhain [mailto:tino@wildenhain.de]
>> Sent: 10 December 2002 20:43
>> To: pgadmin-support@postgresql.org
>> Subject: [pgadmin-support] Unicode in PGAdmin
>>
>>
>> Hi,
>>
>> what about unicode support in pgadmin? Sure,
>> one can set client_encoding to iso8859-1 or
>> so, but then you can't handle different charsets
>> at the same time. My understanding is there is
>> a unicode-aware odbc driver already and
>> VB should also handle unicode like other
>> windows applications.
>> Dave, do you think this would have a deep impact
>> on pgadmin source?
>
> Hi Tino,
>
> Contrary to what Microsoft say, VB doesn't support Unicode in any useful
> way. Whilst the core language does, none of the UI components (controls)
> do. The answer is to use the controls that ship with MS Office, though
> as Microsoft point out, that means all users need an Office licence,
> which is something I'm not about to require of people.
>
> We are now working on pgAdmin III which is written in C++, and will
> eventually support Unicode.

Ah ok. This sounds promising in the aspect of porting to
an "OS" ;)) Will you make it modular in a way porting
is possible? Will it be multithreaded? I've seen there
is native support for postgresql also as win32 libs, so
there should be no need to use ODBC in all circumstances
(For example to catch messages like psql does)

Regards
Tino

pgadmin-support by date:

Previous
From: "Donald Fraser"
Date:
Subject: Bug on functions
Next
From: "Dave Page"
Date:
Subject: Re: Unicode in PGAdmin