I believe that zen-cart is basically using UTF-8. I just came across the:

includes/functions/functions_email.php

that has the charset as:

CHARSET : "iso-8859-1";

Should it be changed to UTF-8?

Thanks!