Incompatibility - when using symbol - ₹ in cfdocument

Description

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:

Attachments

2
  • 16 Jul 2020, 01:32 pm
  • 16 Jul 2020, 01:31 pm

Activity

Show:

Details

Assignee

Reporter

Labels

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

Flag notifications