net-core-html-to-image
net-core-html-to-image copied to clipboard
Problem with unicode languages
Thanks alot for this helpful library. However it cant work with unicode languages such as Arabic, persian, Hebrew. it show weird symbols
@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