shkuznetsov / gulp-minify-inline

gulp plugin that minifies inline JS and CSS
MIT License
28 stars 5 forks source link

Problem with non-english characters #3

Closed dimoooooooon closed 9 years ago

dimoooooooon commented 9 years ago

It changes all non-english characters(ñçáà, джйё,...) to &xxx; format. Don't you know how to turn it off?

shkuznetsov commented 9 years ago

Hello, sorry for not answering straight away. Where exactly that happens? I would expect that happens because basically the plugin uses cheerio, which tokenizes the whole HTML and doesn't work around non-ASCII characters nicely. I'll have a look into it and it would be helpful if you gave me a bit more details. Thanks, Alexander.

shkuznetsov commented 9 years ago

Added a test, published new release to npm.