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
Actual : Amount (` ) 100000
Please help me resolve the issue.
Thanks in advance
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
Actual : Amount (` ) 100000
Please help me resolve the issue. Thanks in advance