}
JavaCore.addPHPNature(newProject, new SubProgressMonitor(
monitor, remainingWorkUnits));
+
+ // patch #1692034 - set the coding of this PHPeclipse
+ // project to UTF-8 by default for all operating systems:
+ newProject.setDefaultCharset("UTF-8", monitor);
+
} catch (CoreException e) {
throw new InvocationTargetException(e);
} finally {