# GrapeCity.ActiveReports.Web.MhtExportSettings.CharacterSets

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_ActiveReports_Web_MhtExportSettings_CharacterSets" data-uid="GrapeCity.ActiveReports.Web.MhtExportSettings.CharacterSets" class="text-break">MhtExportSettings.CharacterSets Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies character sets that can be used in the document.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Web.html">GrapeCity.ActiveReports.Web</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Web.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Web_MhtExportSettings_CharacterSets_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum MhtExportSettings.CharacterSets</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_MhtExportSettings_CharacterSets_Big5">Big5</td>
        <td><p>Represents the Big5 character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_MhtExportSettings_CharacterSets_EucJp">EucJp</td>
        <td><p>The EUC-JP character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_MhtExportSettings_CharacterSets_HzGb2312">HzGb2312</td>
        <td><p>The GB2312 character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_MhtExportSettings_CharacterSets_Ibm850">Ibm850</td>
        <td><p>The IBM850 character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_MhtExportSettings_CharacterSets_Iso2022Jp">Iso2022Jp</td>
        <td><p>The ISO 2022 JP character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_MhtExportSettings_CharacterSets_Iso8859_1">Iso8859_1</td>
        <td><p>The ISO 8859-1 character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_MhtExportSettings_CharacterSets_Iso8859_2">Iso8859_2</td>
        <td><p>The ISO 8859-2 character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_MhtExportSettings_CharacterSets_Iso8859_5">Iso8859_5</td>
        <td><p>The ISO 8859-5 character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_MhtExportSettings_CharacterSets_Iso8859_6">Iso8859_6</td>
        <td><p>The ISO 8859-6 character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_MhtExportSettings_CharacterSets_Koi8r">Koi8r</td>
        <td><p>The KOI8-R character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_MhtExportSettings_CharacterSets_Ksc5601">Ksc5601</td>
        <td><p>The KSC 5601 character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_MhtExportSettings_CharacterSets_ShiftJis">ShiftJis</td>
        <td><p>The Shift JIS character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_MhtExportSettings_CharacterSets_UnicodeUtf16">UnicodeUtf16</td>
        <td><p>The Unicode UTF-16 character set.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Web_MhtExportSettings_CharacterSets_UnicodeUtf8">UnicodeUtf8</td>
        <td><p>The Unicode UTF-8 character set.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
