crusade-tracker/system/caches/pluginsDslCache/doc/jetbrains.build-server.configs.kotlin.v10.build-features/-file-content-replacer/-file-encoding/index.html

80 lines
1.6 KiB
HTML
Raw Normal View History

2021-01-18 20:27:50 +00:00
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>FileContentReplacer.FileEncoding - </title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">jetbrains.buildServer.configs.kotlin.v10.buildFeatures</a>&nbsp;/&nbsp;<a href="../index.html">FileContentReplacer</a>&nbsp;/&nbsp;<a href="./index.html">FileEncoding</a><br/>
<br/>
<h1>FileEncoding</h1>
<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">FileEncoding</span></code>
<p>File Encoding</p>
<h3>Enum Values</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="-a-u-t-o-d-e-t-e-c-t.html">AUTODETECT</a></p>
</td>
<td>
<p>File encoding is automatically detected</p>
</td>
</tr>
<tr>
<td>
<p><a href="-a-s-c-i-i.html">ASCII</a></p>
</td>
<td>
<p>The 'US-ASCII' encoding</p>
</td>
</tr>
<tr>
<td>
<p><a href="-u-t-f_8.html">UTF_8</a></p>
</td>
<td>
<p>The 'UTF-8' encoding</p>
</td>
</tr>
<tr>
<td>
<p><a href="-u-t-f_16-b-e.html">UTF_16BE</a></p>
</td>
<td>
<p>The 'UTF-16BE' encoding</p>
</td>
</tr>
<tr>
<td>
<p><a href="-u-t-f_16-l-e.html">UTF_16LE</a></p>
</td>
<td>
<p>The 'UTF-16LE' encoding</p>
</td>
</tr>
<tr>
<td>
<p><a href="-c-u-s-t-o-m.html">CUSTOM</a></p>
</td>
<td>
<p>A custom encoding, the encoding name should be specified in the customEncodingName</p>
</td>
</tr>
</tbody>
</table>
<h3>Companion Object Properties</h3>
<table>
<tbody>
<tr>
<td>
<p><a href="mapping.html">mapping</a></p>
</td>
<td>
<code><span class="keyword">val </span><span class="identifier">mapping</span><span class="symbol">: </span><span class="identifier">&lt;ERROR CLASS&gt;</span></code></td>
</tr>
</tbody>
</table>
</BODY>
</HTML>