elementor / static-html-output

Static HTML Output Plugin for WordPress
https://statichtmloutput.com
The Unlicense
125 stars 35 forks source link

Exported site has wrong characters (codepage issues) #37

Closed tobkle closed 4 years ago

tobkle commented 5 years ago

It generates...

<html lang="de-DE">

...with that it doesn't show icon font. ...with that it does better...

<html lang="de">

Additionally it doesn't handle German special characters well: öäüß it prints...

Burgstraße 3

instead of...

Burgstraße 3
stirtingale commented 5 years ago

@tobkle I have a tempory fix for this @ https://github.com/WP2Static/wp2static/issues/432#issuecomment-507296934 That encodes characters as HTML Entities which the crawler seems to like.

leonstafford commented 4 years ago

fixed in commit to master today, will be in next release