<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Am 03.12.2017 um 10:19 schrieb Knut
      Petersen:<br>
      <br>
    </div>
    <blockquote type="cite"
      cite="mid:6ad12371-a90e-0f2a-ee14-551fd9631f5a@t-online.de">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      [...]  and/or does anyone know a solution of the "temorarily
      disable inputenc" problem?<br>
    </blockquote>
    <br>
    I found out how to temporarily disable inputenc:<br>
    <blockquote><tt>\usepackage[utf8]{inputenc}</tt><br>
      <tt>% \stopUTFeight temporarily disables inputenc to handle 2-byte
        utf8 codes</tt><br>
      <tt>% \restartUTFeight temporarily reenables inputencs handling of
        2-byte utf8 codes</tt><br>
      <tt>% \savedUTFviii contains the original definition of
        \UTFviii@two@octets</tt><br>
      <tt>\makeatletter</tt><br>
      <tt>\let\savedUTFviii\UTFviii@two@octets</tt><br>
      <tt>\def\stopUTFeight{\gdef\UTFviii@two@octets##1##2{##1\string##2}}</tt><br>
      <tt>\def\restartUTFeight{\global\let\UTFviii@two@octets\savedUTFviii}</tt><br>
      <tt>\makeatother</tt><br>
    </blockquote>
    Of course that does not handle the longer codes, but adding those is
    easy if they are needed.<br>
    <br>
    Knut<br>
    <p><br>
    </p>
  </body>
</html>