jsakamoto / Toolbelt.Blazor.HeadElement

Head element support (change the document title, "meta" elements such as OGP, and "link" elements) for Blazor apps.
https://demo-blazor-headelement.azurewebsites.net/
Mozilla Public License 2.0
159 stars 11 forks source link

[Bug] Problem with polish chars eg. ą,ś,ć,ę #2

Closed gaffkins closed 4 years ago

gaffkins commented 4 years ago

Hi, thank you for the great lib. When I create Title with for example polish chars eg. ą,ś,ć,ę - title render blank

Darmowe zdjecia works correct but Darmowe zdjęcia render in html With Meta everything works ok. Best regards.
jsakamoto commented 4 years ago

Thank you for your report!

I fixed this problem just now.

Could you try to "Blazor Head Element Helper" ver.1.1.1?

gaffkins commented 4 years ago

Thank you so much. It works very well. Best!