从我的冰岛网站,当我从订单表格发送电子邮件时,它没有正确显示冰岛语字母。我为电子邮件添加了此代码:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
但它仍然无效。
这是我网站的订单。您可以在此处http://somi.is/fragangur/访问它。
电子邮件标题是:
<!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%">
我不确定为什么会这样。任何人都可以帮助我,这将是伟大的。非常感谢。
Maduranga。