Details
Assignee
Michael OffnerMichael OffnerReporter
Pothys - MitrahSoftPothys - MitrahSoftLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
New
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Pothys - MitrahSoft
Pothys - MitrahSoftLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
Created 15 July 2020 at 13:58
Updated 29 January 2021 at 07:35
If we use ₹ symbol in cfdocument, it gives the wrong result. Showing this symbol ? instead of this ₹.
But works in ACF
<cfprocessingdirective pageencoding="utf-8">
<cfdocument format="pdf" orientation="portrait" pagetype="a4" > <!doctype html> <html> <head> <meta charset="utf-8"> <title>SimSun Test</title> <style> body,td,th{font-family:Lucida Sans Unicode, sans-serif,Helvetica, Arial; font-size:12px;} </style> </head> <body> <div >₹ 1000</div> <div >$ 1000</div> </cfdocument> </body> </html>
Output:
In ACF:
In lucee: