<p>In <a href="https://github.com/geany/geany/pull/826#discussion_r48712024">src/encodings.h</a>:</p>
<pre style='color:#555'>> -} GeanyEncodingIndex;
> -
> -/** Structure to represent an encoding to be used in Geany. */
> -typedef struct
> -{
> -  /** The index of the encoding, must be one of GeanyEncodingIndex. */
> -  gint                             idx;
> -  /** Internally used member for grouping */
> -  gint                             order;
> -  /** Internally used member for grouping */
> -  GeanyEncodingGroup   group;
> -  /** String representation of the encoding, e.g. "ISO-8859-3" */
> -  const gchar                     *charset;
> -  /** Translatable and descriptive name of the encoding, e.g. "South European" */
> -  const gchar                     *name;
> -} GeanyEncoding;
</pre>
<p>talked to <a href="https://github.com/codebrainz" class="user-mention">@codebrainz</a> on IRC about both. We agreed on fixing geanypy.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/826/files#r48712024">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJzxNf9auddignt1sQbJlfBxCczhhks5pWilXgaJpZM4G3LIT.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/826/files#r48712024"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>