在fpdf中输入欧元的符号 €
用eclipse编辑的时候,文档的编码是utf8的,可以输入€。但是pdf输出确是乱码。
解决的方法是:
define('EURO', chr(128));
$ust = $summer * 0.19.EURO;
Tags: fpdf, php, utf8
This entry was posted
on Wednesday, November 4th, 2009 at 11:03 pm and is filed under PHP, programming languages.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.