Re: How can I insert a UTF-8 character with psql?

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Roland Glenn McIntosh <roland(at)steeltorch(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How can I insert a UTF-8 character with psql?
Date: 2003-06-16 12:45:59
Message-ID: Pine.LNX.4.44.0306161409490.2751-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Roland Glenn McIntosh writes:

> I would like to insert a EuroSign as two byte character number 20AC.
> Is there a way I can do this from an ISO-8859-1 (latin1) terminal emulator via the psql tool?

Set the client encoding to latin9 and enter it normally.

> Is there an entity scheme?

Not in the way you imagine, but there should be.

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Christian Schneidewind 2003-06-16 12:50:05 Inquiry From Form [pgsql]
Previous Message Peter Eisentraut 2003-06-16 12:45:04 Re: LC_COLLATE=es_MX in PgSQL 7.3.2