You are viewing the version of this documentation from Perl 5.39.4.
This is a development version of Perl.
#NAME
Encode::Unicode::UTF7 -- UTF-7 encoding
#SYNOPSIS
use Encode qw/encode decode/;
$utf7 = encode("UTF-7", $utf8);
$utf8 = decode("UTF-7", $ucs2);