plperlu problem with utf8

Поиск
Список
Период
Сортировка
Искать
От
Oleg Bartunov
Тема
plperlu problem with utf8
Дата
Msg-id
Pine.LNX.4.64.1012081803160.12632@sn.sai.msu.ru
Список
Дерево обсуждения
plperlu problem with utf8 Oleg Bartunov <oleg@sai.msu.su>
Re: plperlu problem with utf8 Andrew Dunstan <andrew@dunslane.net>
Re: plperlu problem with utf8 Oleg Bartunov <oleg@sai.msu.su>
Re: plperlu problem with utf8 "David E. Wheeler" <david@kineticode.com>
Re: plperlu problem with utf8 Oleg Bartunov <oleg@sai.msu.su>
Re: plperlu problem with utf8 Alex Hunsaker <badalex@gmail.com>
Re: plperlu problem with utf8 "David E. Wheeler" <david@kineticode.com>
Re: plperlu problem with utf8 David Fetter <david@fetter.org>
Re: plperlu problem with utf8 Alex Hunsaker <badalex@gmail.com>
Re: plperlu problem with utf8 Alex Hunsaker <badalex@gmail.com>
Re: plperlu problem with utf8 Alex Hunsaker <badalex@gmail.com>
Re: plperlu problem with utf8 "David E. Wheeler" <david@kineticode.com>
Re: plperlu problem with utf8 Alex Hunsaker <badalex@gmail.com>
Re: plperlu problem with utf8 David Christensen <david@endpoint.com>
Re: plperlu problem with utf8 Alex Hunsaker <badalex@gmail.com>
Re: plperlu problem with utf8 "David E. Wheeler" <david@kineticode.com>
Re: plperlu problem with utf8 Alex Hunsaker <badalex@gmail.com>
Re: plperlu problem with utf8 Alex Hunsaker <badalex@gmail.com>
Re: plperlu problem with utf8 David Christensen <david@endpoint.com>
Re: plperlu problem with utf8 Alex Hunsaker <badalex@gmail.com>
Re: plperlu problem with utf8 Alex Hunsaker <badalex@gmail.com>
plperlu problem with utf8 [REVIEW] Andy Colson <andy@squeakycode.net>
Re: plperlu problem with utf8 [REVIEW] Alex Hunsaker <badalex@gmail.com>
Re: plperlu problem with utf8 [REVIEW] Andy Colson <andy@squeakycode.net>
Re: plperlu problem with utf8 "David E. Wheeler" <david@kineticode.com>
Re: plperlu problem with utf8 Alex Hunsaker <badalex@gmail.com>
Re: plperlu problem with utf8 "David E. Wheeler" <david@kineticode.com>
Re: plperlu problem with utf8 Robert Haas <robertmhaas@gmail.com>
Re: plperlu problem with utf8 "David E. Wheeler" <david@kineticode.com>
Re: plperlu problem with utf8 Alex Hunsaker <badalex@gmail.com>
Re: plperlu problem with utf8 "David E. Wheeler" <david@kineticode.com>
Hi there,

below is the problem, which I don't have when running in shell. The database is 
in UTF-8 encoding.

CREATE OR REPLACE FUNCTION url_decode(Vkw varchar) RETURNS varchar  AS $$    use strict;    use URI::Escape;    return uri_unescape($_[0]); 
$$ LANGUAGE plperlu;
CREATE FUNCTION
Time: 1.416 ms
select url_decode('comment%20passer%20le%20r%C3%A9veillon');          url_decode 
------------------------------ comment passer le rveillon                  ^                 non-printed
	Regards,		Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83

В списке pgsql-hackers по дате отправления
От: Dmitriy Igrishin
Дата:
От: Marti Raudsepp
Дата:
FAQ