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 228072 - Multiple encoding in one project
Summary: Multiple encoding in one project
Status: RESOLVED DUPLICATE of bug 157498
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-29 03:07 UTC by yangqingrong
Modified: 2013-04-09 14:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (50.10 KB, text/plain)
2013-03-29 03:07 UTC, yangqingrong
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yangqingrong 2013-03-29 03:07:40 UTC
Product Version = NetBeans IDE 7.3 Beta 2 (Build 201211062253)
Operating System = Windows 7 version 6.1 running on x86
Java; VM; Vendor = 1.7.0_07
Runtime = Java HotSpot(TM) Client VM 23.3-b01


Hello,every one:
   there are 2 encoding in one project:

   folder     encoding
   /core      UTF-8
   /includes  IBM-Thai 

   if i set the project encoding to UTF-8,the IBM-Thai files can not be display well.and the i swith the project to IBM-Thai,the IBM-Thai files display well now,but the UTF-8 files cause the issue too ....
   it's there any menu item like "set encoding" for activate editor?
   for example:
   class PhpEditor{
      public String file;
      public String encoding = "UTF-8";
   }
   
   //....
   PhpEditor editor = new PhpEditor("c:/test.php");
   //"set encoding" action performed
   editor.encoding = "IBM-Thai";
Comment 1 yangqingrong 2013-03-29 03:07:46 UTC
Created attachment 133198 [details]
IDE log
Comment 2 Milutin Kristofic 2013-04-09 14:19:12 UTC

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