Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: random crashes, memory corruption, warnings from Encode

by Athanasius (Archbishop)
on Jan 14, 2013 at 08:44 UTC ( [id://1013168]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub xs_edistance
    {
        my $a1 = $utf32encoder->encode($_[0],0);
        my $a2 = $utf32encoder->encode($_[1],0);
    }
    
  2. or download this
    sub xs_edistance {
        my ($in1, $in2) = @_;
        my $a1 = $utf32encoder->encode($in1,0);
        my $a2 = $utf32encoder->encode($in2,0);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1013168]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-04-19 01:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found