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 90863 - User is not warned about loss of information during saving
Summary: User is not warned about loss of information during saving
Status: RESOLVED INVALID
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
: 86346 (view as bug list)
Depends on: 97861
Blocks:
  Show dependency tree
 
Reported: 2006-12-10 11:10 UTC by Marian Petras
Modified: 2007-04-26 14:44 UTC (History)
0 users

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 Marian Petras 2006-12-10 11:10:36 UTC
When the user enters non-Latin1 text into the properties source editor and than
saves the file, all non-Latin1 characters are saved as '?' (question mark
character). The user should be warned and offered translation of the file so
that these characters are written in form of \uxxxx sequences.
Comment 1 Marian Petras 2007-01-15 09:04:38 UTC
*** Issue 86346 has been marked as a duplicate of this issue. ***
Comment 2 Marian Petras 2007-01-16 08:41:23 UTC
Accepted.
Comment 3 Marian Petras 2007-04-26 14:44:41 UTC
Now that issue #32392 ("Edit Text Rather than Escape Sequences") has been fixed,
characters not encodable using the ISO-8859-1 (Latin 1) encoding are saved in
form of \uxxxx sequences and decoded when the file is loaded to the editor -
there is no loss of information.

See also issue #97861 ("Update properties data object to use FileEncodingQuery").