Ticket #174 (defect)
Opened 1 year ago
Last modified 1 year ago
Euro Symbol not displaying correctly in PDFs
Status: closed (fixed)
| Reported by: | noelmul@yahoo.com | Assigned to: | brieb |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | phpbms | Version: | 0.8 |
| Keywords: | Euro Symbol, Currency | Cc: | |
The Euro Symbol "€" is displaying as "€" when creating PDFs.
In my far from expert opinion this seems to be an encoding problem. fpdf doesn't seem to be able to recognise "€" or whatever the euro symbol is encoded as. If I replace "CURRENCY_SYMBOL" with "'€'" in the numberToCurrency function in include/common_functions.php it displays fine in the pdf but is obviously not encoded correctly for webpages thus displaying incorrectly in phpbms pages.
Attachments
Change History
08/30/07 08:39:46: Modified by anonymous
- priority changed from major to minor.
08/30/07 12:16:46: Modified by brieb
- status changed from new to closed.
- resolution set to fixed.
Fixed by [294]