[Libreoffice-bugs] [Bug 132614] New: Autocorrect conversion error (bracket to enclosed characters)
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sat May 2 15:59:27 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=132614
Bug ID: 132614
Summary: Autocorrect conversion error (bracket to enclosed
characters)
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: sungdh86 at gmail.com
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.
https://www.youtube.com/watch?v=hvjm5iqGFOE
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="㉿"/>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200502/4a09c3cb/attachment-0001.htm>
More information about the Libreoffice-bugs
mailing list