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 97919 - Refactor rename converts non-ascii (UTF-8) characters in comments
Summary: Refactor rename converts non-ascii (UTF-8) characters in comments
Status: RESOLVED DUPLICATE of bug 92751
Alias: None
Product: java
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-15 02:07 UTC by christosc
Modified: 2007-08-14 12:36 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 christosc 2007-03-15 02:07:58 UTC
In NetBeans 6 M7 and in NB6 200703111900 when I do a rename on a code element
through refactoring, my comments, written in non-ascii characters (characters of
Extended Greek), get converted into a sequence \uXXXX (X: hexadecimal digit).
The file is in UTF-8 encoding, and the IDE is started with the option
-J-Dfile.encoding=UTF-8. (Before the rename refactoring the comments read OK).
Comment 1 Pavel Flaska 2007-03-23 11:45:07 UTC
I have just tried it in current trunk build (with some Czech characters in
source) and was unable to reproduce it. Tomas Z. did some changes in encoding
and I suppose this was one of the fixed issue. Cc'ing Tomas.

thanks for the report.
Comment 2 Pavel Flaska 2007-03-23 13:20:08 UTC
I found the duplicate.
Comment 3 Pavel Flaska 2007-03-23 13:20:53 UTC

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