<p>While it might only currently make sense for Java, it should be<br>
harmless for other languages and is a lot easier and cleaner to<br>
implement like that.</p>

<p>Also, note that this allows more things than Java actually allows, as<br>
it accepts any non-ASCII byte as an identifier, while Java seems to<br>
require a Unicode alphanumeric one.  Again, it should be harmless and<br>
is a lot easier to implement than fully-fledged Unicode support.</p>

<p>Closes <a href="https://github.com/geany/geany/issues/691" class="issue-link" title="Java class name high-lighting">#691</a>.</p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/geany/geany/pull/693'>https://github.com/geany/geany/pull/693</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>C/C++/C#/Java/Vera/Vala/D: Allow non-ASCII identifiers</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/693/files#diff-0">tagmanager/ctags/get.h</a>
    (4)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/geany/geany/pull/693/files#diff-1">tests/ctags/Makefile.am</a>
    (1)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/693/files#diff-2">tests/ctags/unicode-identifiers.java</a>
    (3)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/geany/geany/pull/693/files#diff-3">tests/ctags/unicode-identifiers.java.tags</a>
    (3)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/geany/geany/pull/693.patch'>https://github.com/geany/geany/pull/693.patch</a></li>
  <li><a href='https://github.com/geany/geany/pull/693.diff'>https://github.com/geany/geany/pull/693.diff</a></li>
</ul>

<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/693">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJwxlRYQ4nuHJ32RSlGf0gMD6vJ9pks5o7BkhgaJpZM4GNbG4.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/693"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>