<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Autocorrect conversion error (bracket to enclosed characters)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132614">132614</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Autocorrect conversion error (bracket to enclosed characters)
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>UNCONFIRMED
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>LibreOffice
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>libreoffice-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>sungdh86@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Description:
In Korea, MS Word & HWP support autocorrect.

Example:
(주) -> ㈜ [U+321C]
(KS) -> ㉿ [U+327F]

I found the same autocorrect feature on LibreOffice.

so, I registered some autocorrect items(Bracket to enclose characters).
Insert -> Conversion
(주) -> ㈜ [U+321C]
(KS) -> ㉿ [U+327F]

Already, some autocorrect item is registered.
Insert -> Conversion
(C) -> © [U+00A9]
(R) -> ® [U+00AE]

Also, I added some Korean word autocorrect items.
Insert -> Conversion
"가까와" -> "가까워"
"가까왔" -> "가까웠"
"가까히" -> "가까이"
"가랭이" -> "가랑이"
"가운대" -> "가운데"

Result
(Bracket to enclose characters)
(주) -> (주) Fail (Expected: ㈜ [U+321C] )
(KS) -> (KS) Fail (Expected: ㉿ [U+327F] )

Already registered autocorrect items
(C) -> © [U+00A9] Success!
(R) -> ® [U+00AE] Success!

some Korean word autocorrect items.
"가까와" -> "가까워"  Success!
"가까왔" -> "가까웠"  Success!
"가까히" -> "가까이"  Success!
"가랭이" -> "가랑이"  Success!
"가운대" -> "가운데"  Success!


Below is autocorrect error issue of Libreffoce video for Korean.
<a href="https://www.youtube.com/watch?v=hvjm5iqGFOE">https://www.youtube.com/watch?v=hvjm5iqGFOE</a>

When one alphabet(such as C, R) is enclosed in parentheses, it is automatically
corrected.
But, Korean word (such as 주) & two alphabets(such as KS) is enclosed in
parentheses, It is not worked.

However, Only Korean word autocorrection is working. 

Steps to Reproduce:
1. add some autocorrect items on
'extras/source/autocorr/lang/ko/DocumentList.xml'
 or Autocorrect options
2. save items.
3. check the autocorrect items


Actual Results:
(주) -> (주) 
(KS) -> (KS) 

Expected Results:
(주) -> ㈜ [U+321C] 
(KS) -> ㉿ [U+327F] 


Reproducible: Always


User Profile Reset: No



Additional Info:
outside Unicode's Latin range, Bracket to enclose characters is not working.
Example
   <block-list:block block-list:abbreviated-name=".*(C)" block-list:name="©"/>
   <block-list:block block-list:abbreviated-name=".*(R)" block-list:name="®"/>

I added it.
+  <block-list:block block-list:abbreviated-name=".*(주)" block-list:name="㈜"/>
+  <block-list:block block-list:abbreviated-name=".*(KS)" block-list:name="㉿"/></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>