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 63225 - I18N - Bundle.properties has the incorrect code '\240`
Summary: I18N - Bundle.properties has the incorrect code '\240`
Status: CLOSED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: applet (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-08-29 10:57 UTC by ohsumi
Modified: 2006-03-24 13:14 UTC (History)
3 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 ohsumi 2005-08-29 10:57:51 UTC
The following message has the incorrect and unnecessary character '\240'.
When converting the localized files, this code produces an error and
truncates the file sometime. Please remove this character and fix it in trunk.

java/j2seproject/src/org/netbeans/modules/java/j2seproject/applet/Bundle.properties

GEN_warning=<!--\n\
*** GENERATED applet HTML launcher - DO NOT EDIT IN 'BUILD' FOLDER\240 ***\n\n\
.....                                                             =====
.....
-->\n\n
Comment 1 Ken Frank 2005-08-29 16:52:26 UTC
since it can truncate file and cause error, marking as P2. 

Also, is this message meant to go into a jsp or html file since
it has the <!--

ken.frank@sun.com
08/29/05
Comment 2 Jan Chalupa 2005-09-05 11:42:26 UTC
The bogus character is still there. It may not be visible in some editors, but
there really is a '0xa0' character in the comment. I guess it should be safe to
remove it.
Comment 3 Martin Grebac 2005-09-13 09:43:19 UTC
Reassigning to correct component.
Comment 4 Martin Grebac 2005-09-13 09:45:40 UTC
Fixed in trunk.
Comment 5 Lukasz Grela 2006-02-23 14:44:55 UTC
v.