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 7595 - [i18n] Generating JavaDoc with JA chars generate wrong chars instead JA one
Summary: [i18n] Generating JavaDoc with JA chars generate wrong chars instead JA one
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P3 major (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-09-07 16:59 UTC by pknakal
Modified: 2007-09-26 09:14 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 pknakal 2000-09-07 16:59:46 UTC
Create Java source and add into it JA characters as comments. In Javadoc module
properties set:
-- encoding == EUC-JP
-- charset == EUC-JP
and run "generate javadoc". This action generate wrong characters into final
documntation.
If you use cmd line:
javadoc -encoding EUC-JP -charset EUC-JP _java_source_
generated documentation is OK.
Same problem for SJIS on windows.
Comment 1 pknakal 2000-09-12 17:18:59 UTC
[Pat]
If the file, for which the javadoc is generated, is NOT opened in the Editor,
generated javadoc is OK, but if this file is opened in the Editor the javadoc is
wrong one.