You are viewing the version of this documentation from Perl 5.18.1. View the latest version

CONTENTS

NAME

Encode::Unicode::UTF7 -- UTF-7 encoding

SYNOPSIS

use Encode qw/encode decode/; 
$utf7 = encode("UTF-7", $utf8);
$utf8 = decode("UTF-7", $ucs2);