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 254015 - HTML editor doesn't recognize the change of encoding with an external editor
Summary: HTML editor doesn't recognize the change of encoding with an external editor
Status: RESOLVED DUPLICATE of bug 206559
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-30 18:26 UTC by kalle1
Modified: 2015-08-04 15:11 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 kalle1 2015-07-30 18:26:57 UTC
steps to reproduce:

  1. create a C/C++ application project
  2. create a HTML file with the content

         <!DOCTYPE html>
         <HTML>
         <HEAD>
            <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=euc-kr">
            <TITLE>Title</TITLE>
         </HEAD>
         <BODY>
         Body
         </BODY>
         </HTML>
         
        note the warning about mismatch of charset (default is UTF-8)
  3. open the file with `gedit` and change the encoding to `EUC-KR` and save it

The change isn't recognized.
Comment 1 Milutin Kristofic 2015-08-04 15:11:35 UTC

*** This bug has been marked as a duplicate of bug 206559 ***