<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 - add Korean Hangul Jamo CodePoint Range"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125620">125620</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>add Korean Hangul Jamo CodePoint Range
          </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>enhancement
          </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 LibreOffice's Korean Hangul part, It check Korean code points only 3 part
ranges.
(such as, 
U+AC00 - U+D7AF - Hangul Syllables
U+3130 - U+318F - Hangul Compatibility Jamo
U+1100 - U+11FF - Hangul Jamo )




Below is Korean Hangul Jamo and Syllables code point ranges on Unicode
Consortium
Hangul Jamo (Range: U+1100 - U+11FF)
<a href="http://www.unicode.org/charts/PDF/U1100.pdf">http://www.unicode.org/charts/PDF/U1100.pdf</a>
Hangul Jamo Extended-A (Range: U+A960 - U+A97F)
<a href="http://www.unicode.org/charts/PDF/UA960.pdf">http://www.unicode.org/charts/PDF/UA960.pdf</a>
Hangul Jamo Extended-B (Range: U+D7B0 - U+D7FF)
<a href="http://www.unicode.org/charts/PDF/UD7B0.pdf">http://www.unicode.org/charts/PDF/UD7B0.pdf</a>
Hangul Compatibility Jamo (Range: U+3130 - U+318F)
<a href="http://www.unicode.org/charts/PDF/U3130.pdf">http://www.unicode.org/charts/PDF/U3130.pdf</a>
Hangul Syllables (Range: U+AC00 - U+D7AF)
<a href="http://www.unicode.org/charts/PDF/UAC00.pdf">http://www.unicode.org/charts/PDF/UAC00.pdf</a>


I think, need to add Some Korean Code point range  on LibreOffice.

Actual Results:
only check Korean code points 3 part ranges.
(such as, 
U+AC00 - U+D7AF - Hangul Syllables
U+3130 - U+318F - Hangul Compatibility Jamo
U+1100 - U+11FF - Hangul Jamo )


Expected Results:
all Korean code point ranges


U+1100 - U+11FF: Hangul Jamo
U+A960 - U+A97F: Hangul Jamo Extended-A
U+D7B0 - U+D7FF: Hangul Jamo Extended-B
U+3130 - U+318F: Hangul Compatibility Jamo
U+AC00 - U+D7AF: Hangul Syllables



Reproducible: Always


User Profile Reset: No



Additional Info:</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>