Re: plperlu problem with utf8
От
David E. Wheeler
Тема
Re: plperlu problem with utf8
Дата
Msg-id
7A864243-5506-4667-A25C-89AB426439D6@kineticode.com
Ответ на
Re: plperlu problem with utf8 (Oleg Bartunov)
Список
Дерево обсуждения
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>
On Dec 8, 2010, at 8:13 AM, Oleg Bartunov wrote: > adding utf8::decode($_[0]) solves the problem: > > knn=# CREATE OR REPLACE FUNCTION url_decode(Vkw varchar) RETURNS varchar AS $$ > use strict; > use URI::Escape; > utf8::decode($_[0]); > return uri_unescape($_[0]); $$ LANGUAGE plperlu; Hrm. Ideally all strings passed to PL/Perl functions would be decoded. Best, David
В списке pgsql-hackers по дате отправления
От: David E. Wheeler
Дата: