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 122115

Summary: There is no way how to thread an encoding
Product: php Reporter: Petr Pisl <ppisl>
Component: CodeAssignee: Andrew Korostelev <akorostelev>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 122170    
Bug Blocks:    

Description Petr Pisl 2007-11-16 11:09:41 UTC
Encoding - there is not possibility to set up encoding of the project. In which encoding are a php file created? The
project wizard and the customizer should have encoding property and all new php files created in the project should be
in this encoding. 
There has to be implemented FileEncodingQuery for the php project. If it will not be implemented, then functionalities
(like Find action, Task list, refactoring ...) which ask for the input stream through the appropriate FileObject doesn't
have to work.
Comment 1 Andrew Korostelev 2007-11-20 16:38:55 UTC
ability to set encoding is added.
UI implementation is now the same as for all other projects.
It is possible to change encoding only after project is created.

ability to change encoding during project creation is filed as separate issue 122412

mark this issue as fixed.
committed 2007.11.20
Comment 2 Mikhail Matveev 2008-08-13 17:06:16 UTC
This option exists in the current version