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 92515 - Warn user when typing characters that cannot be encoded
Summary: Warn user when typing characters that cannot be encoded
Status: RESOLVED INVALID
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-15 08:59 UTC by Marian Petras
Modified: 2007-04-26 14:41 UTC (History)
0 users

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 Marian Petras 2007-01-15 08:59:33 UTC
When the user is typing characters that cannot be encoded using the current
encoding, the user should be notified of the fact and warned.

For example, these characters could be specially highlighted (e.g. with red
background) and the status bar could contain a brief explanation.
Comment 1 Marian Petras 2007-04-26 14:41:12 UTC
Now that issue #32392 ("Edit Text Rather than Escape Sequences") is fixed,
everything is encoded using a pure ASCII characters and \uxxxx sequences - see
also issue #75906 ("Add support for other encodings (other than ISO-8859-1)").