Hey, I've run into a bump in a project. I'm curently working with German characters, and I use UTF-8 on the main page, but the latin char's don't show up correctly in the emails that get sent. Now if I use ISO-8859-1, the char's show up fine in the email, but are no longer visible on the webpage.. Any ideas for a fix?

I was thinking try to set the charset within the email, but maybe there's a way to do it without that? And if not, how would I go about setting the charset within the code to send to the email?

Thanks in advance.