Re: Problem with character encodings. - Mailing list pgsql-interfaces

From Ivo Rossacher
Subject Re: Problem with character encodings.
Date
Msg-id 200708302257.41123.rossacher@bluewin.ch
Whole thread Raw
In response to Problem with character encodings.  ("Korumilli, Bala S (GE Healthcare)" <Bala.Korumilli@ge.com>)
Responses Re: Problem with character encodings.  ("Hilton Perantunes" <hperantunes@gmail.com>)
List pgsql-interfaces
Am Mittwoch, 29. August 2007 08:59 schrieb Korumilli, Bala S (GE Healthcare):
If the client_encoding is UTF8 you need to confert the strings in your c++ 
code to UTF8.
The other options to adjust the client_encoding to the encoding the client 
machine uses and let the server convert from and to UTF8 for you. This would 
your client program require to anlyze the encoding of the system and send set 
client_encoding to '<found encoding>';  to the server.
See chapter 21 in the manual for more details about the issue.

Best regards
Ivo

> But If i write a c++ program using LIBPQ to run this query, I get an error
> of invalid byte sequence like this..
>
> ERROR:  invalid byte sequence for encoding "UTF8".
>
> I also observed the same error comes for all the characters other than
> ascii(0-127). Is it a limitation of LibPQ library?
>
> The follwing information may be helpful to you.
> DataBase encoding: UTF8.
> client_encoding: UTF8
> Postgres version: 8.2.3
>
> Can you please tell me what is the reason for this strange behaviour?


pgsql-interfaces by date:

Previous
From: "Jeroen T. Vermeulen"
Date:
Subject: Re: Problem with character encodings.
Next
From: "Hilton Perantunes"
Date:
Subject: Re: Problem with character encodings.