Re: UTF-8 Problem ? - Mailing list pgsql-sql

From Volkan YAZICI
Subject Re: UTF-8 Problem ?
Date
Msg-id 20060615110815.GB2469@alamut.tdm.local
Whole thread Raw
In response to UTF-8 Problem ?  ("Milen Kulev" <makulev@gmx.net>)
List pgsql-sql
On Jun 15 01:01, Milen Kulev wrote:
> I want to insert some german specific characters (umlaut characters)
> into a table, but I am getting  the following 
> Error message:
> postgres=# EXECUTE  stmt (1, 1 , 1 , 'Grün')  ;
> ERROR:  invalid UTF-8 byte sequence detected near byte 0xfc
> ...
> postgres=# l\l
>        List of databases
>     Name    | Owner | Encoding
> ------------+-------+-----------
>  db1        | user1 | SQL_ASCII
>  postgres   | pg    | UTF8
>  template0  | pg    | UTF8
>  template1  | pg    | UTF8

Did you set your client_encoding properly too? (Also, assuming that
your terminal supports the related client encoding.)


Regards.


pgsql-sql by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: UTF-8 Problem ?
Next
From: "Milen Kulev"
Date:
Subject: Re: UTF-8 Problem ?