Whenever I make a pdf with the euro sign using alt 0128 ; €, the pdf works fine. But whenever I define the euro in php with the ascii table using the following code;
define('EURO', chr(128));
The pdf gets broken and is unable to open.
Whenever I make a pdf with the euro sign using alt 0128 ; €, the pdf works fine. But whenever I define the euro in php with the ascii table using the following code;
define('EURO', chr(128));
The pdf gets broken and is unable to open.