<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi,  this issue came up on the latest coverity scan:</p>
    <p><br>
    </p>
    <pre class="moz-quote-pre" wrap="">1534             const uint* chars = ExtendedCharTable::instance.lookupExtendedChar(ch.character, extendedCharLength);
</pre>
    <blockquote type="cite" style="color: #000000;">
      <blockquote type="cite" style="color: #000000;">
        <blockquote type="cite" style="color: #000000;">
          <pre class="moz-quote-pre" wrap="">    CID 302766:  Null pointer dereferences  (NULL_RETURNS)
    Dereferencing "chars", which is known to be "nullptr".
</pre>
        </blockquote>
      </blockquote>
    </blockquote>
    <pre class="moz-quote-pre" wrap="">1535             return chars[0];

This is the only code that doesn't check the return of lookupExtendedChar for nullptr.  I'm not sure what to return upon nullptr as something has to be returned.  Can you look at it please?

Kurt

</pre>
  </body>
</html>