File: nl-Title.xml

package info (click to toggle)
unicode-cldr-core 32.0.1-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 161,808 kB
  • sloc: xml: 1,825,337; sh: 10; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 837 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE supplementalData SYSTEM "../../common/dtd/ldmlSupplemental.dtd">
<!--
Copyright © 1991-2013 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
-->
<supplementalData>
	<version number="$Revision: 12245 $"/>
	<transforms>
		<transform source="nl" target="Title" direction="forward" alias="nl-t-d0-title">
			<tRule>
# Copyright (C) 2011-2013, Apple Inc. and others. All Rights Reserved.
# Special titlecasing for Dutch initial "ij".
::Any-Title();
# Fix up Ij at the beginning of a "word" (per Any-Title, notUAX #29)
[:^WB=ALetter:] [:WB=Extend:]* [[:WB=MidLetter:][:WB=MidNumLet:]]? { Ij } → IJ ;
			</tRule>
		</transform>
	</transforms>
</supplementalData>