diff options
author | DaeHyun Sung <sungdh86+git@gmail.com> | 2020-09-10 01:07:32 +0900 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-09-14 06:38:14 +0200 |
commit | 080c0ba99a0499f2033ccc10586e6ad5e8d8b542 (patch) | |
tree | 634c9ef442f81e82a589e5b7aa893ee7f8ca3bc6 /extras | |
parent | 3c0dbea19492eecaf8e6e1cb0542a3f93c7298e3 (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>
Diffstat (limited to 'extras')
-rw-r--r-- | extras/source/autocorr/lang/ko/DocumentList.xml | 2 |
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 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="¾"/> |