Correct Encoding

All,

I am starting a new project using PHP and Postgres. I recently bumped int=
o
an issue with Postgresql & PHP encoding (It's still a mess).
Could some one recommend what encoding to use for the database that
integrates easily with PHP?

Any comments or recommendations appreciated.

Thanks in advance,
Kulmacet


--
Sent via pgsql-php mailing list (pgsql-php [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-php
kulmacet101 [ Do, 08 Januar 2009 23:41 ] [ ID #1983704 ]

Re: Correct Encoding

On 08/01/2009 22:41, kulmacet101 [at] kulmacet.com wrote:

> I am starting a new project using PHP and Postgres. I recently bumped i=
nto
> an issue with Postgresql & PHP encoding (It's still a mess).
> Could some one recommend what encoding to use for the database that
> integrates easily with PHP?

I use UTF8 at the server and LATIN9 at the client, as I need to store
characters with f=E1das (accents in Irish).

Ray.


------------------------------------------------------------ ------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod [at] iol.ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------ ------

--
Sent via pgsql-php mailing list (pgsql-php [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-php
Rod [ Do, 08 Januar 2009 23:45 ] [ ID #1983705 ]

Re: Correct Encoding

On 08/01/2009 22:45, Raymond O'Donnell wrote:

> I use UTF8 at the server and LATIN9 at the client, as I need to store
> characters with f=E1das (accents in Irish).

Should have added that I'm using PHP on Windows 2003 and PostgreSQL on
Debian.

Ray.


------------------------------------------------------------ ------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
rod [at] iol.ie
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------ ------

--
Sent via pgsql-php mailing list (pgsql-php [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-php
Rod [ Fr, 09 Januar 2009 00:00 ] [ ID #1983706 ]
Datenbanken » gmane.comp.db.postgresql.php » Correct Encoding

Vorheriges Thema: Question on libpq.so
Nächstes Thema: force re-planning of prepared statements?