View | Details | Raw Unified | Return to bug 314709 | Differences between
and this patch

Collapse All | Expand All

(-)guide/jdt_api_compile.htm (+5 lines)
Lines 173-178 Link Here
173
<font color="#3366FF"><code>... -encoding UTF-8 -encoding UTF-16 ....</code></font><br>
173
<font color="#3366FF"><code>... -encoding UTF-8 -encoding UTF-16 ....</code></font><br>
174
All source files will be read using UTF-16 encoding. The -encoding option for UTF-8 is ignored.
174
All source files will be read using UTF-16 encoding. The -encoding option for UTF-8 is ignored.
175
</li>
175
</li>
176
<li>
177
<font color="#3366FF"><code>... -encoding Cp1252 /foo/bar/X.java[UTF-16] /foo/bar[UTF-8] ....</code></font><br>
178
All source files will be read using Cp1252 encoding. X.java is the only file inside the /foo/bar directory to be read using 
179
the encoding UTF-16. All other files in that directory will use UTF-8 encoding.
180
</li>
176
</ul></td>
181
</ul></td>
177
</tr>
182
</tr>
178
<tr>
183
<tr>

Return to bug 314709