Re: Encoding problem - Mailing list pgsql-general

From Andreas Seltenreich
Subject Re: Encoding problem
Date
Msg-id 877jixorpl.fsf@gate450.dyndns.org
Whole thread Raw
In response to Encoding problem  (fritz-bayer@web.de (Fritz Bayer))
List pgsql-general
Fritz Bayer schrob:

> The problem is that alls the "ü" characters get displayed as "<FC>".
>
> Why is that so?

This could happen when your locale isn't properly set up. If, for
example, LC_CTYPE is set to C, your pager thinks this character isn't
printable and tries to do something smart with it. You can display the
current setup by running "locale".

Does it work when you export LC_CTYPE=de_DE before running psql?

regards,
Andreas

pgsql-general by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Baffling sequential scan plan when index scan would
Next
From: Chris Smith
Date:
Subject: Re: Baffling sequential scan plan when index scan would