i18npool/source/localedata/data/ko_KR.xml |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0afa7e64d547a8f2a48402660acf5c95a468a0ab
Author:     DaeHyun Sung <sungdh86+...@gmail.com>
AuthorDate: Mon Jun 28 23:04:10 2021 +0900
Commit:     Eike Rathke <er...@redhat.com>
CommitDate: Mon Jul 5 01:51:57 2021 +0200

    Fix Line break rule in Korean
    
    I found the bug, Line break rule in Korea don't work
    using `" -U+0022: Quotation Mark` & `' - U+0027: Apostrophe`
    
    So I fixed the bug in xml file.
    `&apos;` to `' - U+0027: Apostrophe`
    `&quot;` to `" - U+0022: Quotation Mark`
    
    Because, `'` and `"` are still displayed in several other line break rules.
    such as, zh_CN.xml and zh_TW.xml, etc.
    
    Reference1: HWP Guide - 금칙문자(Forbidden Characters)
    http://help.hancom.com/hoffice/webhelp/9.0/ko_kr/hshow/tool/forbid.htm
    
    Reference2: OOXML ISO/IEC 29500–1:2016(E)
    Korean
    
    * Cannot start a line: !%),.:;?]}¢°'"′″℃〉》」』】〕!%),.:;?]}¢
    (Unicode character values: U+0021, U+0025, U+0029, U+002C, U+002E, U+003A, 
U+003B, U+003F, U+005D, U+007D, U+00A2, U+00B0, U+2019, U+201D, U+2032, U+2033, 
U+2103, U+3009, U+300B, U+300D, U+300F, U+3011, U+3015, U+FF01, U+FF05, U+FF09, 
U+FF0C, U+FF0E, U+FF1A, U+FF1B, U+FF1F, U+FF3D, U+FF5D and U+FFE0, respectively)
    
    * Cannot end a line: $([\{£¥'"〈《「『【〔$([{£¥₩
    (Unicode character values: U+0024, U+0028, U+005B, U+005C, U+007B, U+00A3, 
U+00A5, U+2018, U+201C, U+3008, U+300A, U+300C, U+300E, U+3010, U+3014, U+FF04, 
U+FF08, U+FF3B, U+FF5B, U+FFE1, U+FFE5, and U+FFE6, respectively)
    
    Change-Id: I07f6afc60d0a83508a8ba971f31d2ca66846cd23
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118027
    Tested-by: Eike Rathke <er...@redhat.com>
    Reviewed-by: Eike Rathke <er...@redhat.com>

diff --git a/i18npool/source/localedata/data/ko_KR.xml 
b/i18npool/source/localedata/data/ko_KR.xml
index a3e6121ba832..fcb92702923e 100644
--- a/i18npool/source/localedata/data/ko_KR.xml
+++ b/i18npool/source/localedata/data/ko_KR.xml
@@ -723,8 +723,8 @@
   </LC_TRANSLITERATION>
   <LC_MISC>
     <ForbiddenCharacters>
-      
<ForbiddenLineBeginCharacters>!%),.:;?]}¢¢&apos;&quot;′″℃&gt;〉>》」』】〕!%),.:;?]}。」、・
 ゙゚、。’”°</ForbiddenLineBeginCharacters>
-      
<ForbiddenLineEndCharacters>$(¥£[\{£¥&apos;&quot;&lt;<《「『【〔$([{₩₩「‘“〈</ForbiddenLineEndCharacters>
+      <ForbiddenLineBeginCharacters>!%),.:;?]}¢¢'"′″℃&gt;〉>》」』】〕!%),.:;?]}。」、・ 
゙゚、。’”°</ForbiddenLineBeginCharacters>
+      
<ForbiddenLineEndCharacters>$(¥£[\{£¥'"&lt;<《「『【〔$([{₩₩「‘“〈</ForbiddenLineEndCharacters>
       <LineBreakHangingCharacters>!,.:;?、。!,.:;?</LineBreakHangingCharacters>
     </ForbiddenCharacters>
     <ReservedWords>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to