Re: Encoding problem

Поиск
Список
Период
Сортировка
От Andreas Seltenreich
Тема Re: Encoding problem
Дата
Msg-id 877jixorpl.fsf@gate450.dyndns.org
обсуждение исходный текст
Ответ на Encoding problem  (fritz-bayer@web.de (Fritz Bayer))
Список 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 по дате отправления:

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Baffling sequential scan plan when index scan would
Следующее
От: Chris Smith
Дата:
Сообщение: Re: Baffling sequential scan plan when index scan would