加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 大数据 > 正文

perl发送邮件中文乱码解决

发布时间:2020-12-15 23:58:29 所属栏目:大数据 来源:网络整理
导读:环境: suse linux enterprise server 11 perl ?5.10 我是在linux写了perl脚本来发邮件,在windows端用outlook或者foxmail来接收邮件 $a="一些中文字符串"; $b=decode("utf8",$a); $c=encode("gb2312",$b); … $smtp-datasend("$cn"); decode: to convert ut
环境:
suse linux enterprise server 11
perl ?5.10

我是在linux写了perl脚本来发邮件,在windows端用outlook或者foxmail来接收邮件

$a="一些中文字符串";
$b=decode("utf8",$a);
$c=encode("gb2312",$b);

$smtp->datasend("$cn");

decode:
to convert utf8 data to a string in Perl's internal format

encode:
to convert a string from Perl's internal format to gb2312

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读