Re: [GENERAL] Character set display

2013-04-09 Thread John R Pierce

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



--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[GENERAL] Character set display

2013-04-09 Thread AI Rumman
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.