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 95574 - I18N - Refactoring converts i18 chars to unicode escape sequences
Summary: I18N - Refactoring converts i18 chars to unicode escape sequences
Status: RESOLVED DUPLICATE of bug 92751
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 blocker with 1 vote (vote)
Assignee: Pavel Flaska
URL:
Keywords: I18N
: 96270 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-14 15:30 UTC by Max Sauer
Modified: 2007-03-23 13:19 UTC (History)
2 users (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 Max Sauer 2007-02-14 15:30:33 UTC
Upon Refactor| Rename/Move/Copy of a java class, all i18n chars are converted to
\u**** sequences.

Steps to reproduce:
-------------------
0) Create a java class
1) Have a javadoc comment like thi one:

/**
 *
 * @author Max Šauer
 */
public class SandBox {
...

2) Refactor|Rename the class
=>
/**
 *
 * @author Max \u0160auer
 */
...

---
NetBeans IDE Dev (Build 070214)
1.6.0; Java HotSpot(TM) Server VM 1.6.0-b105
Linux version 2.6.12-1.1390_FC4smp running on i386
en_US (nb); UTF-8
Comment 1 Jan Becicka 2007-02-15 08:48:27 UTC
Generator issue.
Comment 2 Jan Lahoda 2007-02-27 09:17:33 UTC
*** Issue 96270 has been marked as a duplicate of this issue. ***
Comment 3 cezariusz 2007-02-28 10:42:29 UTC
See comment #6 to bug #96686.
Comment 4 Jiri Prox 2007-03-22 19:30:53 UTC
Cannot reproduce in current daily build.
Comment 5 cezariusz 2007-03-23 12:36:46 UTC
It has been fixed recently, but I don't remember issue number.
Comment 6 Pavel Flaska 2007-03-23 13:19:02 UTC
Yes, Tomas fixed it recently.

*** This issue has been marked as a duplicate of 92751 ***