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 204392 - The generated javadoc wrongly wite the non-ASCII characters in title
Summary: The generated javadoc wrongly wite the non-ASCII characters in title
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-29 16:44 UTC by rudyment
Modified: 2016-07-07 07:18 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 rudyment 2011-10-29 16:44:01 UTC
If the title in property javadoc.windowtitle in project.properties 
cotains non-ASCII characters, the generated HTML files
contains them wrongly formated.

I am afraid, that the program doesnť respect, that the IDE codepage is set to UTF-8 and so are coded also the javadoc html files.

<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>HodnocenĂ­ Ăşloh</title>

Product Version = NetBeans IDE 7.1 Beta (Build 201109252201)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0_01
Runtime = Java HotSpot(TM) Client VM 21.1-b02
Comment 1 Tomas Danek 2012-10-29 10:54:48 UTC
reproduced.
Comment 2 Martin Balin 2016-07-07 07:18:23 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss