[Libreoffice-bugs] [Bug 132614] Autocorrect conversion error (bracket to enclosed characters)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Tue Sep 1 18:53:46 UTC 2020


https://bugs.documentfoundation.org/show_bug.cgi?id=132614

--- Comment #6 from DaeHyun Sung <sungdh86 at gmail.com> ---
(In reply to Buovjaga from comment #4)
> Cloph reported on IRC:
> "no repro on linux/Gnome/ibus for tdf#132614 - setup autocorrect
> replacements as described, add a korean/hangul input method, type the
> characters: shift+9 (opening parenthesis), wu (compose the ju syllable),
> shift+0 (closing parenthesis), space (to trigger the autocorrect) → gets
> replaced as expected. Even simpler with the (KS), just enter in latin mode
> and it works."
> 
> Maybe you can ask others from the Korean community to test.

I added ㈜ and ㉿ on 'extras/source/autocorr/lang/ko/DocumentList.xml' 
diff --git a/extras/source/autocorr/lang/ko/DocumentList.xml
b/extras/source/autocorr/lang/ko/DocumentList.xml
index 9fc6e94a19cc..9710a1bc0f65 100644
--- a/extras/source/autocorr/lang/ko/DocumentList.xml
+++ b/extras/source/autocorr/lang/ko/DocumentList.xml
@@ -3,6 +3,8 @@
   <block-list:block block-list:abbreviated-name=".5" block-list:name="½"/>
   <block-list:block block-list:abbreviated-name=".*(C)" block-list:name="©"/>
   <block-list:block block-list:abbreviated-name=".*(R)" block-list:name="®"/>
+  <block-list:block block-list:abbreviated-name=".*(주)" block-list:name="㈜"/>
+  <block-list:block block-list:abbreviated-name=".*(KS)" block-list:name="㉿"/>
   <block-list:block block-list:abbreviated-name="1/2" block-list:name="½"/>
   <block-list:block block-list:abbreviated-name="1/4" block-list:name="¼"/>
   <block-list:block block-list:abbreviated-name="3/4" block-list:name="¾"/>

-- 
I checked it on openSUSE Linux with Fcitx-Hangul(IME)

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

Below is version info.
Version: 7.1.0.0.alpha0+
Build ID: 0fc96ac585520884e3509d574d162ffdae7698c9
CPU threads: 16; OS: Linux 5.8; UI render: default; VCL: gtk3
Locale: ko-KR (ko_KR.UTF-8); UI: ko-KR
Calc: threaded

-- 
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/20200901/05395f8b/attachment.htm>


More information about the Libreoffice-bugs mailing list