Re: CVS compile error - Mailing list pgadmin-hackers

From Stefan Csomor
Subject Re: CVS compile error
Date
Msg-id ADVANCED-3YNLWJyEXU00000048@advanced-3ynlwj.advancedconcepts.ch
Whole thread Raw
In response to Re: CVS compile error  (Jean-Michel POURE <jm@poure.com>)
Responses Re: CVS compile error  (Adam H.Pendleton <fmonkey@fmonkey.net>)
List 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@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> Jean-Michel POURE
> Sent: Mittwoch, 8. Oktober 2003 09:55
> To: pgadmin-hackers@postgresql.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@postgresql.org so
> that your
>       message can get through to the mailing list cleanly
>



pgadmin-hackers by date:

Previous
From: Jean-Michel POURE
Date:
Subject: Re: CVS compile error
Next
From: Andreas Pflug
Date:
Subject: Re: Degrade(character conversion problem) pga3?