Re: PostgreSQL encoding

Поиск
Список
Период
Сортировка
От mauro.folcarelli@sistinf.it
Тема Re: PostgreSQL encoding
Дата
Msg-id OFD5F0FFB0.0420B105-ONC1256FB0.004460E7-C1256FB0.0045E081@fds.internal.fds.it
обсуждение исходный текст
Ответ на PostgreSQL encoding  (Zouari Fourat <fourat@gmail.com>)
Ответы Re: PostgreSQL encoding  (Zouari Fourat <fourat@gmail.com>)
Список pgsql-php

I solved my problems with charsets in this way:

1. Before composing the HTML page send the header, in this way:

header("Content-type: text/html; charset=utf-8");

2. Put in HTML page the following:

<META HTTP-EQUIV="Content-Type" CONTENT="text/html"; charset="utf-8">

that's all.
 

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

Предыдущее
От: Zouari Fourat
Дата:
Сообщение: PostgreSQL encoding
Следующее
От: Zouari Fourat
Дата:
Сообщение: Re: PostgreSQL encoding