gradle-js-plugin
gradle-js-plugin copied to clipboard
Problem with minimize UTF-8 characters
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