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 25754 - I18N - Quote the localized messages in input descriptors of all profiles.
Summary: I18N - Quote the localized messages in input descriptors of all profiles.
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-07-17 17:43 UTC by Martin Entlicher
Modified: 2006-12-04 21:08 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Entlicher 2002-07-17 17:43:43 UTC
It's necessary to quote the localized messages in
input descriptors. If the localized message
contains comma (,) it affects the parsing process
and produce non-complete or invalid input
descriptor. This was discovered in issue #25689 in
History command.

ACCESSIBILITY(...) arguments should be quoted as
"ACCESSIBILITY(...)" and every other argument,
that contains getBundle().
The getBundle() should replace (") with (\") to
assure, that quotation in messages will be
interpreted correctly.
Comment 1 Jesse Glick 2002-12-23 16:34:38 UTC
Consistent use of the I18N keyword.