Re: Storing Special Characters

From: Rebecca Clarke <r(dot)clarke83(at)gmail(dot)com>
To: CR Lender <crlender(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Storing Special Characters
Date: 2013-05-15 10:04:20
Message-ID: CAMChtdfkJEg0nyQYx67L74bisnzAMe2MCR7b_uipAa67Kn1-Sg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thanks everyone for your help.
I changed the encoding as directed on the PHP documentation provided by
Leif to LATIN1 instead of the UTF-8. This resolved the issue and the
records with £ and é inserted into the database without complaint.

On Tue, May 14, 2013 at 11:36 PM, CR Lender <crlender(at)gmail(dot)com> wrote:

> On 2013-05-15 00:31, Chris Angelico wrote:
> > Which, in UTF-8, is represented by the byte sequence C2 A3. (The
> > latter would be represented as EC 8A A3.)
>
> Right, my bad.
> I read Unicode instead of UTF-8.
>
> - crl
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ingmar Brouns 2013-05-15 10:18:08 volatile void returning function not executed as often as expected in sql function
Previous Message Hari Babu 2013-05-15 09:48:14 Re: pg_basebackup -R option in PG 9.3 beta