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 96876

Summary: I18N - multibyte is displayed incorrectly in parts of navigator
Product: java Reporter: Ken Frank <kfrank>
Component: NavigationAssignee: Jan Lahoda <jlahoda>
Status: RESOLVED WONTFIX    
Severity: blocker CC: jiriprox, kaa
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: image

Description Ken Frank 2007-03-01 01:14:18 UTC
in the trees view in navigator, 
with a project, package and class name that has
multibyte, some of the multibyte is displayed
as escaped ascii instead of actual multibyte -
see attached gif.
Comment 1 Ken Frank 2007-03-01 01:15:28 UTC
Created attachment 39010 [details]
image
Comment 2 Jan Lahoda 2007-03-01 10:29:56 UTC
The Trees view is intended as a debugging facility for developers (of NetBeans),
not for the end users. I do not see any simple fix to this problem that would
not affect the functionality of this view. Is this really a big problem (it is
showing the same data, only in a different format)? Thanks.
Comment 3 Jan Lahoda 2007-03-09 08:56:13 UTC
I propose to close this issue for now, as the Trees view is to be used only by
developers (and will probably be disabled in the release), and the text that
shows multibyte incorrectly is only informational. Any objections?
Comment 4 Ken Frank 2007-03-09 15:55:01 UTC
I agree since the tree view wont be in actual released product.

If it will be then it still might be argued that the mbyte
could need to be displayed ok, since it would be those
users/developers who would be seeing it and like any other
view of mbyte, they should see the correct mbyte and not the
escaped ascii.

ken.frank@sun.com