Re: CharSet

Поиск
Список
Период
Сортировка
От Holger Marzen
Тема Re: CharSet
Дата
Msg-id Pine.LNX.4.44.0202142003060.8267-100000@bluebell.marzen.de
обсуждение исходный текст
Ответ на CharSet  (Luiz Agnaldo Bernardi <luizbernardi@ieg.com.br>)
Список pgsql-general
On Thu, 14 Feb 2002, Luiz Agnaldo Bernardi wrote:

> I am using Postgres, with Servlets JAVA, and TOMCAT, for the creation of
> an application in the internet. However, the information recorded in the
> table are not accepting accentuated carateres. Does some exist
> configuration so that this accepted???

What do you mean with "not accepting"?

If you have problems within psql then you probably have problems with
your shell. For a bash-shell you need a ~/.inputrc like

set input-meta on
set output-meta on
set convert-meta off


However, you should set the correct locale, for example

LANG=es_ES; export LANG

before you do the initdb, else the ORDER BY and some functions like
upper() don't behave as exspected.

--
PGP/GPG Key-ID:
http://blackhole.pca.dfn.de:11371/pks/lookup?op=get&search=0xB5A1AFE1


В списке pgsql-general по дате отправления:

Предыдущее
От: Luiz Agnaldo Bernardi
Дата:
Сообщение: CharSet
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Solaris and effective_cache_size