<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Image import in KDE LibreOffice fails if filename contains non-latin characters"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125971#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Image import in KDE LibreOffice fails if filename contains non-latin characters"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125971">bug 125971</a>
              from <span class="vcard"><a class="email" href="mailto:glogow@fbihome.de" title="Jan-Marek Glogowski <glogow@fbihome.de>"> <span class="fn">Jan-Marek Glogowski</span></a>
</span></b>
        <pre>Just opening the file is a KDE only problem, that I can fix / work around. But
then there will be much more problems. I've created <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Image import in KDE LibreOffice fails if filename contains non-latin characters"
   href="show_bug.cgi?id=125971">bug 125971</a> for that.

I'll fix this eventually by using

OUString aNewURL =
uri::ExternalUriReferenceTranslator::create(m_xContext)->translateToInternal(toOUString(aURL.toEncoded()));

but strictly speaking this should be somewhow handled correctly in
INetURLObject.

Then the fix will just be to use aURL.toEncoded() instead of aURL.toString().</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>