I've spent a couple of days sifting through various methods to encourage FPDF to render the Euro symbol, but none have succeeded. I have:
$currency = iconv("UTF-8", "ISO-8859-1//TRANSLIT", '€');
Which results in:
iconv() [function.iconv]: Detected an incomplete multibyte character in input string
I've tried a variety of encoding types, but to no avail.