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 68049 - I18N - javahelp .hs file has some characters before the xml version string
Summary: I18N - javahelp .hs file has some characters before the xml version string
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: HTTP Monitor (show other bugs)
Version: 5.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-11-03 17:28 UTC by Ken Frank
Modified: 2006-01-04 15:48 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 Ken Frank 2005-11-03 17:28:20 UTC
in the org-netbeans-modules-web-monitor.jar .hs file, there are some non printable
kind of characters at the first line, before the xmlversion string, ie
锘<?xml version='1.0' encoding='ISO-8859-1' ?
but when localizing the javahelp, the monitor help does not load and exception
is written about
javax.help.HelpSetException: Could not parse
Got an IOException (Illegal XML character 0xa4)
Parsing failed for nbdocs:/org/netbeans/modules/web/monitor/docs/monitor.hs
[catch]Got an IOException (Illegal XML character 0xa4)
which is understandable.

Note that am referring to the english .hs file here.

Can those chars be removed ?
Comment 1 Sherold Dev 2005-11-03 19:30:47 UTC
Removed, please verify.

Checking in monitor.hs;
/cvs/monitor/javahelp/org/netbeans/modules/web/monitor/docs/monitor.hs,v  <-- 
monitor.hs
new revision: 1.9; previous revision: 1.8
done
Comment 2 Jaroslav Pospisil 2005-12-20 12:34:40 UTC
VERIFIED