]>
Commit | Line | Data |
---|---|---|
f3c0d7a5 A |
1 | # © 2016 and later: Unicode, Inc. and others. |
2 | # License & terms of use: http://www.unicode.org/copyright.html#License | |
3 | # | |
51004dcb | 4 | # File: nl_Title.txt |
f3c0d7a5 | 5 | # Generated from CLDR |
51004dcb | 6 | # |
2ca993e8 A |
7 | |
8 | # Copyright (C) 2011-2013, Apple Inc. and others. All Rights Reserved. | |
9 | # Special titlecasing for Dutch initial "ij". | |
51004dcb | 10 | ::Any-Title(); |
2ca993e8 | 11 | # Fix up Ij at the beginning of a "word" (per Any-Title, notUAX #29) |
51004dcb | 12 | [:^WB=ALetter:] [:WB=Extend:]* [[:WB=MidLetter:][:WB=MidNumLet:]]? { Ij } → IJ ; |
2ca993e8 | 13 |