intl/icu/source/data/xml/collation/root.xml

Fri, 16 Jan 2015 04:50:19 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 04:50:19 +0100
branch
TOR_BUG_9701
changeset 13
44a2da4a2ab2
permissions
-rw-r--r--

Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32

     1 <?xml version="1.0" encoding="UTF-8" ?>
     2 <!--
     3  Copyright (c) 2010 International Business Machines Corporation and others. All rights reserved.
     4 -->
     5 <!DOCTYPE ldml SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldml.dtd"
     6 [
     7    <!ENTITY % icu SYSTEM "http://www.unicode.org/repos/cldr/trunk/common/dtd/ldmlICU.dtd">
     8    %icu;
     9 ]
    10 >
    11 <ldml>
    12     <identity>
    13         <version number="$Revision: 1.5 $"/>
    14         <generation date="$Date: 2007/06/04 01:05:48 $"/>
    15         <language type="root"/> 
    16     </identity>
    17     <special xmlns:icu="http://www.icu-project.org/">
    18         <icu:UCARules icu:uca_rules="../unidata/UCARules.txt"/>
    19         <icu:depends icu:dependency="ucadata.icu"/>
    20     </special>
    21 </ldml>

mercurial