net-core-html-to-image icon indicating copy to clipboard operation
net-core-html-to-image copied to clipboard

Problem with unicode languages

Open hassanayoub1985 opened this issue 5 years ago • 1 comments

Thanks alot for this helpful library. However it cant work with unicode languages such as Arabic, persian, Hebrew. it show weird symbols

hassanayoub1985 avatar May 27 '20 09:05 hassanayoub1985

@hassanayoub1985 you can solve the issue by including <meta charset='UTF-8' /> on your HTML <HEAD> section. Here's the reference: https://stackoverflow.com/questions/49723737/wkhtmltopdf-unicode-issue/49781157#49781157

aidin avatar Jun 18 '20 02:06 aidin