summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaeHyun Sung <sungdh86+git@gmail.com>2020-09-10 01:07:32 +0900
committerCaolán McNamara <caolanm@redhat.com>2020-09-15 10:57:42 +0200
commitf34b1e7d4024d47a446dcf374a8f8743a5631219 (patch)
tree8f93ce360d9f88cba0e609618ae65341580d6d1a
parentffc8cc8d7891ef4be1a364116a2bc9075f51b2b9 (diff)
add Korean autocorrect items ㈜ & ㉿ tdf#132614
add Korean autocorrect items(Bracket to enclose characters). Insert -> Conversion (주) -> ㈜ [U+321C] (KS) -> ㉿ [U+327F] In Korea, It usually used these marks. Popular word processor in Korea, such as MS Word, Hancom HWP, support these autocorrect items Change-Id: If6248689cea06bfc4182dd0bbea5e9d26286517d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102331 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com> (cherry picked from commit 080c0ba99a0499f2033ccc10586e6ad5e8d8b542) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102642 Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--extras/source/autocorr/lang/ko/DocumentList.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/source/autocorr/lang/ko/DocumentList.xml b/extras/source/autocorr/lang/ko/DocumentList.xml
index 2936602979d4..e56625334cfa 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="¾"/>