Re: UTF-8 support - Mailing list pgadmin-hackers

From Dave Page
Subject Re: UTF-8 support
Date
Msg-id 03AF4E498C591348A42FC93DEA9661B825A19D@mail.vale-housing.co.uk
Whole thread Raw
In response to UTF-8 support  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Responses Re: UTF-8 support  (Jean-Michel POURE <jm.poure@freesurf.fr>)
List pgadmin-hackers

> -----Original Message-----
> From: Jean-Michel POURE [mailto:jm.poure@freesurf.fr]
> Sent: 20 May 2003 14:06
> To: pgadmin-hackers
> Subject: [pgadmin-hackers] UTF-8 support
>
>
> Dear all,
>
> I am stuck by the beauty of pgAdmin3. Thanks to all of you.
> While browsing
> UTF-8 data, I noticed that german and spanish text displayed
> well. Only the
> Japanese text does not display.

Cool. Nice to know it works better than VB!

> Are you converting UTF-8 into Latin1 or is pgAdmin3 really
> UTF-8 compatible (I
> thought GTK 1.2 did not support UTF-8)?

We are not doing anything about charsets yet, other than following the
wxWindows guidelines for Unicode support by wrapping all literal strings
in the wxT() macro.

My intention was to get the core functionality done, tested and
released, and then to work on stuff like Unicode/UTF-8 support (which I
still need to get my head fully around!)

Regards, Dave.

pgadmin-hackers by date:

Previous
From: Jean-Michel POURE
Date:
Subject: UTF-8 support
Next
From: "Adam H. Pendleton"
Date:
Subject: misc.cpp patch