eriwen / gradle-js-plugin

Gradle plugin for working with JS
http://eriwen.github.io/gradle-js-plugin
Apache License 2.0
382 stars 113 forks source link

Problem with minimize UTF-8 characters #167

Open okroener opened 5 years ago

okroener commented 5 years ago

Hello,

we have some scripts that contains \u00a0 characters, that means non-breaking spaces.

After compression with the plugin the somehow work incorrect in the browser. Instead of displaying a space character, the following character is displayed: � ...

Is there any chance to either not minimize special characters or any other way to solve this problem?

Thanks in advance!

Oliver