Re: database encoding

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: database encoding
Дата
Msg-id il8hbv$u94$1@dough.gmane.org
обсуждение исходный текст
Ответ на database encoding  ("Haris" <fbogdanovic@xnet.hr>)
Список pgsql-novice
Haris, 09.03.2011 19:23:
> Hi.
>
> I set the database encoding to utf-8
> (Croatian collation and character type)
> and when I try to add a new record via html form
> (the web page is also utf-8) I get, for example, đ instead of "đ",
> in database table.
> Everything is correctly displayed on the web page after submitting a form
> but not in database.
> Should I change the database encoding to windows 1250 or the problem is somewhere else ?

I would say, you need to change your application. Apparently it is sending the HTML entities not the real values.

Regards
Thomas

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

Предыдущее
От: "Haris"
Дата:
Сообщение: database encoding
Следующее
От: Sachin Srivastava
Дата:
Сообщение: Re: Cannot install pgAgent on Windows