in reply to Re: Converting UTF8 to Latin1
in thread Converting UTF8 to Latin1

If you combine encode and decode this way, you can just as well use Encode::from_to directly. See the Encode docs. Though of course the same caveats about the covered character set still applies.