donpark / html2jade

Converts HTML to Jade template. Not perfect but useful enough for non-daily conversions.
MIT License
1.18k stars 157 forks source link

Error: Unknown encoding #53

Closed jwerre closed 11 years ago

jwerre commented 11 years ago

Any idea why I would be getting an "[Error: Unknown encoding]" message?

I'm trying to convers some old html email to jade with "XHTML 1.0 Strict" Doctype (which I deleted to see if that was the problem but still got the same error).

donpark commented 11 years ago

Try re-encoding the old html email text file to UTF-8 encoding.

donpark commented 11 years ago

html2jade currently expects HTML files to be in UTF-8 encoding.

Closing this issue. See issue #54.