From: | JotaComm <jota(dot)comm(at)gmail(dot)com> |
---|---|
To: | "P(dot) Broennimann" <peter(dot)broennimann(at)gmail(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Characters |
Date: | 2013-04-10 13:24:07 |
Message-ID: | CAA8OQ6--tZCmRxetee0GCsHTe2fHS86g-1+rFL6hCC-9wWYAkw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hello,
2013/4/10 P. Broennimann <peter(dot)broennimann(at)gmail(dot)com>
> Hi there
>
> I am using PG 9.2 and 'pg_database' shows 'en_US.UTF-8'.
>
> I have a text 'Piqué' but this is shown in my application as 'Piqu?' so I
> was wondering where the problem is?
>
What is the result for these commands?
SHOW client_encoding;
and
SHOW server_encoding;
>
> I am using Devart's 'PostgreSQL Data Access Components' to access PG from
> FreePascal.
>
> In my FreePascal code I do use AnsiStrings and I cast the database
> results/text 'UTF8ToAnsi(...)'
>
> Thanks for a hint!
>
> Cheers,
> P.
>
>
>
Regards
--
JotaComm
http://jotacomm.wordpress.com
From | Date | Subject | |
---|---|---|---|
Next Message | Chris Curvey | 2013-04-10 13:29:37 | Re: how to find which tables required indexes in postgresql |
Previous Message | JotaComm | 2013-04-10 13:19:40 | Re: how to find which tables required indexes in postgresql |