Scott Marlowe wrote:

>
>You're far more likely to learn tcl or python or php in an afternoon
>than to get a patched perl executable in that time.
>
>But I'd still report the bug to them.
>  
>
create or replace function keywords_split(text) returns text as $$
    use locale;
    use POSIX qw(locale_h);
    setlocale(LC_CTYPE,'hu_HU');
    return '';
$$
language plperlu;

It works. And it's so nasty. I have to insert these into every plperl
function.
I am not subscribed to any perl list. Would someone report this bug?

       Mage


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to