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 111112 - I18N - Declaration view does not support multibyte characters
Summary: I18N - Declaration view does not support multibyte characters
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-07-26 14:13 UTC by Jiri Prox
Modified: 2007-08-17 15:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2007-07-26 14:13:26 UTC
Product Version: NetBeans IDE Dev (Build 200707211200) Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b04 System:
Linux version 2.6.5-1.358 running on i386; UTF-8; ja_JP (nb) Userdir: /space/ui18nplain
Pseudolocalized

Declaration view does not display multibyte character, the unicode constants are displayed instead of them
Comment 1 Petr Hrebejk 2007-07-26 17:36:17 UTC
Checking in CaretListeningTask.java;
/cvs/java/navigation/src/org/netbeans/modules/java/navigation/CaretListeningTask.java,v  <--  CaretListeningTask.java
new revision: 1.16; previous revision: 1.15
done
Comment 2 Ken Frank 2007-08-14 23:21:35 UTC
Jirka - it seems ok in solaris in ja (not utf8 locale) and using euc-jp as project encoding.
(note that there is new project encoding prop and default is utf-8 until user changes it,
this utf-8 is not related to utf-8 locale)

does it all look ok to you ? (pseudo is not needed).

ken.frank@sun.com
Comment 3 Jiri Prox 2007-08-17 15:05:48 UTC
it's ok -> verified