Re: Bug #837: Unable to use LATIN9 (=ISO-8859-15) encoding

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: araqnid(at)debian(dot)org, <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Bug #837: Unable to use LATIN9 (=ISO-8859-15) encoding
Date: 2002-12-05 23:20:54
Message-ID: Pine.LNX.4.44.0212052253250.12428-100000@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> >From PSQL, if I perform:
> \encoding LATIN9
> insert into i18ntest(id, data) values('Euro symbol', '&#164;');
>
> then I would expect this to insert a euro symbol into the data column

'&#164;' means '&#164;', not anything else. Maybe you want to try '\244'
(octal).

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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Steve Haslam 2002-12-05 23:33:56 Re: Bug #837: Unable to use LATIN9 (=ISO-8859-15) encoding
Previous Message Joe Conway 2002-12-05 22:29:28 bogus varno EXPLAIN bug (was Re: Explain analyze gives bogus varno for dblink views)