This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 128455

Summary: I18N - add encoding information into file while saving it not in default
Product: javaee Reporter: Jindrich Sedek <jsedek>
Component: JSPAssignee: issues@javaee <issues>
Status: RESOLVED WONTFIX    
Severity: blocker CC: kfrank
Priority: P3 Keywords: I18N
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jindrich Sedek 2008-02-26 15:49:51 UTC
If html/jsp contans some unmappable characters and user chooses - save in
UTF-8, the meta tag content is not modified, in general the info about the UTF-8 is not saved anywhere. So next file
opening causes the characters are loaded incorrectly by the original encoding. User CANNOT fix this in netbeans in an
elegant way (workaround=change project encoding to UTF-8 :-((( ). It looks like the right solution would be to comment
the original meta tag in the file and put the the UTF-8 encoding.
Comment 1 Martin Balin 2016-07-07 08:52:57 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss