andrei-m-code / net-core-html-to-image

.NET Core HTML to Image converter
MIT License
127 stars 54 forks source link

FromHtmlString doesn't support utf8 #26

Open ssergs82 opened 3 years ago

ssergs82 commented 3 years ago

There is an example: var converter = new HtmlConverter(); var bytes = converter.FromHtmlString("

Привет
"); File.WriteAllBytes(path, bytes);

traceless0929 commented 3 years ago

29 this pr can support utf8

jacobkapitein commented 2 years ago

Put this in your <head> tag: <meta charset="UTF-8">