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 191564 - support auto detection for files opened in editor
Summary: support auto detection for files opened in editor
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 7.0
Hardware: PC Linux
: P3 normal with 2 votes (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-02 14:30 UTC by Vladimir Voskresensky
Modified: 2010-11-02 22:05 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2010-11-02 14:30:54 UTC
some IDEs have auto detection of file encodings.
It can be done using i.e. 
http://docs.codehaus.org/display/GUESSENC/Home
if you read Origins on this page you will see the known IDE(A) which is based on this impl
Comment 1 Vladimir Voskresensky 2010-11-02 22:05:15 UTC
http://jchardet.sourceforge.net/
java port of the source from mozilla's automatic charset detection algorithm