<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Pasting non-printable Unicode character into LibreOffice makes it unusable"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131213">bug 131213</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>NOTABUG
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>vstuart.foote@utsa.edu
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Pasting non-printable Unicode character into LibreOffice makes it unusable"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131213#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - Pasting non-printable Unicode character into LibreOffice makes it unusable"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131213">bug 131213</a>
              from <span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span></b>
        <pre>Unicode in that range is all Private Use Area (PUA)

Two usage factors:

1. for working with PUA defined glyphs, you must make a font assignment on the
document canvas. Allowing default paragraph font, or a fall back font will
likely display junk.

2. If the font is not installed to system LO will search for a
fallback--checking every font on system for coverage of that PUA block--and
still may have the wrong glyphs rendered. Avoid that by always making a font
assignment--installing the font if necessary.

The PDF generator for some software will take valid fonts and cast them into
PUA areas to obscure the text strings--looks fine in the PDF but no means to
work with the PDF except with the source software.

Seems that is your situation, your PDF source program is working with PUA --
youu'll have to obtain the font/PUA mappings and either create a new font (e.g.
with Fontforge) or extract the font from the PDF, numerous utilities to do
that. But be mindful of licensing of the resulting font.</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>