Having encoding problems in Aptana Studio

Posted by keune on Stack Overflow See other posts from Stack Overflow or by keune
Published on 2010-03-27T18:15:33Z Indexed on 2010/03/27 18:23 UTC
Read the original article Hit count: 275

Filed under:
|
|

A few months ago, I was working on a PHP project in Aptana Studio. It was version 1.5 or something. Later I installed Aptana 2.0 and created a new project with the same files. Back then it was UTF-8 so I chose UTF-8 for the project's text file encoding.

When I make changes in any PHP file using Aptana, it gives the error:

Warning: Cannot modify header information - headers already sent...

I know it's a problem related to encoding. What can I do?

© Stack Overflow or respective owner

Related posts about aptana

Related posts about php