1[name] 2ISO-8859-1 encoding 3 4[options] 5errors die 6encoding iso-8859-1 7 8[input] 9=encoding UTF-8 10 11=head1 INVALID 12 13This character cannot be represented in ISO-8859-1, so should produce an 14error. 15 16☺ 17 18[output] 19INVALID 20 This character cannot be represented in ISO-8859-1, so should produce an 21 error. 22 23 ? 24 25[errors] 26Pod input around line 8: "\x{38790}" does not map to iso-8859-1 27 28[exception] 29POD document had syntax errors 30