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 173398

Summary: Provide UI customizer to set runtime encoding
Product: java Reporter: Tomas Zezula <tzezula>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: NEW ---    
Severity: blocker CC: jf4jbug, jglick, jiai
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 166597    
Attachments: source encoding option on eclipse

Description Tomas Zezula 2009-09-30 14:10:26 UTC
The j2seproject provides a runtime.encoding property but there no UI to set it, the runtime encoding should be a part of the "Run" panel of the J2SE project 
customizer.
For more info about runtime encoding see issue #166597.
Comment 1 Masaki Katakai 2009-12-15 17:27:08 UTC
Hi Tomas,

It is possible to provide useful UI? Current encoding list for source encoding is not useful because we can not find a platform encoding quickly.

Regarding runtime encoding, it may be either source encoding or platform encoding. So I don't think it's good idea to provide a list of entire encodings.

Eclipse also provides source encoding. The option provides a selection of platform encoding and it's default. I think most users prefer the platform encoding by default.
Comment 2 Masaki Katakai 2009-12-15 17:28:57 UTC
Created attachment 92643 [details]
source encoding option on eclipse