Searched defs:from_to (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/ |
H A D | Encode.pm | 29 _utf8_off _utf8_on define_encoding from_to is_16bit is_8bit 169 sub from_to($$$;$) subroutine 428 =item [$length =] from_to($octets, FROM_ENC, TO_ENC [, CHECK]) 434 from_to($octets, "iso-8859-1", "cp1250"); 438 from_to($octets, "cp1250", "iso-8859-1"); 443 from_to() returns the length of the converted string in octets on success, undef 448 from_to($data, "iso-8859-1", "utf8"); #1 535 # via from_to 539 from_to($_, "shiftjis", "euc-jp", 1);
|
Completed in 22 milliseconds