You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Create project with Windows-1252 encoding
2. Write on a js file a string constant with special characters
3. Minify it
What is the expected output? What do you see instead?
The resulting file is encoded on UTF8 and the special characters converted to
garbage.
What version of the product are you using? On what operating system?
2.0 on Netbeans 8.0.2. Windows 7 64 bits
Please provide any additional information below.
Looks like the plugin disregards the project encoding and treats everything as
UTF8 files
Original issue reported on code.google.com by [email protected] on 30 Dec 2014 at 6:01
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 30 Dec 2014 at 6:01The text was updated successfully, but these errors were encountered: