Re: text column constraint, newbie question

Поиск
Список
Период
Сортировка
От Stephen Cook
Тема Re: text column constraint, newbie question
Дата
Msg-id 49CA41A0.3050200@gmail.com
обсуждение исходный текст
Ответ на Re: text column constraint, newbie question  ("Daniel Verite" <daniel@manitou-mail.org>)
Ответы Re: text column constraint, newbie question  ("Daniel Verite" <daniel@manitou-mail.org>)
Список pgsql-general
Daniel Verite wrote:
> Note that htmlentities() expects LATIN1-encoded strings and is thus
> unusable on UTF-8 contents.
> So if you end up talking UTF-8 with the database, you'll probably need
> to use htmlspecialchars() instead, and UTF-8 as your HTML charset.


I believe you are wrong, at least the PHP documentation says otherwise
and it _seems_ to work for me (http://us2.php.net/htmlentities). Maybe
you are thinking about an older version?

Also the iconv() function can help you convert between (some) different
character encodings (http://us2.php.net/htmlentities).

-- Stephen


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

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Re: Single missing WAL in long sequence..
Следующее
От: Grzegorz Jaśkiewicz
Дата:
Сообщение: Re: MAX(ROW(...)) - feature request