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 "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd" 8[ 9 <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd"> 10 %icu; 11] 12> 13<ldml> 14 <identity> 15 <version number="$ $"/> 16 <generation date="$ $"/> 17 <language type="zh_Hant"/> 18 </identity> 19 <special xmlns:icu="http://www.icu-project.org/"> 20 <icu:breakIteratorData> 21 <icu:boundaries> 22 <icu:line icu:dependency="line.brk"/> 23 <icu:line alt="loose" icu:dependency="line_loose_cj.brk"/> 24 <icu:line alt="normal" icu:dependency="line_normal_cj.brk"/> 25 <icu:line alt="strict" icu:dependency="line.brk"/> 26 </icu:boundaries> 27 </icu:breakIteratorData> 28 </special> 29</ldml> 30 31