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 174083 - Provides per-file specified text encoding
Summary: Provides per-file specified text encoding
Status: RESOLVED DUPLICATE of bug 157817
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: johnsonlau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-08 15:11 UTC by johnsonlau
Modified: 2009-10-09 08:28 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Introduced property - Text Encoding (5.37 KB, image/png)
2009-10-08 15:11 UTC, johnsonlau
Details
Patch (9.01 KB, text/plain)
2009-10-08 15:12 UTC, johnsonlau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description johnsonlau 2009-10-08 15:11:19 UTC
There might be some files coming into another encodings which are different from a working project.
If the files are copied directly into the projects without encoding conversion and opened,
the contents would be mess up.
In Eclipse, we can specify an encoding just for the exact file.
But NetBeans provides no way to make this easier.

I'd like to introduce a function which allows user to speificy text encoding for each file to NetBeans.
The patch is attached here for a demo.
Comment 1 johnsonlau 2009-10-08 15:11:53 UTC
Created attachment 89103 [details]
Introduced property - Text Encoding
Comment 2 johnsonlau 2009-10-08 15:12:30 UTC
Created attachment 89104 [details]
Patch
Comment 3 Jiri Skrivanek 2009-10-09 08:28:23 UTC
Such a request already exists.

*** This issue has been marked as a duplicate of 157817 ***