<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:tietze.heiko@gmail.com" title="Heiko Tietze <tietze.heiko@gmail.com>"> <span class="fn">Heiko Tietze</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Terms of 2 Formatting Marks are different to the Unicode Terms"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107447">bug 107447</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;">Keywords</td>
           <td>
                
           </td>
           <td>easyHack
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Terms of 2 Formatting Marks are different to the Unicode Terms"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107447#c11">Comment # 11</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Terms of 2 Formatting Marks are different to the Unicode Terms"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=107447">bug 107447</a>
              from <span class="vcard"><a class="email" href="mailto:tietze.heiko@gmail.com" title="Heiko Tietze <tietze.heiko@gmail.com>"> <span class="fn">Heiko Tietze</span></a>
</span></b>
        <pre>We are talking about
officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu

<node oor:name=".uno:InsertZWSP" oor:op="replace">
  <prop oor:name="Label" oor:type="xs:string">
      <value xml:lang="en-US">No-~width optional break</value>
   </prop>
</node>

It inserts U+200B which is labeled 'ZERO WIDTH SPACE' so why not go with
"Insert U+200B Zero Width Space character" as Khaled suggests.

<node oor:name=".uno:InsertZWNBSP" oor:op="replace">
  <prop oor:name="Label" oor:type="xs:string">
     <value xml:lang="en-US">No-width no ~break</value>
   </prop>
</node>

That's U+2060, labeled 'WORD JOINER' and could be "Insert U+2060 Word Joiner
character".


I wonder if the ID is required, I would prefer to not put such tech talk into
tooltips.</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>