MishaUliutin / MuPDF.WinRT

Windows 8 and Windows Phone 8 WinRT component - MuPDF wrapper
GNU General Public License v3.0
26 stars 24 forks source link

Rupee symbol(₹) on pdf document shown as grave(` ) #23

Open gurudinesh opened 10 years ago

gurudinesh commented 10 years ago

I have a win8 app where I show pdf documents inside the app. using MuPDF winRT. Till now there is no issue.

The issue now is My pdf document contains a rupee symbol. When I open it using a normal reader It shows the symbol correctly. But when I try to open the same pdf fron the app, Rupee symbol { ₹ (Hex : 0x20B9, html ₹) INDIAN RUPEE SIGN } is shown as grave(` ). Example : Expected : Amount (₹) 100000

expected_capture

Actual : Amount (` ) 100000 actual_capture

Please help me resolve the issue. Thanks in advance

MishaUliutin commented 10 years ago

Hi, Could you try open your document with http://www.mupdf.com/ app in PC? Do you have the same problem?

BR, Misha U.