Home | History | Annotate | Download | only in collation
      1 <?xml version="1.0" encoding="UTF-8" ?>
      2 <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
      3 <!--
      4 Copyright  1991-2014 Unicode, Inc.
      5 CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
      6 For terms of use, see http://www.unicode.org/copyright.html
      7 -->
      8 <ldml>
      9 	<identity>
     10 		<version number="$Revision: 11914 $"/>
     11 		<language type="he" /> 
     12 	</identity>
     13 		<collations>
     14 			<collation type="search">
     15 				<cr><![CDATA[
     16 					[import und-u-co-search]
     17 					&	# 05F3 HEBREW PUNCTUATION GERESH, ignorable
     18 						<<''	# APOSTROPHE, Hebrew-specific addition, should match GERESH
     19 					&	# 05F4 HEBREW PUNCTUATION GERSHAYIM, ignorable
     20 						<<'\"'	# QUOTATION MARK, Hebrew-specific addition, should match GERSHAYIM 
     21 				]]></cr>
     22 			</collation>
     23 			<collation type="standard">
     24 				<cr><![CDATA[
     25 					[normalization on]
     26 					[reorder Hebr]
     27 					&[before 2]''<< # GERESH just before APOSTROPHE (secondary difference)
     28 					&[before 2]'\"'<< # GERSHAYIM just before QUOTATION MARK (secondary difference)
     29 				]]></cr>
     30 			</collation>
     31 		</collations>
     32 </ldml>
     33