Re: pgadmin3 clientencoding

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: pgadmin3 clientencoding
Дата
Msg-id 3EE5A751.7030601@web.de
обсуждение исходный текст
Ответ на Re: pgadmin3 clientencoding  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Ответы Re: pgadmin3 clientencoding  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Список pgadmin-hackers
Jean-Michel POURE wrote:

>On Tuesday 10 June 2003 11:11, you wrote:
>
>
>>>Do we really need special encodings, besides unicode? If so, this
>>>should be implemented on a tree node (Server property: client
>>>encoding) to make it possible to let the change of encoding have
>>>immediate effect, or as the "System Object" setting is implemented.
>>>
>>>
>
>This question was asked during PhpPgAdmin development. The answer is that "set
>client_encoding" is not always safe.
>
>For example:
>- server = SJSS
>- client = Unicode
>= mostly safe
>
>- server = Latin1
>- client = Unicode
>= not safe, because if you enter some non-regular characters, they will be
>dropped during conversion.
>
OK, this means a client encoding per database is needed, right?
Additional property for database?

Regards,
Andreas


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

Предыдущее
От: Jean-Michel POURE
Дата:
Сообщение: Re: Howto Make?
Следующее
От: Jean-Michel POURE
Дата:
Сообщение: Re: pgadmin3 clientencoding