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 123322

Summary: I18N - IDE log display garbage in zh locale
Product: platform Reporter: Will Zhang <wzhang>
Component: -- Other --Assignee: issues@platform <issues>
Status: NEW ---    
Severity: blocker CC: dsimonek, jf4jbug, jtulach
Priority: P3 Keywords: I18N
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: log file

Description Will Zhang 2007-12-04 08:50:57 UTC
build: nb6 ml 2007-11-26_17-08-21
launch the IDE in Simplify Chinese WinXP SP2, go to log file:
userdir\.netbeans\6.0\var\log\messages.log
go to the 3rd line, log messages display garbage characters.
I will attach log file
Comment 1 Will Zhang 2007-12-04 08:52:01 UTC
Created attachment 53818 [details]
log file
Comment 2 Ken Frank 2007-12-04 16:35:30 UTC
I don't think its expected that log file be able to show non ascii,
since main use I think is for diagnostic use.

But in any case, if writing of the file could use encoding of the project, or global ide
view of encoding, it could help if users need to view it.

ken.frank@sun.com
Comment 3 David Simonek 2008-04-02 12:31:28 UTC
Confirming what kfrank said, messages.log isn't designed to show non-ascii. However changing to enhancement for tracking.
Comment 4 Jaroslav Tulach 2008-04-02 14:57:41 UTC
Why are you reassigning to logger component? logger has nothing to do with messages.log files.
Comment 5 David Simonek 2008-04-02 16:07:50 UTC
Because I thought logger is right component, at least name suggests that. If you know what is right component, why did
you reassigned back to me?