<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - xpdf utilities cannot open files with UTF-8 characters in file path on Windows"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=60517#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - xpdf utilities cannot open files with UTF-8 characters in file path on Windows"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=60517">bug 60517</a>
              from <span class="vcard"><a class="email" href="mailto:urkud@ya.ru" title="Yury G. Kudryashov <urkud@ya.ru>"> <span class="fn">Yury G. Kudryashov</span></a>
</span></b>
        <pre>I think that the source of the problem is in the first PDFDoc construction, see
#ifdef'd code. This code assumes that the filename is an ASCII string. You
should change it to use something like mbstowcs (what is the right way to guess
encoding?).</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>