Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Zend Studio for eclipse - Switch character encoding for all files in a project

I'm using Zend Studio for Eclipise on Mac, and it seems to keep setting all files to have and encoding of 'Mac Roman'. This becomes problematic when I save the files, as they all need to be UTF-8.

I know how to change the encoding to UTF-8 on a file by file basis, but I was wondering if I could set this project wide?

like image 926
Robin Barnes Avatar asked Apr 16 '09 08:04

Robin Barnes


1 Answers

  • Eclipse-Wide: Window->Preferences->Appearence->Workspace
  • Project-Wide: Rightclick on Project->Properties
  • Filewide: Rightclick on File->Properties
like image 105
SkaveRat Avatar answered Sep 27 '22 23:09

SkaveRat