1<?xml version="1.0" encoding="UTF-8" ?> 2<!-- 3 Copyright (C) 2016 and later: Unicode, Inc. and others. 4 License & terms of use: http://www.unicode.org/copyright.html 5 Copyright (c) 2006-2015 International Business Machines Corporation and others. All rights reserved. 6--> 7<!DOCTYPE ldml SYSTEM "../../dtd/cldr/common/dtd/ldml.dtd" 8[ 9 <!ENTITY % icu SYSTEM "../../dtd/cldr/common/dtd/ldmlICU.dtd"> 10 %icu; 11] 12> 13<ldml> 14 <identity> 15 <version number="$Revision$"/> 16 <language type="ko"/> 17 </identity> 18 <special xmlns:icu="http://www.icu-project.org/"> 19 <icu:breakIteratorData> 20 <icu:boundaries> 21 <icu:line icu:dependency="line_normal.brk"/> 22 <icu:line alt="loose" icu:dependency="line_loose_cj.brk"/> 23 <icu:line alt="normal" icu:dependency="line_normal_cj.brk"/> 24 <icu:line alt="strict" icu:dependency="line_cj.brk"/> 25 <icu:line alt="loose_phrase" icu:dependency="line_loose_phrase_cj.brk"/> 26 <icu:line alt="normal_phrase" icu:dependency="line_normal_phrase_cj.brk"/> 27 <icu:line alt="strict_phrase" icu:dependency="line_phrase_cj.brk"/> 28 <icu:line alt="phrase" icu:dependency="line_phrase_cj.brk"/> 29 </icu:boundaries> 30 <!-- 31 <icu:extensions> 32 Korean particles should be added here and dictbe.cpp needs to be adjusted 33 once a Korean dictionary is added. Even without a Korean dictionary, 34 Korean particle list can be used when a Korean word written in CJK ideographs 35 or a Korean word in Hangul and a closing puncutation mark is followed by a Korean 36 particle. Examples include: "大韓民國은 民主共和國이다", "『님의 침묵』이" . 37 </icu:extensions> 38 --> 39 </icu:breakIteratorData> 40 </special> 41</ldml> 42 43