I’m trying to use eclipse encoding UTF-8, for polish characters. Unfortunately, I still have problem with encoding. My settings:
Window->Preferences->Debug

Window->Preferences->Workspace

Window->Preferences->PHP Content Type

My php file:

File proporties:

End result:

Did I forget about something?
The eclipse browser probably just doesn’t know which encoding to use, since you don’t send any HTTP header specifying it.
Try sending the following HTTP header: Content-Type: text/html; charset=utf-8
Or use a real browser, and set the page encoding to UTF-8 explicitely.