Problems with FPDF and Euro symbol

后端 未结 4 2049
醉酒成梦
醉酒成梦 2021-02-08 02:20

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(\"UT         


        
4条回答
  •  旧时难觅i
    2021-02-08 02:32

    if You Want to show this line "£4.30" just follow bellow

    $text = chr(163); $pound = $text."4.30 p m";

    Note: 163 = pound code;

提交回复
热议问题