Re: Character set display

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Character set display
Date: 2013-04-09 18:25:35
Message-ID: 51645D1F.6090407@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/9/2013 10:37 AM, AI Rumman wrote:
> Hi,
>
> I got a data like:
> AHrühn
>
> And I need the output like:
> AHrühn
>
> The DB is running with UTF8 on Postgresql 9.2.
>
> Any help will be appreciated.
>
> Thanks.
>

when/where are you getting this? in a terminal session? from a web
app? is your terminal session (or web app) configured to use UTF8 ?

what exactly do you mean by 'I have a data like ....' ?

what OS is this on?

--
john r pierce 37N 122W
somewhere on the middle of the left coast

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2013-04-09 18:25:49 Re: Queries seldomly take >4s while normally take <1ms?
Previous Message AI Rumman 2013-04-09 17:37:17 Character set display