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 96270 - Add Import ruins UFT-8 characters
Summary: Add Import ruins UFT-8 characters
Status: VERIFIED DUPLICATE of bug 95574
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-22 09:53 UTC by cezariusz
Modified: 2007-03-23 12:35 UTC (History)
0 users

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 cezariusz 2007-02-22 09:53:57 UTC
NetBeans IDE Dev (Build 200702131900)
1.5.0_11; Java HotSpot(TM) Client VM 1.5.0_11-b03
Windows XP version 5.1 running on x86
pl_PL (nb); UTF-8

I have the following code:

        // comment: ąćęłńóśźż
        System.out.println("text: ąćęłńóśźż");
        Arrays.

Editor suggests to add import for java.util.Arrays, I agree, and after adding 
the import I have:

        // comment: \u0105\u0107\u0119\u0142\u0144ó\u015B\u017A\u017C
        System.out.println("text: \u0105\u0107\u0119\u0142
\u0144ó\u015B\u017A\u017C");
        Arrays.
Comment 1 Peter Pis 2007-02-27 09:12:21 UTC
Reassigning to "editor" for evaluation.
Comment 2 Jan Lahoda 2007-02-27 09:17:42 UTC

*** This issue has been marked as a duplicate of 95574 ***
Comment 3 cezariusz 2007-03-23 12:35:52 UTC
Verified