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

Support non UTF-8 encodings #54

Open donpark opened 11 years ago

donpark commented 11 years ago

Current implementation expects HTML files to be in UTF-8 encoding. Support non UTF-8 encodings via optional flag and automatic encoding detection.