jstherightway/js-the-right-way

Encoding issue of public german files

Closed this issue · 2 comments

Pyrax commented

The generated index.html of the german translation seems to have some encoding issue as german umlauts (ü,ä,ö, ...) got replaced by question marks.
I think it's an issue of conversion/generation as the original files seem fine.

Should be fixed with my pull request #243.

Files need to be saved with UTF-8 encoding.
Solved 👍