### Eclipse Workspace Patch 1.0 #P org.eclipse.jdt.doc.isv Index: guide/jdt_api_compile.htm =================================================================== RCS file: /cvsroot/eclipse/org.eclipse.jdt.doc.isv/guide/jdt_api_compile.htm,v retrieving revision 1.84 diff -u -r1.84 jdt_api_compile.htm --- guide/jdt_api_compile.htm 1 Jun 2010 16:05:11 -0000 1.84 +++ guide/jdt_api_compile.htm 2 Jun 2010 14:01:49 -0000 @@ -160,7 +160,20 @@ -encoding <encoding name> Specify default encoding for all source files. Custom encoding can also be specified on a per file basis by suffixing each input source file/folder name with [<encoding name>]. For example X.java[utf8] would specify the UTF-8 encoding for the compilation unit -X.java located in the current user directory.

If multiple default source file encodings are specified, the last one will be used.

+X.java located in the current user directory.

If multiple default source file encodings are specified, the last one will be used.

+

For example:

+ Compliance options