Looks alright to me...use Encode; my $enc = Encode::find_encoding('utf-8'); # or some other encoding... my %encoded = map { $enc->encode($_), $enc->encode( $decoded{$_} ) } keys %decoded;
In reply to Re^3: encode params in Template into array ref
by Anonymous Monk
in thread encode params in Template into array ref
by schetchik
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |