deanhume / html-minifier

A simple command line tool to minify your HTML, Razor views & Web Forms views
http://deanhume.github.io/html-minifier/
MIT License
134 stars 86 forks source link

Issue with non-standard characters #8

Closed martonx closed 9 years ago

martonx commented 9 years ago

Hi,

First of all, HTML minifier is a very good stuff. But my page's language is hungarian, and the minifier brokes all of the hungarian specific characters like ÁÉŐÓÜ....

Could you solve this issue?

deanhume commented 9 years ago

Hi @martonx This issue has been resolved with the latest release (https://github.com/deanhume/html-minifier/releases/tag/v1.3). I've also added unit tests to confirm that language specific characters work - please see the latest commit for more detail (https://github.com/deanhume/html-minifier/commit/a4ad93761168be890e268992af12e576c51a42df). Thank you!

martonx commented 9 years ago

Thank you very much!