Unicode, php and postgresql

Поиск
Список
Период
Сортировка
От Didier Bretin
Тема Unicode, php and postgresql
Дата
Msg-id 3FD5891A.8020708@informactis.com
обсуждение исходный текст
Ответы Re: Unicode, php and postgresql  (Michael Glaesemann <grzm@myrealbox.com>)
Список pgsql-php
Hi,

I try to install a 7.4.0 + php for developping an application in unicode.
Apparently I have no problem ;).

But I don't understand enough the documentation of php. My postgresql
server is configured in unicode, and my database is entirely in unicode.
In my php.ini file I set no mbstring variables. When I'm connecting to the
database, I SELECT the data and then I print them, with the charset
utf-8, to the browser and all the characters are correctly displayed.

My question is : is it the right way I don't have to configure anything
in php for dealing with unicode :) ?

And is there anybody else who played with the same configuration as mine ?

Regards.
--
            .------------------------------------------------.
    .^.     | Didier Bretin, France | dbr@informactis.com    |
    /V\     |-----------------------| www.informactis.com    |
   // \\    |                       `------------------------|
  /(   )\   | Visit: http://www.vim.org/                     |
   ^^-^^    `------------------------------------------------'


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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Missing PostgreSQL support in PHP 5 beta 2
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: Unicode, php and postgresql