php - Emails not showing the correct Icelandic letters -


from icelandic website when send email order form not show icelandic letters properly. added code email:

<meta http-equiv="content-type" content="text/html; charset=utf-8" /> 

but it's still not working.

this order form of website. can visit here http://somi.is/fragangur/.

email header is:

<!doctype html><html> <head>     <meta http-equiv="content-type" content="text/html; charset=utf-8" />     <title><?php echo get_bloginfo( 'name' ); ?></title> </head> <body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">     <div style="<?php echo $wrapper; ?>">         <table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%"> 

i'm not sure why happening. it'll great can me this. lot.

maduranga.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -