questions about encode/decode

[email protected] ("E R") Mon, 15 Oct 2007 16:25:54 -0500
Newsgroups perl.unicode
Message-ID <[email protected]>
Just a couple of questions:

1. What is the result of Encode::encode("iso-8559-1", $x) if $x is not
a utf8 string (i.e. Encode::is_utf8($x) returns false.)

2. What is the result of $string = decode("iso-8859-1", $octets) if
$octets is a utf8 string?

Thanks!