Re: CVS compile error

From: "Stefan Csomor" <csomor(at)advancedconcepts(dot)ch>
To: <jm(at)poure(dot)com>, <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: CVS compile error
Date: 2003-10-08 09:28:47
Message-ID: ADVANCED-3YNLWJyEXU00000048@advanced-3ynlwj.advancedconcepts.ch
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

actually it is the other way round :

wxMac supports unicode, but the necessary w-char headers are only available
on 10.3 or when using the CodeWarrior development tools. What is needed to
make wxMac supporting unicode with the gcc toolchain is to write a
replacement for all w... functions needed in wx using the apple unicode os
functions.

Best,

Stefan

> -----Original Message-----
> From: pgadmin-hackers-owner(at)postgresql(dot)org
> [mailto:pgadmin-hackers-owner(at)postgresql(dot)org] On Behalf Of
> Jean-Michel POURE
> Sent: Mittwoch, 8. Oktober 2003 09:55
> To: pgadmin-hackers(at)postgresql(dot)org
> Subject: Re: [pgadmin-hackers] CVS compile error
>
> Le Mercredi 8 Octobre 2003 09:06, Dave Page a écrit :
> > Could that be something to do with the lack of Unicode
> support on Mac?
>
> MacOsX has built-in support for Unicode. wxMac does not. It
> remains to be added to wxMac according to Stefan. Cheers, Jean-Michel
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so
> that your
> message can get through to the mailing list cleanly
>

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-10-08 09:40:14 Re: Degrade(character conversion problem) pga3?
Previous Message Jean-Michel POURE 2003-10-08 08:54:44 Re: CVS compile error