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 100807

Summary: I18N - might need to implement new nb encoding api/features
Product: serverplugins Reporter: Ken Frank <kfrank>
Component: IdentityAssignee: Peter Liu <petertliu>
Status: RESOLVED WONTFIX    
Severity: blocker CC: kaa
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 97848    

Description Ken Frank 2007-04-12 16:29:55 UTC
New nb implementation of 42638 and related issues resulted in infrastructure for
providing a per project endoding property.

Now 97848 is an umbrella issue for the actual per-project type  implementation
of it, which has refs to
issues filed so far for some other project types - from comments in that issue

-The guidelines for project types about this is:

Every project type should provide the FileEncodingQueryImplementation. There is
already an issue for j2ee project (enterprise).  If you know about some other
project type not covered
by dependent issues create a task for it.  Or if a module might use or
manipulate sense of encoding like introduce a DataObject, it could need to
provide this implementation.

Can you see if anything in identity would need this ?
Tomas Zezula is developer who knows about this kind of implementation

I realize identity is not a project type but
Comment 1 Peter Liu 2007-06-21 02:57:01 UTC
Will address I18N issue after M10
Comment 2 Peter Liu 2007-07-06 00:20:00 UTC
It doesn't look like there is anything to be done in the identity modules since it is not a project type and does not
introduce any dataobject.