psql encoding problem - Mailing list pgsql-sql

From T E Schmitz
Subject psql encoding problem
Date
Msg-id 4223838A.7030904@numerixtechnology.de
Whole thread Raw
Responses Re: psql encoding problem  (Ragnar Hafstað <gnari@simnet.is>)
Re: psql encoding problem  ("Joel Fradkin" <jfradkin@wazagua.com>)
List pgsql-sql
Hello,

I am trying to insert the following record:

INSERT INTO item (name,retail_price) VALUES  ('Cheese Soufflé',7.95,);

(I presume you see the accented character in *Soufflé*)

psql comes back with "invalid byte sequence for encoding "UNICODE": 0xe9"
If I do this via DbVisualizer, the record is inserted fine.

Is there any way around this problem?

-- 


Regards/Gruß,

Tarlika Elisabeth Schmitz


pgsql-sql by date:

Previous
From: Steffen Boehme
Date:
Subject: Performance of Views
Next
From: Kai Hessing
Date:
Subject: Re: Advanced SELECT