awesomemotive / easy-digital-downloads

Sell digital downloads through WordPress
https://easydigitaldownloads.com
GNU General Public License v2.0
867 stars 473 forks source link

Currency symbol encoding issue in PDFs #1570

Closed pippinsplugins closed 10 years ago

pippinsplugins commented 11 years ago

EUR is getting converted to &eur; in the PDF reports. See bug report: https://easydigitaldownloads.com/support/topic/currency-symbols-in-reports/

I assume this happens to other currencies as well.

evertiro commented 10 years ago

This might be of use... http://acko.net/blog/ufpdf-unicode-utf-8-extension-for-fpdf/

evertiro commented 10 years ago

This is also resolved by my PDF pull from this morning #1796

pippinsplugins commented 10 years ago

I get an error when trying to generate a PDF report now:

FPDF error: Some data has already been output, can't send PDF file (output started at /Users/pippinwilliamson/Sites/trunk/wp-content/plugins/easy-digital-downloads/includes/libraries/fpdf/tfpdf.php:2304)
evertiro commented 10 years ago

With the latest commits?

pippinsplugins commented 10 years ago

Yes.

On Wed, Dec 18, 2013 at 10:33 PM, Ghost1227 notifications@github.comwrote:

With the latest commits?

— Reply to this email directly or view it on GitHubhttps://github.com/easydigitaldownloads/Easy-Digital-Downloads/issues/1570#issuecomment-30904588 .

evertiro commented 10 years ago

I'll take another look