56 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="UTF-8" ?>
 | ||
| <!DOCTYPE ldml SYSTEM "../../common/dtd/ldml.dtd">
 | ||
| <!--
 | ||
| Copyright © 1991-2014 Unicode, Inc.
 | ||
| CLDR data files are interpreted according to the LDML specification (http://unicode.org/reports/tr35/)
 | ||
| For terms of use, see http://www.unicode.org/copyright.html
 | ||
| -->
 | ||
| <ldml>
 | ||
| 	<identity>
 | ||
| 		<version number="$Revision$"/>
 | ||
| 		<language type="fi" /> 
 | ||
| 	</identity>
 | ||
| 		<collations>
 | ||
| 			<collation type="search">
 | ||
| 				<cr><![CDATA[
 | ||
| 					[import und-u-co-search]
 | ||
| 					# Below are the rules specific to fi.
 | ||
| 					# Per Apple language group, V and W should match for search.
 | ||
| 					[import fi-u-co-trad]
 | ||
| 				]]></cr>
 | ||
| 			</collation>
 | ||
| 			<collation type="traditional">
 | ||
| 				<!-- v and w used to be only secondary-different. -->
 | ||
| 				<cr><![CDATA[
 | ||
| 					&D<<ð<<<Ð<<đ<<<Đ
 | ||
| 					&N<<ŋ<<<Ŋ
 | ||
| 					&T<<þ/h<<<Þ/h
 | ||
| 					&V<<w<<<W
 | ||
| 					&Y<<ü<<<Ü<<ű<<<Ű
 | ||
| 					&[before 1]ǀ<å<<<Å<ä<<<Ä<<æ<<<Æ<ö<<<Ö<<ø<<<Ø<<ő<<<Ő<<õ<<<Õ<<œ<<<Œ
 | ||
| 				]]></cr>
 | ||
| 			</collation>
 | ||
| 			<collation type="standard">
 | ||
| 				<!-- Standard computer ordering: SFS-EN 13710 -->
 | ||
| 				<cr><![CDATA[
 | ||
| 					# D and U+0335 COMBINING SHORT STROKE OVERLAY
 | ||
| 					&D\u0335<<đ<<<Đ  # root order: d\u0335=đ
 | ||
| 					# G and U+0335
 | ||
| 					&G\u0335<<ǥ<<<Ǥ
 | ||
| 					# N and U+0335
 | ||
| 					&N\u0335<<ŋ<<<Ŋ
 | ||
| 					# T and U+0335
 | ||
| 					&T\u0335<<ŧ<<<Ŧ
 | ||
| 					&Y<<ü<<<Ü
 | ||
| 					# Z and U+0335
 | ||
| 					&Z\u0335<<ʒ<<<Ʒ
 | ||
| 					&[before 1]ǀ<å<<<Å<ä<<<Ä<<æ<<<Æ<ö<<<Ö<<ø<<<Ø
 | ||
| 				]]></cr>
 | ||
| 			</collation>
 | ||
| 			<!-- Erkki wrote in CLDR ticket #6615:
 | ||
| 				SFS 4600, Order of characters and numerals, which is less computer-oriented
 | ||
| 				and also defines rules for groupings and omissions,
 | ||
| 				is not intended to be included in CLDR. -->
 | ||
| 		</collations>
 | ||
| </ldml>
 |