<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_NEEDINFO "
   title="NEEDINFO - Calc does not correctly show some Chinese characters"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128249">bug 128249</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;">CC</td>
           <td>
                
           </td>
           <td>vstuart.foote@utsa.edu
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEEDINFO
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Calc does not correctly show some Chinese characters"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128249#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEEDINFO "
   title="NEEDINFO - Calc does not correctly show some Chinese characters"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=128249">bug 128249</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>A 2,3 and 4-byte utf-8 coding will not work for direct Unicode input. Calc's
=UNICHAR() function can be used against the _decimal_ value of the Unicode
point--but is cumbersome compared to the global <Alt>+x toggle implemented for
<a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED FIXED - add unicode conversion shortcut like word (alt+x)"
   href="show_bug.cgi?id=73691">bug 73691</a>

Convert the input string to utf-16, LibreOffice handles that conversion to
Unicode cleanly by prepending "U+", e.g. "U+0050" and then an <Alt>+x to toggle
applied from the end of the string. 

So, in utf-16 your sample string for Unicode toggle would be:

u+0050u+0061u+006du+ff08u+5434u+73eeu+98cfu+ff09

Try that and see if you get better results.

Please note that Droid CJK coverage requires an Ascender Pro purchase, not sure
the opensource builds included the CJK. 

The Google Noto Sans CJK successor to Droid is probably a more functional font
and  is readily available opensource builds.

So, if actually using Droid without a CJK locale--you will receive fallback
font handling for some font with coverage on system.</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>